summaryrefslogtreecommitdiff
path: root/gst/playback
Commit message (Expand)AuthorAgeFilesLines
* decodebin3: fix unblocking on input gap eventsMathieu Duponchelle2021-09-031-1/+6
* parsebin: Guess subtitle/ caps as text streamsPhilippe Normand2021-09-021-0/+1
* playbin/uridecodebin: Emit source-setup signal early before doing the schedul...Sebastian Dröge2021-08-182-20/+34
* decodebin3: improve decoder selectionMichael Olbrich2021-07-191-66/+81
* playback: Handle sources with dynamic pads and pads already presentThibault Saunier2021-05-131-66/+70
* playback: Stop giving "source" as name to sourcesThibault Saunier2021-05-131-1/+1
* Use gst_element_request_pad_simple...François Laignel2021-05-056-10/+13
* uridecodebin: Don't force floating reference for future reusable decodebinSeungha Yang2021-04-211-2/+9
* uridecodebin: Use gst_object_ref instead of g_object_refSeungha Yang2021-04-211-1/+1
* playbin{2,3}: fix base_time selection when flush seeking liveMathieu Duponchelle2021-04-122-6/+44
* playback: Don't special-case G_SIGNAL_RUN_CLEANUP stage in signal accumulatorsSebastian Dröge2021-03-265-34/+17
* decodebin3: Don't insert duplicated streams in collectionEdward Hervey2021-03-251-1/+3
* parsebin: Put stream flags in GstStreamEdward Hervey2021-03-251-1/+3
* decodebin3: Make input activation "atomic"Edward Hervey2021-03-251-1/+9
* gst: don't use volatile to mean atomicMatthew Waters2021-03-191-2/+2
* playback: element_init returns voidStéphane Cerveau2021-03-163-4/+4
* playback: remove useless ret testStéphane Cerveau2021-03-1011-10/+11
* decodebin3: change stream selection message ownerStéphane Cerveau2021-02-191-1/+1
* uridecodebin3: make caps property workTim-Philipp Müller2021-02-161-0/+3
* decodebin3: When reconfiguring a slot make sure that the ghostpad is unlinkedSebastian Dröge2020-12-241-0/+9
* decodebin3: Release selection lock when pushing EOSEdward Hervey2020-12-111-5/+22
* playback: allow per feature registrationStéphane Cerveau2020-12-1018-332/+246
* decodebin3: Take into account decoder latency for interleave sizeEdward Hervey2020-11-201-0/+75
* decodebin3: Don't leak filter capsEdward Hervey2020-11-191-1/+3
* decodebin3: Properly handle caps query with no filterEdward Hervey2020-11-191-0/+4
* urisourcebin: Fix crash caused by use after freeSeungha Yang2020-10-221-2/+1
* decodebin3: Store stream-start event on output pad before exposing itSeungha Yang2020-10-192-0/+26
* uridecodebin3: Forward upstream events to decodebin3 directlySeungha Yang2020-10-141-0/+14
* decodebin3: only force streams-selected seqnum after a select-streamsFrançois Laignel2020-10-101-1/+3
* playback: Clarify flag usage for playbin3Edward Hervey2020-07-071-1/+2
* Revert "playbin3: handle GST_PLAY_FLAG_FORCE_SW_DECODERS"Edward Hervey2020-07-073-83/+9
* decodebin3: Only override the selection if neededEdward Hervey2020-07-073-3/+27
* Don't call gst_ghost_pad_construct() anymoreSebastian Dröge2020-06-222-2/+0
* decodebin3: Lower error message to debugThibault Saunier2020-06-111-1/+1
* uridecodebin3: Let decodebin do its stream selection if no one answersThibault Saunier2020-06-081-0/+10
* decodebin3: Avoid overriding explicit user selectionThibault Saunier2020-06-081-10/+16
* playbin: Fix wrong AV element pair selection when rank is very large valueSeungha Yang2020-06-062-8/+8
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-063-3/+3
* uridecodebin: Dont link random padsEdward Hervey2020-06-051-2/+6
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle2020-06-033-0/+6
* decodebin: only emit 'drained' signal when top chain is draineduno200012020-05-271-1/+1
* uridecodebin3: Activate suburi playback itemPhilippe Normand2020-04-101-10/+34
* decodebin3: Reset main group id on PAUSED->READY state changeDimitrios Katsaros2020-01-271-0/+2
* decodebin3: Reduced logging level of messagesDimitrios Katsaros2020-01-271-2/+2
* uridecodebin3: Fixed defauts not being set on initializationDimitrios Katsaros2020-01-171-2/+9
* playbin3: handle GST_PLAY_FLAG_FORCE_SW_DECODERSVíctor Manuel Jáquez Leal2020-01-093-9/+83
* playbin2: handle GST_PLAY_FLAG_FORCE_SW_DECODERSVíctor Manuel Jáquez Leal2020-01-093-7/+108
* playback: add GST_PLAY_FLAG_FORCE_SW_DECODERS enumVíctor Manuel Jáquez Leal2020-01-092-0/+5
* playbin3: Propagate sink contextPhilippe Normand2019-12-311-0/+7
* playbin: Propagate sink contextSeungha Yang2019-12-311-0/+30