summaryrefslogtreecommitdiff
path: root/gst/playback/gstdecodebin2.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-03decodebin2: Use static caps for the default raw caps and put them into a sepa...Sebastian Dröge1-4/+4
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-4/+4
2009-10-27decodebin2: implement low/high watermark propertyWim Taymans1-11/+11
2009-10-24decodebin2: buffering is implemented nowWim Taymans1-4/+1
2009-10-24decodebin2: configure use-buffering on multiqueueWim Taymans1-0/+2
2009-10-24decodebin2: refactor queue size configuration.Wim Taymans1-28/+38
2009-10-24decodebin2: move error path downWim Taymans1-8/+13
2009-10-24decodebin2: implement max queue size propertiesWim Taymans1-18/+49
2009-10-24decodebin2: add properties for bufferingWim Taymans1-0/+151
2009-10-20gst/decodebin2: Ensure we get fixed caps for topology messageEdward Hervey1-0/+9
2009-10-20gst/decodebin2: Don't expose chains if we're shutting down.Edward Hervey1-0/+9
2009-10-15decodebin2: Post a element message on the bus with the stream topologySebastian Dröge1-2/+133
2009-10-15decodebin2: Store the "endcaps" of a chainSebastian Dröge1-4/+14
2009-10-15decodebin2: Store for every chain, which pad resulted in its creationSebastian Dröge1-4/+13
2009-10-13decodebin2: Ignore no-more-pads from non-demuxer elementsSebastian Dröge1-0/+4
2009-10-08decodebin2: Fix type-punning warningJan Schmidt1-4/+3
2009-10-07decodebin2: Chains with an exposed endpad are complete tooSebastian Dröge1-3/+8
2009-10-07decodebin2: Use the iterate internal links function instead of string magic t...Sebastian Dröge1-14/+17
2009-10-07decodebin2: Rewrite autoplugging and how groups of pads are exposedSebastian Dröge1-836/+946
2009-10-07decodebin2: Don't set the external ghostpads blocked but only their targetsSebastian Dröge1-5/+18
2009-10-07decodebin2: Only use the object lock for protecting the subtitle elementsSebastian Dröge1-7/+5
2009-08-31decodebin2: Post missing plugin messages before any error messagesSebastian Dröge1-3/+3
2009-08-12decodebin2: avoid assertion failure on empty/NULL capsMark Nauwelaerts1-7/+13
2009-08-08gst: Remove dead assignments and resulting unused variablesEdward Hervey1-4/+2
2009-06-17decodebin2: Free iterator after removing all groupsSebastian Dröge1-0/+1
2009-06-05decodebin2: make sure varargs are of right typeWim Taymans1-2/+2
2009-06-05decodebin2: increase stream probing queuesWim Taymans1-1/+1
2009-05-28decodebin/uridecodebin: Recognise subpicture/x-pgs pads and output them.Jan Schmidt1-1/+1
2009-05-27decodebin2: remove leftover elementsWim Taymans1-0/+42
2009-05-19decodebin2: avoid some _caps_ref in some casesWim Taymans1-6/+12
2009-05-12decodebin2: make subpictures a raw output formatWim Taymans1-1/+2
2009-04-23decodebin2: Don't reduce max-size-time of exposed groups. Fixes #579912Edward Hervey1-2/+1
2009-04-14decodebin2: fix up the debugs and warningsWim Taymans1-22/+37
2009-03-25decodebin2: do some more cleanupWim Taymans1-19/+43
2009-03-20decodebin2: a pad starts out being not drained.Wim Taymans1-2/+2
2009-03-19decodebin2: recover from failing to add a padWim Taymans1-12/+5
2009-03-19decodebin2: more cleanups and docs.Wim Taymans1-23/+18
2009-03-19decodebin2: refactoring and race fixesWim Taymans1-78/+154
2009-03-17decodebin2: add extra dynamic ref for demuxersWim Taymans1-6/+25
2009-03-09decodebin2: only remove pads that were addedWim Taymans1-5/+19
2009-03-09Unblock blocked ghostpads when shutting down. Fixes #574293.Mark Nauwelaerts1-0/+82
2009-03-05decodebin2: don't stay connected to notify::caps after negotiationMichael Smith1-0/+8
2009-02-25Combine finding and creating groupsWim Taymans1-19/+19
2009-02-02Fix documentation for autoplug-selectWim Taymans1-7/+18
2008-12-08gst/playback/: Add basic docs to decodebin and link to decodebin from decodeb...Stefan Kost1-3/+3
2008-11-21gst/playback/gstdecodebin2.c: Fix random fat-fingering making this not compile.Michael Smith1-45/+64
2008-11-20gst/playback/gstdecodebin2.c: If the top-level type of the stream is plain te...Michael Smith1-64/+55
2008-10-08gst/playback/gstdecodebin2.c: Remove bogus assert, the decodepad could have b...Wim Taymans1-1/+0
2008-10-08gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset target instead of ...Andy Wingo1-7/+24
2008-10-08gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to be a subclass ...Andy Wingo1-100/+123