summaryrefslogtreecommitdiff
path: root/gst/playback/gstdecodebin3.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-10decodebin3: high cpu usage after eosFrançois Laignel1-4/+18
2018-02-10decodebin3: Handle dual-output of STREAM_START/EOSEdward Hervey1-9/+29
2018-02-10decodebin3: Use GST_GROUP_ID_INVALIDEdward Hervey1-5/+6
2018-02-10decodebin3: Don't forward already-handling SELECT_STREAMSEdward Hervey1-0/+2
2018-02-10decodebin3: Add new about-to-finish signalEdward Hervey1-0/+47
2018-02-10decodebin3: Remove unused definitionEdward Hervey1-2/+0
2018-02-10decodebin3: Don't take the lock when creating a new inputEdward Hervey1-2/+2
2017-10-27decodebin3: Allow configure output stream without reassign slotSeungha Yang1-0/+8
2017-08-11decodebin3/urisourcebin: Switch to actual EOS events internallyEdward Hervey1-28/+41
2017-07-18decodebin3: Protect fields related to streams handling with the SELECTION_LOCKThibault Saunier1-7/+15
2017-07-18decodebin3: Protect dbin->collection usageEdward Hervey1-9/+18
2017-07-13decodebin3: Push EOS to output stream if they are all drainedSeungha Yang1-0/+59
2017-07-12decodebin3: Don't send duplicated stream-start eventSeungha Yang1-4/+0
2017-03-10docs: Convert gtkdoc comments to markdownThibault Saunier1-17/+8
2017-02-28decodebin3: Fix potential NULL pointer dereference on slot deactivationSebastian Dröge1-1/+3
2017-01-31decodebin3: Fix crash caused by slot double freeingSeungha Yang1-2/+5
2017-01-31decodebin3: Fix list leak on handle_stream_switch()Seungha Yang1-2/+18
2017-01-31decodebin3: Change requested_selection to have its own memory for stream-idSeungha Yang1-11/+19
2017-01-31decodebin3: Change return types of stream_in_{list,collection}Seungha Yang1-8/+8
2017-01-31playback: Fix leak on select_streamsSeungha Yang1-2/+6
2016-12-08decodebin3: Remove unused variableSeungha Yang1-2/+0
2016-12-08decodebin3: Drop duration query during _input_pad_unlink ()Seungha Yang1-0/+22
2016-12-08decodebin3: Update stream-collection with _input_pad_unlink()Seungha Yang1-1/+31
2016-12-08decodebin3: Cleanup no more used DecodebinInputSeungha Yang1-0/+21
2016-12-08decodebin3: Cleanup no more used MultiQueueSlotSeungha Yang1-0/+14
2016-12-08decodebin3: Send custom-eos event to notify drained stateSeungha Yang1-0/+23
2016-12-08playback: Remove trailing whitespaceSeungha Yang1-2/+2
2016-10-25decodebin3: Fix assertion failure when unreffing NULL stream capsGraham Leggett1-1/+2
2016-10-14decodebin3: More SELECTION_LOCK when linking to slotSeungha Yang1-0/+1
2016-10-13playback: GstStreamType is a flagEdward Hervey1-23/+18
2016-10-12playback: decodebin3 and parsebin are streams-awareEdward Hervey1-0/+2
2016-08-04decodebin3: don't leak alternate inputsGuillaume Desmottes1-1/+10
2016-08-03decodebin3: fix output->decoder_{sink,src} leakGuillaume Desmottes1-3/+3
2016-08-03decodebin3: fix tag list leakGuillaume Desmottes1-1/+3
2016-08-03decodebin3: consume select-streams eventGuillaume Desmottes1-0/+1
2016-08-03decodebin3: fix collection ref handlingGuillaume Desmottes1-2/+2
2016-08-03decodebin3: handle full removal of streamsGuillaume Desmottes1-3/+10
2016-07-25decodebin3: fix collection refcountingGuillaume Desmottes1-2/+4
2016-07-22playback: Flesh out docs a bit for new elementsJan Schmidt1-0/+35
2016-07-18decodebin3: actually check result of accept caps queryGuillaume Desmottes1-2/+2
2016-07-18decodebin3: fix collection leakGuillaume Desmottes1-0/+1
2016-07-18decodebin3: fix stream leaksGuillaume Desmottes1-0/+1
2016-07-18decodebin3: fix event leaksGuillaume Desmottes1-0/+4
2016-07-18decodebin3: fix caps leaksGuillaume Desmottes1-9/+21
2016-07-15playbin3: fix leaks of collection returned by message parse APIGuillaume Desmottes1-0/+2
2016-06-30playback: New elementsEdward Hervey1-0/+2438