summaryrefslogtreecommitdiff
path: root/plugins/elements/gstinputselector.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-07inputselector: Always proxy position/duration querySeungha Yang1-1/+4
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-14/+6
2016-07-25inputselector: Handle stream-group-doneJan Schmidt1-3/+26
2016-07-25inputselector: Wake other pads when selected goes EOSJan Schmidt1-0/+4
2016-02-28elements: use new gst_element_class_add_static_pad_template()Tim-Philipp Müller1-4/+4
2015-09-21inputselector: Fix buffer leak in sync_streams & cache_buffers modeEunhae Choi1-0/+1
2015-07-02inputselector: remove always-true checkLuis de Bethencourt1-15/+13
2015-06-23inputselector: Handle different duration track selectionSong Bing1-71/+92
2015-04-24inputselector: Only try to push the first EOS receivedThiago Santos1-13/+26
2015-04-10inputselector: fix cached buffer leak in chain functionGuillaume Desmottes1-1/+6
2015-03-24input-selector: Rename _activate_sinkpad to _get_active_sinkpadJan Alexander Steffens (heftig)1-13/+11
2015-03-24input-selector: Remove pad's 'active' fieldJan Alexander Steffens (heftig)1-6/+0
2015-03-24input-selector: Use segment-presence for running_time checkJan Alexander Steffens (heftig)1-1/+1
2015-03-24input-selector: Remove 'blocked' flagJan Alexander Steffens (heftig)1-30/+8
2015-03-24input-selector: Remove obsolete 'block' signalJan Alexander Steffens (heftig)1-50/+0
2015-03-24input-selector: Fix waiting on EOSJan Alexander Steffens (heftig)1-2/+3
2015-02-27input-selector: Drop custom latency query handlingArun Raghavan1-82/+0
2015-02-19inputselector: Use a separate query for upstream pads and let it fail if one ...Sebastian Dröge1-5/+10
2015-01-12inputselector: Don't dereference NULL pointerSebastian Dröge1-1/+1
2015-01-05inputselector: fix silly GQueue iteration codeTim-Philipp Müller1-9/+9
2014-12-24inputselector: Use the same waiting function for EOS and non-EOS waitingSebastian Dröge1-16/+5
2014-12-24inputselector: Wake up all waitings pads directly if we forward the EOS eventSebastian Dröge1-10/+14
2014-12-24inputselector: Block when receiving an EOS event on a deactivated padSong Bing1-14/+44
2014-12-23inputselector: Keep a ref of the currently active sinkpad aroundSebastian Dröge1-0/+2
2014-12-23inputselector: Get the active sinkpad again after taking the lock when handli...Song Bing1-0/+1
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-1/+1
2014-10-03inputselector: fix compilationTim-Philipp Müller1-3/+3
2014-10-03input-selector: extract some common code into helpersStefan Sauer1-28/+22
2014-10-03input-selector: small code cleanupsStefan Sauer1-22/+17
2014-10-03inputselector: fix printf formatStefan Sauer1-1/+1
2014-09-14coreelements: mark properties with MUTABLE_PLAYINGTim-Philipp Müller1-1/+2
2014-08-14inputselector: always proxy caps queryThiago Santos1-0/+5
2014-04-11input-selector: Hold pad object lock when changing tagsJan Schmidt1-0/+3
2014-04-03inputselector: fix build with debug cached buffers enabledThiago Santos1-1/+1
2014-01-15inputselector: removing duplicate field positionThiago Santos1-21/+3
2013-11-29inputselector: handle gap eventsThiago Santos1-0/+21
2013-07-23input-selector: Fix missing pad activation notificationArnaud Vrac1-2/+2
2013-07-22inputselector: Don't push new stream-start events on stream change unless the...Sebastian Dröge1-0/+20
2013-07-12inputselector: Deactivate and remove pad without the inputselector lockSebastian Dröge1-1/+1
2013-07-10inputselector: Keep previous active sinkpad around until we're done with itSebastian Dröge1-3/+5
2013-06-06input-selector: send notify::active signal for input-selector pads.Brendan Long1-3/+21
2013-06-04input-selector: return FALSE for "active" property if selector is NULLBrendan Long1-3/+7
2013-05-09inputselector: Forward all sticky events, including stream-startSebastian Dröge1-1/+1
2013-04-25inputselector: Try to not push read-only buffersSebastian Dröge1-2/+4
2012-11-17inputselector: fix clock leak in wait_running_timeArnaud Vrac1-0/+2
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-08-31ghostpad: Make some debugging more verboseJan Schmidt1-2/+0
2012-08-30inputselector: fix clock leakArnaud Vrac1-0/+2
2012-08-14inputselector: Wait for other streams to advance on unselected padsEdward Hervey1-1/+0
2012-08-14inputselector: More debug statementsEdward Hervey1-1/+8