summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-03-11typefinding: flac typefinder fixesTim-Philipp Müller1-11/+13
2009-03-10adder: log details in getcaps like in setcapsStefan Kost1-0/+3
2009-03-09typefind: add photoshop typefind functionsJonathan Matthew1-0/+4
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-09typefind: Use the proper data pointer instead of poking random memory.Edward Hervey1-10/+10
2009-03-05decodebin2: don't stay connected to notify::caps after negotiationMichael Smith1-0/+8
2009-03-05adder: add variants for unsigned to fix warnings for unneeded checkStefan Kost1-7/+21
2009-03-05subparse: use the right variable in debug log, encoding is not yet initializedStefan Kost1-1/+1
2009-03-05audioresample: add missing break in event handling, remove dead codeStefan Kost1-4/+2
2009-03-02subparse: Convert regex code to GRegex codeLRN1-21/+56
2009-02-26subparse: don't leak line, if flushingStefan Kost1-1/+1
2009-02-26ffmpegcolorspace: remove unused code/variablesStefan Kost2-8/+2
2009-02-26docs: fix random text after since: tag. Also fix class name to make the docs ...Stefan Kost1-3/+6
2009-02-26docs: playbin2 has no stream-infoStefan Kost1-18/+1
2009-02-25rtsp, multifdsink: Unify the use of union gst_sockaddr.Peter Kjellerstedt1-7/+6
2009-02-25playbin: use flushing pads instead of fakesinkWim Taymans1-41/+17
2009-02-25playsink: Add FLUSHING pad typeWim Taymans2-1/+25
2009-02-25Release the group lock when setting statesWim Taymans1-2/+11
2009-02-25Combine finding and creating groupsWim Taymans1-19/+19
2009-02-25Playbin2: Don't leave unused parameters in debug statements.Edward Hervey1-1/+2
2009-02-24Add some G_UNLIKELY because we canWim Taymans1-9/+9
2009-02-24multifdsink: Fix strict aliasing error using a unionJan Schmidt1-6/+9
2009-02-24ffmpegcolorspace: Add conversion from/to YVYU colorspaceSebastian Dröge3-2/+178
2009-02-24ffmpegcolorspace: Add direct UYVY->GRAY8 conversionJonas Danielsson1-0/+26
2009-02-24playbin2: fix deadlock when shutting down. Fixes #572577.Mark Nauwelaerts1-0/+96
2009-02-24playbin2/playsink: Set audiotee to PAUSED state in all cases. Fixes #565105.Mark Nauwelaerts1-0/+2
2009-02-15audioresample: Add locking to protect the resampling contextSebastian Dröge1-0/+4
2009-02-13ffmpegcolorspace/videotestsrc: Use v308 instead of V308Sebastian Dröge2-7/+7
2009-02-12ffmpegcolorspace: Add support for packed 4:4:4 YUV (format=V308)Sebastian Dröge4-2/+83
2009-02-12videotestsrc: Add support for packed 4:4:4 YUV (format=V308)Sebastian Dröge1-0/+24
2009-02-10Revert "Remove pad-removed handlers after setting the decodebins to NULL."Michael Smith1-2/+2
2009-02-10playbin2: Fix segfault on notify after group change.Michael Smith1-0/+6
2009-02-10playbin2: Look for volume/mute properties recursively in audio element.Michael Smith1-6/+57
2009-02-10videotestsrc: Add support for Y444 (planar 4:4:4 YUV)Sebastian Dröge1-0/+25
2009-02-04playbin2: implement GST_PLAY_FLAG_NATIVE_{AUDIO,VIDEO}Stefan Kost1-2/+2
2009-02-04audioresample: Add a proper deprecation comment and also drop G_PARAM_CONSTRUCT.Stefan Kost1-2/+8
2009-02-04audioresample: Only pull in liboil if its actualy used.Stefan Kost2-4/+13
2009-02-03typefind: Make the flac check more tight to not mistace some aac files for fl...Stefan Kost1-4/+21
2009-02-02Allow to configure the resampler function for integer to skip the benchmarkin...Stefan Kost1-4/+15
2009-02-02Fix documentation for autoplug-selectWim Taymans2-15/+46
2009-01-30Remove pad-removed handlers after setting the decodebins to NULL.Michael Smith1-2/+2
2009-01-30Unref selector request pad even if we no longer have a selector.Michael Smith1-1/+3
2009-01-30Unref source in playbin2's finalize methodMichael Smith1-0/+3
2009-01-30Fix more leaks of pads and elements in gstplaysink.Michael Smith1-4/+24
2009-01-30Avoid leaking all playsinks. Fix some internal leaks.Michael Smith1-13/+24
2009-01-30Unref peer request pad after releasing it, since we hold a reference.Michael Smith1-0/+1
2009-01-30Fix caps leak in playbin2.Michael Smith1-3/+5
2009-01-30Unref active pad from selector when finding active stream.Michael Smith1-0/+4
2009-01-30Free uris when finalizing playbin2 instance.Michael Smith1-0/+1