summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-23NEVER MERGEplaybin2-ext-subtilesSebastian Dröge1-1/+13
2009-11-23playbin2: Allow enabling external subtitles during playbackSebastian Dröge1-49/+115
2009-11-23playbin2: Transform QoS events to be meaningful for upstream elementsSebastian Dröge1-1/+156
2009-11-21ogg: Fix generation of timestamps and durationsDavid Schleef1-4/+9
2009-11-21ogg: Add ogg stream parsingDavid Schleef9-617/+2254
2009-11-21oggmux: don't overwrite object propertiesDavid Schleef1-2/+3
2009-11-21debug: also cast packet.packetno to gint64 in debug logStefan Kost1-1/+1
2009-11-21debug: fix format string that was missing a varStefan Kost1-1/+2
2009-11-19adder: make events succeed, if they succed on atleast one padStefan Kost2-3/+3
2009-11-19decodebin2: error when all streams have no buffersThiago Santos1-16/+88
2009-11-19playbin2: Fix stupid bug introduced in last commitSebastian Dröge1-2/+2
2009-11-19playbin2: Aggregate the stream-changed message by looking at the seqnumSebastian Dröge1-7/+48
2009-11-19playbin2: Ignore async state changes of the uridecodebinsSebastian Dröge1-8/+21
2009-11-19Automatic update of common submoduleTim-Philipp Müller1-0/+0
2009-11-18decodebin2: set to buffer less on no-more-padsThiago Santos1-0/+8
2009-11-18baseaudiosink: fix initial calibrationWim Taymans1-0/+8
2009-11-18playbin2: Don't handle DURATION queries during group switchesSebastian Dröge1-0/+108
2009-11-18playbin2: Post a stream-changed message after activating a groupSebastian Dröge1-62/+96
2009-11-18win32: Add new still-frame API to the defsJan Schmidt1-0/+2
2009-11-18baseaudiosrc: fix 'uninitialized' compiler warningMark Nauwelaerts1-0/+1
2009-11-18configure: bump core requirement to 0.10.25.1Tim-Philipp Müller1-1/+1
2009-11-18video: Add functions to create/parse still frame events.Jan Schmidt3-0/+97
2009-11-17playsink: make sure we always go to PAUSED asyncWim Taymans1-2/+4
2009-11-17playsink: make sure we remain a sinkWim Taymans1-1/+4
2009-11-16audioconvert: remove unused arrayStefan Kost1-8/+0
2009-11-16subparse: Use new double->fraction transformation function from coreSebastian Dröge1-16/+3
2009-11-14playbin2: Make subtitle error handling more robust and ignore late errors tooSebastian Dröge1-4/+16
2009-11-14subtitleoverlay: Handle errors from subtitle elements as warning and go into ...Sebastian Dröge2-1/+181
2009-11-14playbin2: Don't leak the GError and debug string when parsing error messagesSebastian Dröge1-0/+2
2009-11-13rtsp: avoid crashing on SIGPIPESreerenj B1-2/+8
2009-11-12playbin2: Improve subtitle passthrough in uridecodebinSebastian Dröge1-34/+52
2009-11-12subtitleoverlay: Only recreate factory caps if necessary and cache themSebastian Dröge1-6/+20
2009-11-12subtitleoverlay: Only update the factory list when the registry has changedSebastian Dröge2-11/+37
2009-11-12subtitleoverlay: Use gst_pad_get_caps_reffed()Sebastian Dröge1-3/+3
2009-11-12playbin2/playsink: Use new "silent" property instead of unlinkingSebastian Dröge2-31/+5
2009-11-12subtitleoverlay: Update segments after pushing the events downstreamSebastian Dröge2-53/+54
2009-11-12subtitleoverlay: Add silent property to disable subtitlesSebastian Dröge2-1/+101
2009-11-12subtitleoverlay: Set the video framerate on parsers if possibleSebastian Dröge2-0/+94
2009-11-12subparse: Make fps a GstFraction typed property and use it properlySebastian Dröge2-21/+47
2009-11-12subparse: Add property for the video framerateIago Toral2-2/+23
2009-11-12playbin2: Handle external subtitles betterSebastian Dröge1-1/+131
2009-11-12playbin2: Flush the subtitles before switching to a new subtitle streamSebastian Dröge1-2/+29
2009-11-12playbin2: Set subtitle caps as raw caps for the uridecodebinsSebastian Dröge1-3/+42
2009-11-12playbin2/playsink: Remove everything related to subpicture streamsSebastian Dröge3-287/+17
2009-11-12playsink: Add a queue before subtitleoverlaySebastian Dröge1-22/+30
2009-11-12playsink: Use subtitleoverlay for subtitlesSebastian Dröge1-59/+42
2009-11-12subtitleoverlay: Add to the docsSebastian Dröge37-141/+259
2009-11-12subtitleoverlay: Add new element for generic subtitle overlayingSebastian Dröge4-2/+1794
2009-11-12theoradec: Keep timestamp from incoming buffer if it is validOlivier Crête1-3/+3
2009-11-11playback: Update factories list on every access if the registry has changedSebastian Dröge3-43/+82