summaryrefslogtreecommitdiffstats
path: root/src/gsttools/qgstreamerplayersession_p.h
Commit message (Collapse)AuthorAgeFilesLines
* GStreamer: Recreate playbin after custom pipelineVaL Doroshchuk2019-10-011-0/+3
| | | | | | | | | | | | Currently if custom pipeline is set, old playbin elements are destroyed. And if normal url is passed again after the custom pipeline, it is unable to play. Because no playbin elements exist anymore. Adding a fix to recreate playbin elements if "not a pipeline url" is passed. Fixes: QTBUG-78079 Change-Id: I8b3498c4660639f5d757b322a136846ee82fdc28 Reviewed-by: Christian Strømme <christian.stromme@qt.io>
* GStreamer: Use member initializationVaL Doroshchuk2019-09-101-34/+34
| | | | | | Change-Id: I96026828c357677c84e880ea85e6e82b8c0495c7 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-031-1/+2
| | | | | | | Conflicts: src/plugins/directshow/player/directshowplayerservice.cpp Change-Id: I6b7edc312ecfadf84653ce24321ec55da41e131a
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-021-1/+2
| | | | Change-Id: Ia13d887c3e3bf00b6ded5d052384fc5689b816fe
* GstTools: move headers to correct folderJochen Seemann2019-01-311-0/+279
We don't need to have the headers of QtMMGstTools in a separate directory of the QtMultimedia module. Change-Id: If304ab5ee5741aec7cf7785352f5a571bc4ec240 Reviewed-by: VaL Doroshchuk <valentyn.doroshchuk@qt.io>