gstreamer/gst
Josep Torra Valles c4e7ebfe35 Fix a bunch of problems discovered by the Forte compiler, mostly type mixups and pointer arithmetics with void pointe...
Original commit message from CVS:
Patch by: Josep Torra Valles  <josep at fluendo com>
* ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
* ext/esd/esdsink.c: (gst_esdsink_write):
* ext/flac/gstflacdec.c: (gst_flac_dec_length),
(gst_flac_dec_read_seekable), (gst_flac_dec_chain),
(gst_flac_dec_send_newsegment):
* ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
(gst_flac_enc_tell_callback):
* ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
(smokecodec_parse_header), (smokecodec_decode):
* gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
* gst/debug/efence.c: (gst_fenced_buffer_alloc):
* gst/goom/Makefile.am:
* gst/goom/gstgoom.c:
* gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
* gst/rtsp/gstrtspsrc.c:
* gst/rtsp/rtspconnection.c: (rtsp_connection_read):
* gst/udp/gstudpsink.c:
* gst/udp/gstudpsrc.c:
* gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
* sys/sunaudio/gstsunaudiomixertrack.h:
Fix a bunch of problems discovered by the Forte compiler, mostly type
mixups and pointer arithmetics with void pointers. Fixes #362603.
2006-10-16 18:22:47 +00:00
..
alpha gst/: Include stdlib.h in some more places, makes things compile with uClibc and -Werror (#357592). 2006-09-25 11:47:42 +00:00
apetag gst/: Activate pad before adding it to the already-running element. 2006-10-11 13:24:42 +00:00
audiofx Rename again (audiofxgood -> audiofx). 2006-08-27 17:14:06 +00:00
auparse Activate pads before adding. 2006-10-06 17:00:14 +00:00
autodetect gst/autodetect/: Small cleanups. don't try to set "sync" property when it is not available. 2006-09-25 13:55:44 +00:00
avi Fix a bunch of problems discovered by the Forte compiler, mostly type mixups and pointer arithmetics with void pointe... 2006-10-16 18:22:47 +00:00
cutter Printf format fixes. 2006-10-05 16:37:33 +00:00
debug Fix a bunch of problems discovered by the Forte compiler, mostly type mixups and pointer arithmetics with void pointe... 2006-10-16 18:22:47 +00:00
effectv More G_OBJECT macro fixing. 2006-09-16 21:57:29 +00:00
equalizer More G_OBJECT macro fixing. 2006-09-16 22:14:35 +00:00
flx Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
goom Fix a bunch of problems discovered by the Forte compiler, mostly type mixups and pointer arithmetics with void pointe... 2006-10-16 18:22:47 +00:00
icydemux Fix a bunch of problems discovered by the Forte compiler, mostly type mixups and pointer arithmetics with void pointe... 2006-10-16 18:22:47 +00:00
id3demux gst/: Activate pad before adding it to the already-running element. 2006-10-11 13:24:42 +00:00
interleave more working plugins 2004-07-27 21:41:30 +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.*: Fix type mixup in level->interval (gdouble<->guint64). Spotted by 2006-09-11 20:38:41 +00:00
matroska Printf format fixes. 2006-10-05 16:37:33 +00:00
median Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
monoscope gst/monoscope/gstmonoscope.c: Don't unref buffers of which we've already given away ownership to the adapter. 2006-08-22 12:10:32 +00:00
multipart gst/multipart/multipartdemux.c: Activate pads before adding. 2006-10-06 16:03:23 +00:00
oldcore Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
qtdemux gst/qtdemux/qtdemux.c: Add some fourcc for DV format. 2006-10-11 13:49:26 +00:00
replaygain Add ReplayGain analysis element (#357069). 2006-10-06 15:56:01 +00:00
rtp gst/multipart/multipartdemux.c: Activate pads before adding. 2006-10-06 16:03:23 +00:00
rtsp Fix a bunch of problems discovered by the Forte compiler, mostly type mixups and pointer arithmetics with void pointe... 2006-10-16 18:22:47 +00:00
smpte Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
spectrum gst/spectrum/gstspectrum.c: Fix mem leak, avoid unnecessary memcpy. 2006-10-06 11:31:11 +00:00
udp Fix a bunch of problems discovered by the Forte compiler, mostly type mixups and pointer arithmetics with void pointe... 2006-10-16 18:22:47 +00:00
videobox More G_OBJECT macro fixing. 2006-09-16 21:57:29 +00:00
videocrop gst/videocrop/gstvideocrop.*: Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix passthrough mode; la... 2006-10-04 22:37:07 +00:00
videofilter More G_OBJECT macro fixing. 2006-09-16 21:57:29 +00:00
videomixer gst/: Include stdlib.h in some more places, makes things compile with uClibc and -Werror (#357592). 2006-09-25 11:47:42 +00:00
wavenc gst/wavenc/gstwavenc.*: Set caps on first outgoing buffer, so that it doesn't error out immediately with a non-negoti... 2006-04-19 15:16:33 +00:00
wavparse Fix a bunch of problems discovered by the Forte compiler, mostly type mixups and pointer arithmetics with void pointe... 2006-10-16 18:22:47 +00:00
Makefile.am tidying up -good for business 2005-08-30 17:32:12 +00:00