summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2005-11-11gst/ffmpegcolorspace/: Make palettes work again (see #132341). Use our own ma...Tim-Philipp Müller2-21/+23
2005-11-10gst/playback/gstplaybasebin.c (prepare_output): Fix format string doober.Andy Wingo1-1/+1
2005-11-10gst/ffmpegcolorspace/gstffmpegcolorspace.c: Prefer passthrough in transform_capsThomas Vander Stichele1-1/+11
2005-11-10gst/playback/gstplaybasebin.c: Unlock GROUP_LOCK in failure cases, so that we...Michael Smith1-3/+15
2005-11-10gst/: The base class can now sync for us.Wim Taymans3-165/+68
2005-11-10gst/sine/gstsinesrc.c: Send newsegment event in TIME format, set duration if ...Tim-Philipp Müller1-2/+35
2005-11-09gst/playback/gstplaybin.c: Set elements to NULL state before disposing of them.Tim-Philipp Müller1-0/+3
2005-11-08gst/audioconvert/gstaudioconvert.c: Fix typo in docs.Tim-Philipp Müller1-1/+1
2005-11-08gst/volume/gstvolume.c: Fix compilation on Solaris with Forte. (#320923)Tim-Philipp Müller1-1/+1
2005-11-03gst/playback/gstdecodebin.c: Handle the case where a pad_block failed.Wim Taymans1-14/+24
2005-11-03tcp elements need some system headers like sys/socket.hThomas Vander Stichele1-2/+8
2005-11-03subparse needs regex.h - might need to move to sys/Thomas Vander Stichele1-2/+8
2005-10-31gst-libs/gst/audio/gstringbuffer.h: Don't break ABI.Wim Taymans2-6/+29
2005-10-28gst/playback/gstplaybin.c: first try autovideosink, then xvimagesink, then er...Thomas Vander Stichele1-8/+21
2005-10-27gst/playback/: Port these two tests as well.Tim-Philipp Müller3-5/+176
2005-10-27gst/adder/gstadder.c: Fix timestamps and fix deadlock when stopping the colle...Wim Taymans1-6/+12
2005-10-26gst/audioconvert/audioconvert.c: When clearing an audioconvert context, set t...Michael Smith1-0/+1
2005-10-26gst/tcp/: Remove unused 'curoffset' structure member.Tim-Philipp Müller4-8/+0
2005-10-24And here comes my change on caps for framerate and geometry range.Julien Moutte1-3/+3
2005-10-21gst/playback/gstdecodebin.c: Don't try to remove elements twice.Wim Taymans1-1/+1
2005-10-20ext/vorbis/vorbisenc.c: Implement position and duration queries.Tim-Philipp Müller1-6/+18
2005-10-20gst/playback/: Fix tests againWim Taymans2-2/+2
2005-10-20gst/: Don't use functions for position queries when handling duration queries.Tim-Philipp Müller2-3/+3
2005-10-20gst/playback/gstplaybasebin.c: Fix leak.Wim Taymans1-2/+2
2005-10-19gst/audioconvert/: And bye bye buffer-frames-convertTim-Philipp Müller4-382/+4
2005-10-19Bye bye buffer-frames.Wim Taymans3-14/+3
2005-10-19Query API update.Wim Taymans6-20/+42
2005-10-19gst/typefind/gsttypefindfunctions.c: Akos Maroy (#308663).Tim-Philipp Müller1-18/+109
2005-10-18gst/playback/: Make playbin async, it'll commit state to paused when all stre...Wim Taymans4-46/+212
2005-10-17gst/: fix broken build of controllerized pluginsStefan Kost3-6/+6
2005-10-17gst/: doc updatesThomas Vander Stichele1-5/+7
2005-10-17gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.Andy Wingo3-74/+10
2005-10-17gst/ffmpegcolorspace/gstffmpegcolorspace.c: We are asked to compute a buffer ...Julien Moutte1-7/+18
2005-10-16gst/playback/gstdecodebin.cAndy Wingo1-3/+34
2005-10-16restructure configure.ac, use correct libtool LDFLAGS, fix up definesThomas Vander Stichele18-22/+31
2005-10-13typo fixesStefan Kost1-4/+4
2005-10-13- Don't use non-portable LL suffix on constants, since MSVC doesn't allow the...Michael Smith1-1/+1
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost11-33/+33
2005-10-12gst-libs/gst/audio/gstringbuffer.c: Don't assert on normal stuff.Wim Taymans1-3/+1
2005-10-11check/generic/states.c: remove old property.Wim Taymans1-1/+2
2005-10-11gst/playback/gstplaybin.c: Override send_event differently, so that we can ta...Michael Smith1-7/+68
2005-10-10gst/audioconvert/: Alloc temp storage somewhere else where we can do it more ...Wim Taymans2-4/+15
2005-10-10gst/tcp/gsttcpserversrc.c: Don't block in accept while doing the state change...Wim Taymans1-17/+68
2005-10-09gst/audiotestsrc/gstaudiotestsrc.*: fixed typo, added pink noiseStefan Kost2-3/+105
2005-10-09gst/typefind/gsttypefindfunctions.c: Add wavpack and spc typefind functions f...Tim-Philipp Müller1-0/+72
2005-10-09gst/typefind/gsttypefindfunctions.c: Add typefind functions for tar archives,...Tim-Philipp Müller1-0/+83
2005-10-09add new plugin and elementStefan Kost5-11/+704
2005-10-09gst/adder/gstadder.c: Add query function to source pad, so adder reports the ...Tim-Philipp Müller1-22/+52
2005-10-08gst/typefind/gsttypefindfunctions.c: Fix leaks in typefind registrationThomas Vander Stichele1-54/+63
2005-10-08gst/tcp/gstmultifdsink.c: Fix crasher when going to NULL multiple times.Wim Taymans1-2/+23