summaryrefslogtreecommitdiffstats
path: root/src/gsttools
Commit message (Expand)AuthorAgeFilesLines
* GStreamer: Update render rect only if open gl sink is usedVaL Doroshchuk2020-07-201-1/+3
* GStreamer: Start playback when bufferedVaL Doroshchuk2020-06-091-1/+1
* gsttools: do not use nullptr in C codeRolf Eike Beer2020-05-291-8/+8
* iMX: Introduce QT_GSTREAMER_PLAYBIN_CONVERT to inject a converter in playbinVaL Doroshchuk2020-05-281-1/+9
* GStreamer: Fix reverse playbackVaL Doroshchuk2020-05-081-10/+10
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-202-2/+17
|\
| * Gstreamer: fix stream bufferingRoman Valov2020-04-201-2/+4
| * GSTVideoRender: Update viewport on gst video buffer crop metadataStef Boerrigter2020-04-161-0/+13
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-1/+1
* | GStreamer: Introduce reverse playbackVaL Doroshchuk2020-02-031-1/+1
* | gsttools: do not check pointer before calling free()Rolf Eike Beer2020-01-201-6/+3
* | gsttools: use nullptr instead of NULLRolf Eike Beer2020-01-0612-144/+144
* | gsttools: use auto for variables assigned from qobject_cast<>Rolf Eike Beer2020-01-064-11/+9
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-122-4/+7
|\
| * QGstreamerPlayerControl: do not touch m_mediaStatus if it is EndOfMediaRolf Eike Beer2019-11-111-4/+4
| * GStreamer: Fix crash when video sink is used when it has been destroyedVaL Doroshchuk2019-11-051-0/+3
* | GStreamer: Add support of Androidv5.14.0-beta2Val Doroshchuk2019-10-181-0/+9
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-082-29/+64
|\|
| * GStreamer: Recreate playbin after custom pipelineVaL Doroshchuk2019-10-012-29/+64
* | Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-071-1/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-012-34/+22
|\|
| * GstreamerPlayerControl: use new style connect syntaxRolf Eike Beer2019-09-301-30/+18
| * QGstreamerPlayerSession: build list of debug strings only onceRolf Eike Beer2019-09-301-4/+4
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-211-2/+4
|\|
| * MultimediaGstTools: fix string warnings when defining DEBUG_PLAYBINRolf Eike Beer2019-09-191-2/+4
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-1225-183/+100
|\|
| * GStreamer: Use member initializationVaL Doroshchuk2019-09-1025-181/+99
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-173-3/+38
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-133-3/+38
| |\
| | * GStreamer: Don't seek to the beginning when playing is requestedVaL Doroshchuk2019-08-081-1/+5
| | * GStreamer: Don't share video surfaces between several pipelinesVaL Doroshchuk2019-08-081-1/+23
| | * GStreamer: Allow audio/x-raw codec in QAudioRecorderVaL Doroshchuk2019-08-071-1/+10
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-302-0/+48
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-232-0/+48
| |\|
| | * GStreamer: Implement fetching audio/video codecs by containerVaL Doroshchuk2019-07-171-0/+44
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-161-1/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-111-1/+3
| |\|
| | * GStreamer: Fix 0.10 compile errorVal Doroshchuk2019-07-051-1/+3
* | | Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-041-3/+1
* | | QGstAppSrc: Don't send EOS for at-end sequential devicesArno Rehn2019-06-281-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-181-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-151-1/+1
| |\|
| | * GStreamer: Return busy cameras in QCameraInfo::availableCamerasVaL Doroshchuk2019-06-071-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-033-55/+87
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-033-55/+87
| |\|
| | * Gstreamer: Pass GstUDPSrc's caps via "udpsrc.caps=" url's query itemVaL Doroshchuk2019-05-221-0/+9
| | * GStreamer: Dump dot file if GST_DEBUG_DUMP_DOT_DIR is setVaL Doroshchuk2019-05-201-12/+3
| | * GStreamer: Fix crash when the bus helper is destroyedVaL Doroshchuk2019-05-211-1/+1
| | * Gstreamer: Allow streams in custom pipelinesVaL Doroshchuk2019-05-151-40/+70
| | * Gstreamer: Fix deadlock when state is requested in ASYNC modeVaL Doroshchuk2019-05-141-1/+2