gstreamer/gst
Jens Granseuer c37fc2d3c2 gst/: Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
Original commit message from CVS:
Patch by: Jens Granseuer  <jensgr at gmx net>
* gst/equalizer/gstiirequalizer.c:
* gst/equalizer/gstiirequalizer10bands.c:
* gst/equalizer/gstiirequalizer3bands.c:
* gst/equalizer/gstiirequalizernbands.c:
* gst/rtpmanager/async_jitter_queue.c:
(async_jitter_queue_push_sorted):
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_chain):
* gst/switch/gstswitch.c: (gst_switch_chain):
Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
Fixes #450185.
2007-06-22 20:23:18 +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.*: Parse subtitle text streams instead of erroring out (#442034). Still needs a parser for the su... 2007-05-30 14:38:59 +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 gst/: Build fixes for gcc-2.9x (no mid-block variable declarations etc.). 2007-06-22 20:23:18 +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 configure.ac: Bump requirements to released versions (core and base 0.10.13). 2007-06-05 16:32:19 +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 memory leaks. 2007-06-22 10:12:15 +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: Add support for mapping gst structure names to the MIME type equivalent. 2007-06-05 09:11:41 +00:00
oldcore Fix memory leaks. 2007-06-22 10:12:15 +00:00
qtdemux gst/qtdemux/: Add MJPG to the variants of motion jpeg. 2007-06-20 08:26:21 +00:00
replaygain Add replaygain playback elements (#412710). 2007-05-19 10:01:45 +00:00
rtp gst/rtp/gstrtpdepay.c: Fix description - rtpdepay is not a payloader. 2007-06-20 12:56:12 +00:00
rtsp gst/rtsp/rtspconnection.c: Use threadsafe inet_ntop to convert an ip number to a string. 2007-06-19 14:48:03 +00:00
smpte gst/smpte/barboxwipes.c: Add missing break statement for BOX_HORIZONTAL case. 2007-04-17 16:39:02 +00:00
spectrum gst/spectrum/gstspectrum.c: Fix leaking buffers. 2007-06-20 08:56:17 +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: Printf fixes in debug statements; use LOG level for debug statements that are printed for... 2007-06-06 08:53:12 +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.*: Properly write wav files with width!=depth by having the depth most significant bytes set and... 2007-06-03 11:21:44 +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