gstreamer/gst
Tim-Philipp Müller f91649edb8 gst/avi/gstavidemux.c: Make _push_event() return TRUE if the event could be pushed on at least one pad and not only i...
Original commit message from CVS:
* gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
(gst_avi_demux_loop):
Make _push_event() return TRUE if the event could be pushed on at
least one pad and not only if it could be pushed on all pads,
otherwise we'll end up posting an error message on EOS if one or
more source pads are not connected.
2007-05-30 12:46:32 +00:00
..
alpha gst/alpha/gstalphacolor.c: Double-check that RGB input caps are really RGBA caps (apparently the core doesn't always ... 2007-04-25 15:31:53 +00:00
apetag gst/: Handle and adjust new-segment events so that downstream really sees a stream with the tag pieces stripped off t... 2007-05-25 10:44:12 +00:00
audiofx configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN, _Gs... 2007-05-22 11:14:13 +00:00
auparse Use audioconvert for converting from non-native endianness floats in auparse instead of doing it ourself. Fixes #424527. 2007-05-21 09:32:26 +00:00
autodetect gst/autodetect/gstautoaudiosink.c: Don't unnecessarily perform a READY->NULL->READY transition on the detected audio ... 2007-05-25 10:23:49 +00:00
avi gst/avi/gstavidemux.c: Make _push_event() return TRUE if the event could be pushed on at least one pad and not only i... 2007-05-30 12:46:32 +00:00
cutter gst/cutter/gstcutter.*: Fix some of the most obvious bugs in cutter. Now doesn't leak everything if input is silent. 2007-04-18 12:36:37 +00:00
debug gst/debug/breakmydata.c (gst_break_my_data_init): One more try. This should be the proper fix now. 2007-05-15 11:18:33 +00:00
effectv Fix build with LDFLAGS='-Wl,-z,defs' (#410997) 2007-02-24 22:57:49 +00:00
equalizer configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN, _Gs... 2007-05-22 11:14:13 +00:00
flx Fix a bunch of leaks shown by the newly-added states test. 2007-03-04 13:52:03 +00:00
goom gst/goom/gstgoom.*: Document, fix and improve goom adapter behaviour. 2007-03-06 13:21:23 +00:00
icydemux gst/icydemux/gsticydemux.c: If the metadata strings we get in the stream are not UTF-8, try to interpret them accordi... 2007-04-12 16:06:31 +00:00
id3demux gst/id3demux/gstid3demux.c: Don't leak newsegment events. 2007-05-25 20:51:36 +00:00
interleave gst/interleave/deinterleave.c: Remove 'channel-positions' field when munging input caps into 1-channel output caps (I... 2007-03-24 19:46:59 +00:00
law gst/law/: Fix negotiation to deal with ANY/EMPTY caps instead of leaking. 2006-07-24 14:16:06 +00:00
level gst/level/gstlevel.c: Use guint8 * instead of gpointer then vs6 can build in_data += (filter->width / 8). 2007-05-13 15:47:13 +00:00
matroska gst/matroska/Makefile.am: If zlib is available and used, we must link it explicitly for things to work on MingW (fixe... 2007-01-05 17:23:04 +00:00
median Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
monoscope gst/monoscope/: Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS (but no LIBS, since we only use define... 2007-02-12 23:35:16 +00:00
multifile gst/: Use proper print statements. 2007-01-25 12:05:11 +00:00
multipart gst/multipart/multipartmux.c: Fix timestamps on outgoing buffers. 2007-05-03 15:55:06 +00:00
oldcore Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
qtdemux gst/: Printf format fixes (#439910, #439911). 2007-05-20 14:14:49 +00:00
replaygain Add replaygain playback elements (#412710). 2007-05-19 10:01:45 +00:00
rtp gst/rtp/gstrtph263ppay.c: Fix enum registration. 2007-05-21 09:29:30 +00:00
rtsp gst/rtsp/rtsptransport.c: Use renamed RTP bin. 2007-05-28 16:39:09 +00:00
smpte gst/smpte/barboxwipes.c: Add missing break statement for BOX_HORIZONTAL case. 2007-04-17 16:39:02 +00:00
spectrum configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN, _Gs... 2007-05-22 11:14:13 +00:00
udp gst/udp/gstudpsrc.c: Since we depend on 0.10.13 -core, override the unlock_stop vmethod for safer shutdown. 2007-05-21 10:07:05 +00:00
videobox gst/videobox/gstvideobox.c: Add AYUV->AYUV and AYUV->I420 formats. 2007-05-28 15:01:33 +00:00
videocrop gst/videocrop/gstvideocrop.c: Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY. 2007-01-28 18:28:33 +00:00
videofilter gst/videofilter/Makefile.am: Dist header.. 2007-02-28 10:41:14 +00:00
videomixer gst/videomixer/videomixer.c: Fix strides calculation for AYUV (it's just width*4) (#436910). 2007-05-08 15:49:01 +00:00
wavenc gst/wavenc/gstwavenc.*: everything else results in a invalid block align and invalid files. 2007-04-18 09:48:25 +00:00
wavparse gst/wavparse/Makefile.am: Add '-lm' to LIBS for ceil(), don't assume one of our dependencies drags it in. 2007-05-25 20:33:10 +00:00
Makefile.am tidying up -good for business 2005-08-30 17:32:12 +00:00