summaryrefslogtreecommitdiff
path: root/gst/playback/gstdecodebin3.c
Commit message (Expand)AuthorAgeFilesLines
* decodebin3: improve decoder selectionMichael Olbrich2021-07-191-66/+81
* Use gst_element_request_pad_simple...François Laignel2021-05-051-1/+1
* playback: Don't special-case G_SIGNAL_RUN_CLEANUP stage in signal accumulatorsSebastian Dröge2021-03-261-2/+1
* decodebin3: Don't insert duplicated streams in collectionEdward Hervey2021-03-251-1/+3
* decodebin3: Make input activation "atomic"Edward Hervey2021-03-251-1/+9
* playback: remove useless ret testStéphane Cerveau2021-03-101-1/+1
* decodebin3: change stream selection message ownerStéphane Cerveau2021-02-191-1/+1
* decodebin3: When reconfiguring a slot make sure that the ghostpad is unlinkedSebastian Dröge2020-12-241-0/+9
* playback: allow per feature registrationStéphane Cerveau2020-12-101-10/+6
* decodebin3: Take into account decoder latency for interleave sizeEdward Hervey2020-11-201-0/+75
* decodebin3: Store stream-start event on output pad before exposing itSeungha Yang2020-10-191-0/+14
* decodebin3: only force streams-selected seqnum after a select-streamsFrançois Laignel2020-10-101-1/+3
* Revert "playbin3: handle GST_PLAY_FLAG_FORCE_SW_DECODERS"Edward Hervey2020-07-071-36/+4
* decodebin3: Only override the selection if neededEdward Hervey2020-07-071-3/+10
* decodebin3: Lower error message to debugThibault Saunier2020-06-111-1/+1
* decodebin3: Avoid overriding explicit user selectionThibault Saunier2020-06-081-10/+16
* 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
* playbin3: handle GST_PLAY_FLAG_FORCE_SW_DECODERSVíctor Manuel Jáquez Leal2020-01-091-4/+36
* Pass the code through codespellThibault Saunier2019-08-301-3/+3
* Don't pass default GLib marshallers for signalsNiels De Graef2019-08-271-3/+2
* doc: remove xml from commentsMathieu Duponchelle2019-05-301-2/+2
* doc: fix element section documentationsMathieu Duponchelle2019-05-251-1/+1
* doc: Fix some gtk-doc commentsThibault Saunier2019-05-131-1/+1
* decodebin3: fix eos event leakRoland Jon2018-10-181-0/+2
* decodebin3: Do not modify structure of EOS eventSeungha Yang2018-05-101-8/+25
* decodebin3: Re-order all streams and add to collectionhoonhee.lee2018-05-061-2/+80
* decodebin3: high cpu usage after eosFrançois Laignel2018-02-101-4/+18
* decodebin3: Handle dual-output of STREAM_START/EOSEdward Hervey2018-02-101-9/+29
* decodebin3: Use GST_GROUP_ID_INVALIDEdward Hervey2018-02-101-5/+6
* decodebin3: Don't forward already-handling SELECT_STREAMSEdward Hervey2018-02-101-0/+2
* decodebin3: Add new about-to-finish signalEdward Hervey2018-02-101-0/+47
* decodebin3: Remove unused definitionEdward Hervey2018-02-101-2/+0
* decodebin3: Don't take the lock when creating a new inputEdward Hervey2018-02-101-2/+2
* decodebin3: Allow configure output stream without reassign slotSeungha Yang2017-10-271-0/+8
* decodebin3/urisourcebin: Switch to actual EOS events internallyEdward Hervey2017-08-111-28/+41
* decodebin3: Protect fields related to streams handling with the SELECTION_LOCKThibault Saunier2017-07-181-7/+15
* decodebin3: Protect dbin->collection usageEdward Hervey2017-07-181-9/+18
* decodebin3: Push EOS to output stream if they are all drainedSeungha Yang2017-07-131-0/+59
* decodebin3: Don't send duplicated stream-start eventSeungha Yang2017-07-121-4/+0
* docs: Convert gtkdoc comments to markdownThibault Saunier2017-03-101-17/+8
* decodebin3: Fix potential NULL pointer dereference on slot deactivationSebastian Dröge2017-02-281-1/+3
* decodebin3: Fix crash caused by slot double freeingSeungha Yang2017-01-311-2/+5
* decodebin3: Fix list leak on handle_stream_switch()Seungha Yang2017-01-311-2/+18
* decodebin3: Change requested_selection to have its own memory for stream-idSeungha Yang2017-01-311-11/+19
* decodebin3: Change return types of stream_in_{list,collection}Seungha Yang2017-01-311-8/+8
* playback: Fix leak on select_streamsSeungha Yang2017-01-311-2/+6
* decodebin3: Remove unused variableSeungha Yang2016-12-081-2/+0
* decodebin3: Drop duration query during _input_pad_unlink ()Seungha Yang2016-12-081-0/+22
* decodebin3: Update stream-collection with _input_pad_unlink()Seungha Yang2016-12-081-1/+31