summaryrefslogtreecommitdiff
path: root/gst/playback/gstdecodebin2.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-04decodebin: Do async-done on expose errors tooSebastian Dröge1-0/+2
2014-05-29decodebin: aggregate buffering messagesThiago Santos1-0/+79
2014-04-10decodebin: consider "no demuxer" case to not have dynamic padsVincent Penquerc'h1-1/+1
2014-04-09decodebin: In adaptive streaming mode, only have a fixed buffer limit for the...Sebastian Dröge1-3/+9
2014-03-07decodebin: Buffer up to 5 seconds in multiqueue buffering modeSebastian Dröge1-3/+7
2014-03-06decodebin: Keep the number of buffers after an adaptive streaming demuxer lowerSebastian Dröge1-6/+15
2014-03-06decodebin: Simplify adaptive streaming demuxer code a bitSebastian Dröge1-5/+3
2014-02-23decodebin: If we have a demuxer without dynamic srcpads, just assume no-more-...Sebastian Dröge1-0/+7
2014-02-23decodebin: Also make sure to not duplicate an element factory after a groupSebastian Dröge1-0/+9
2014-02-23decodebin: During pre-rolling always use the auto-preroll limits on multiqueuesSebastian Dröge1-3/+3
2014-02-23decodebin: Pass through the seekability information when setting multiqueue l...Sebastian Dröge1-1/+2
2014-02-23decodebin: During exposing of pads don't set the multiqueue limits multiple t...Sebastian Dröge1-15/+0
2014-02-23decodebin: Only enable multiqueue buffering once we're pre-rolledSebastian Dröge1-9/+3
2014-02-23decodebin: Make sure that we always have a second multiqueue for adaptive str...Sebastian Dröge1-0/+42
2014-01-28decodebin: make it possible to register multiple handlers for autoplug-selectAlessandro Decina1-3/+12
2013-11-29decodebin2: copy sticky eventsWim Taymans1-10/+41
2013-11-28decodebin2: activate ghost pad before targettingWim Taymans1-0/+1
2013-11-16docs: remove old 0.10 Since markersTim-Philipp Müller1-20/+0
2013-06-06decodebin: Let serialize queries before caps events throughSebastian Dröge1-0/+9
2013-05-28decodebin: Don't call autoplug-query on shutdownSebastian Dröge1-6/+2
2013-05-28playbin: Refactor autoplug-query handlingSebastian Dröge1-26/+13
2013-05-28decodebin: Block on serialized queries tooSebastian Dröge1-3/+13
2013-05-28decodebin: Pass the element in the autoplug-query signal tooSebastian Dröge1-2/+12
2013-05-28decodebin: Need to lock the chain mutex in autoplug_querySebastian Dröge1-0/+2
2013-05-24decodebin: Lock the state of child elements as long as we manage their statesSebastian Dröge1-1/+8
2013-05-24Revert "decodebin2: use NO_RESYNC flag"Sebastian Dröge1-2/+0
2013-05-22decodebin: Use signal handler IDs instead of disconnecting by functionSebastian Dröge1-25/+32
2013-05-22decodebin: Connect and disconnect the have-type signal of typefind before sta...Sebastian Dröge1-6/+10
2013-05-15playback: Only do a subset filtering for the factories if we have fixed capsSebastian Dröge1-1/+1
2013-05-15decodebin: Return immediately from checking if a chain is complete if we're s...Sebastian Dröge1-0/+3
2013-05-15decodebin: Hold the expose lock when freeing a chainSebastian Dröge1-0/+4
2013-05-14playback: Use subset checks instead of intersectionSebastian Dröge1-3/+3
2013-05-06decodebin: Expose pads when they receive EOS before any buffersSebastian Dröge1-2/+4
2013-04-23decodebin2: also remove the bytes limitWim Taymans1-1/+3
2013-04-23decodebin2: update buffer size in multiqueueWim Taymans1-2/+14
2013-04-23decodebin2: only allow 'lower' multiqueues to emit buffering messagesThiago Santos1-0/+69
2013-04-23decodebin2: do not handle the next-groups list as if it was a single itemThiago Santos1-4/+18
2013-04-23decodebin2: preserve next groups orderThiago Santos1-1/+1
2013-04-23decodebin2: still report chain as drained when not 'handled'Thiago Santos1-0/+3
2013-04-18decodebin: use _plugin_feature_rank_compare API instead of duplicating the code.Sreerenj Balachandran1-8/+1
2013-04-15decodebin: use ascending order for name based sorting of pluginfeatures.Sreerenj Balachandran1-1/+1
2013-04-04decodebin2: forward all sticky events to decodepadWim Taymans1-13/+20
2013-04-04decodebin: debug sticky events on exposed padsWim Taymans1-0/+11
2013-04-04decodebin2: small cleanupWim Taymans1-7/+7
2013-03-30decodebin: Remove GstdecodePads that are not going to be exposedSebastian Dröge1-0/+3
2013-03-30decodebin: Add autoplug-query signal to handle queries for yet unconnected el...Sebastian Dröge1-11/+130
2013-03-30decodebin: Don't add a children to a decode group twiceSebastian Dröge1-1/+1
2013-02-14decodebin: don't block on capsMatej Knopp1-0/+5
2013-02-14decodebin: Remove left-over line from last commitSebastian Dröge1-1/+0
2013-02-14decodebin: Check if value is set before unsetting itMatej Knopp1-0/+2