examples/switch/.cvsignore: Ignore generated file.
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
2
3         * examples/switch/.cvsignore:
4         Ignore generated file.
5
6 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7
8         * common/m4/ax_create_stdint_h.m4:
9         * configure.ac:
10           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
11           _stdint.h.
12         * Makefile.am:
13           remove generated _stdint.h in DISTCLEANFILES
14         * ext/a52dec/gsta52dec.c:
15           include _stdint.h for a52dec. (should fix #133064)
16
17 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18
19         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
20         (gst_tag_to_vorbis_comments):
21         Add replaygain support to vorbistag
22
23 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
24         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
25         (gst_ffmpeg_caps_to_extradata):
26           Fix SVQ3 caps flag properties
27           Use glib macro for bytes swap
28
29 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30
31         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
33         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
34         * ext/sndfile/gstsf.c: (plugin_init):
35         * gst/avi/gstavi.c: (plugin_init):
36         * sys/dxr3/dxr3init.c: (plugin_init):
37         * sys/oss/gstossaudio.c: (plugin_init):
38         * sys/v4l/gstv4l.c: (plugin_init):
39         * sys/v4l2/gstv4l2.c: (plugin_init):
40           remove textdomain calls
41         * po/nl.po:
42           update Dutch translation
43
44 2004-02-02  Julien MOUTTE  <julien@moutte.net>
45
46         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
47         (gst_play_set_audio_sink): Moving volume in the audio thread for 
48         instantaneous volume change. Maybe i will add another volume in front
49         of visualization later, not sure yet though.
50
51 2004-02-02  Julien MOUTTE  <julien@moutte.net>
52
53         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
54         (gst_ximagesink_handle_xevents): Better X events handling, only take
55         the latest events for configure and motion.
56         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
57
58 2004-02-02  Jon Trowbridge  <trow@gnu.org>
59
60         reviewed by: David Schleef  <ds@schleef.org>
61
62         Fix memory leaks:
63         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
64         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
65
66 2004-02-02  David Schleef  <ds@schleef.org>
67
68         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
69         of lines.
70         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
71         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
72         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
73         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
74         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
75         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
76         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
77         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
78         (gst_float2_2_int_link):
79         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
80         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
81         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
82         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
83         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
84         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
85         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
86         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
87         * testsuite/gst-lint: Add tests for bzero and ;;
88
89 2004-02-02  David Schleef  <ds@schleef.org>
90
91         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
92
93 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
94
95         reviewed by: <delete if not using a buddy>
96
97         * ext/aalib/gstaasink.c: (gst_aasink_open):
98         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
99         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
100         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
101         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
102         (gst_afsink_close_file):
103         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
104         (gst_afsrc_close_file):
105         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
106         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
107         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
108         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
109         * ext/esd/esdmon.c: (gst_esdmon_get):
110         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
111         * ext/faac/gstfaac.c: (gst_faac_chain):
112         * ext/faad/gstfaad.c: (gst_faad_chain):
113         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
114         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
115         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
116         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
117         (gst_flacdec_loop):
118         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
119         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
120         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
121         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
122         (gst_gnomevfssink_close_file):
123         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
124         (gst_gnomevfssrc_open_file):
125         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
126         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
127         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
128         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
129         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
130         * ext/mad/gstmad.c: (gst_mad_chain):
131         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
132         * ext/mpeg2dec/gstmpeg2dec.c:
133         * ext/mpeg2enc/gstmpeg2enc.cc:
134         * ext/mplex/gstmplex.cc:
135         * ext/mplex/gstmplexibitstream.cc:
136         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
137         (gst_ogg_demux_push):
138         * ext/raw1394/gstdv1394src.c:
139         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
140         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
141         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
142         (gst_sf_loop):
143         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
144         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
145         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
146         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
147         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
148         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
149         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
150         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
151         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
152         (gst_riff_read_element_data), (gst_riff_read_seek),
153         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
154         * gst/adder/gstadder.c: (gst_adder_loop):
155         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
156         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
157         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
158         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
159         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
160         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
161         * gst/goom/gstgoom.c: (gst_goom_chain):
162         * gst/id3/gstid3types.c: (gst_id3types_loop):
163         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
164         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
165         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
166         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
167         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
168         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
169         (gst_ebml_read_float), (gst_ebml_read_header):
170         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
171         (gst_matroska_demux_parse_blockgroup):
172         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
173         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
174         * gst/oneton/gstoneton.c: (gst_oneton_chain):
175         * gst/silence/gstsilence.c: (gst_silence_get):
176         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
177         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
178         * gst/speed/gstspeed.c: (speed_loop):
179         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
180         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
181         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
182         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
183         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
184         (gst_wavparse_loop):
185         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
186         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
187         (dxr3audiosink_close):
188         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
189         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
190         (dxr3videosink_close), (dxr3videosink_write_data):
191         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
192         * sys/oss/gstosssink.c: (gst_osssink_chain):
193         * sys/oss/gstosssrc.c: (gst_osssrc_get):
194         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
195         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
196         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
197         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
198         (gst_v4l_set_window), (gst_v4l_enable_overlay):
199         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
200         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
201         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
202         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
203         (gst_v4l_set_audio):
204         * sys/v4l/v4l_calls.h:
205         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
206         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
207         (gst_v4lmjpegsink_playback_init),
208         (gst_v4lmjpegsink_playback_start):
209         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
210         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
211         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
212         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
213         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
214         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
215         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
216         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
217         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
218         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
219         (gst_v4l2_get_output), (gst_v4l2_set_output),
220         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
221         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
222         (gst_v4l2_set_attribute):
223         * sys/v4l2/v4l2_calls.h:
224         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
225         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
226         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
227         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
228         (gst_v4l2src_capture_stop):
229         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
230         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
231         (gst_ximagesink_chain):
232         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
233         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
234         (gst_xvideosink_xwindow_new):
235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
236         (gst_xvimagesink_chain):
237
238 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
239
240         * gst/volume/gstvolume.c: (gst_volume_set_volume),
241         (gst_volume_get_volume), (volume_class_init), (volume_init),
242         (volume_chain_int16), (volume_update_volume):
243         * gst/volume/gstvolume.h:
244           make code more readable by removing magic numbers
245           make mixer interface export 0-100 range
246           make it internally map to 0.0-1.0 range so users don't distort
247           output by putting the sliders at full volume
248
249 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
250
251         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
252         (gst_play_state_change), (gst_play_seek_to_time):
253         block the tick callback for 0.5 secs after doing a seek
254
255 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
256
257         * gst-libs/gst/play/play.c: (gst_play_new):
258           check for GError
259
260 2004-02-01  Julien MOUTTE  <julien@moutte.net>
261
262         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
263         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
264         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
265         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
267         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
268
269 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
270
271         * configure.ac:
272         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
273           check for a function added in vorbis 1.1
274
275 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
276
277         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
278         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
279           really start/stop clock only on PLAYING <=> PAUSED
280         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
281           remove \n from debugging lines
282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
283           make it work when seeking does not
284         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
285           reset on DISCONT
286
287 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
288
289         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
290           start clock on PAUSED=>PLAYING, not later
291         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
292           extract correct time for different discont formats
293         (gst_alsa_sink_get_time):
294           don't segfault when no format is negotiated yet, just return 0
295         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
296         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
297         (gst_ogg_pad_push):
298           handle flush and discont events correctly
299         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
300           handle discont events correctly
301
302 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
303
304         * gst-libs/gst/play/play.c: (gst_play_error_quark),
305         (gst_play_error_create), (gst_play_error_plugin),
306         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
307         * gst-libs/gst/play/play.h:
308           add error handling during creation
309         * examples/gstplay/player.c: (main):
310           use new gst_play_new
311           
312
313 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
314
315         * ext/theora/theoradec.c: (theora_dec_chain):
316           make comments work
317         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
318         (vorbis_dec_src_event), (vorbis_dec_chain):
319           add encoder tag, fix tag reading to be more error tolerant, change
320           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
321           gst_pad_event_default.
322         * gst/tags/gstvorbistag.c:
323         (gst_tag_list_from_vorbiscomment_buffer):
324           undefine function specific define at end of function
325
326 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
327
328         * ext/flac/gstflac.c: (plugin_init):
329         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
330         * ext/flac/gstflacdec.h:
331         * ext/flac/gstflacenc.h:
332           Fix typos
333
334 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
335
336         * examples/gstplay/player.c: s/gstplay.h/play.h/
337
338 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
339
340         * gst-libs/gst/play/Makefile.am:
341         * gst-libs/gst/play/gstplay.c:
342         * gst-libs/gst/play/gstplay.h:
343         * gst-libs/gst/play/play.c:
344           more surgery, operation complete
345
346 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
347
348         * gst-libs/gst/play/play.old.c:
349         * gst-libs/gst/play/play.old.h:
350           after CVS surgery by moving, remove
351         * gst-libs/gst/play/playpipelines.c:
352           remove
353           
354         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
355           add negotiation error
356
357 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
358
359         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
360         (gst_ogg_demux_push):
361           add some seeking debug info
362           send a flush when seeking
363
364 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
365
366         * configure.ac:
367           use AC_C_INLINE
368         * configure.ac:
369         * ext/Makefile.am:
370         * ext/theora/Makefile.am:
371         * ext/theora/theoradec.c: 
372           add theora video decoder. Does just do simple decoding for now and
373           has been tested against Theora cvs only. It only works when theora
374           is compiled with --enable-static.
375         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
376           always reset packetno on DISCONT
377
378 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
379
380         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
381           Fix audio.
382
383 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
384
385         * gst/mpegaudioparse/gstmpegaudioparse.c:
386         (mp3_type_frame_length_from_header):
387           Fix header parsing - stolen from ffmpeg (thank you! :) ).
388
389 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
390
391         * ext/esd/esdsink.c: (gst_esdsink_init):
392           Since we have static pad template caps, we don't need to negotiate;
393           either the core errors out or we know the format.
394
395 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
396
397         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
398         (gst_riff_read_seek):
399         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
400         (gst_ebml_read_seek):
401           Fix event handling.
402
403 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
404
405         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
406           removee video/x-theora from vp3 decoder, it doesn't handle raw
407           theora streams
408         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
409           fix bug with finalizing element that never went to PAUSED
410         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
411           length and position queries were swapped
412         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
413         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
414         (vorbis_dec_src_event):
415           implement querying time and bytes
416
417 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
418
419         * just about every source file:
420           gst_element_error -> GST_ELEMENT_ERROR
421
422 2004-01-29  Julien MOUTTE  <julien@moutte.net>
423
424         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
425         emiting FLUSH and even before DISCONT.
426         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
427         get the best instant seeking as possible yay!
428
429 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
430
431         * gst/mpeg1videoparse/gstmp1videoparse.c:
432         (gst_mp1videoparse_real_chain):
433           Committed wrong version last week... Grr... Didn't notice until now.
434
435 2004-01-29  Julien MOUTTE <julien@moutte.net>
436
437         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
438         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
439         have_xwindow_id signal in xwindow_create.
440
441 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
442
443         * ext/ogg/gstoggdemux.c: 
444           lots of changes - mainly support for chained bitstreams, seeking,
445           querying and bugfixes of course
446         * ext/vorbis/Makefile.am:
447         * ext/vorbis/vorbisdec.c: 
448         * ext/vorbis/vorbisdec.h:
449           add vorbisdec raw vorbis decoder
450         * ext/vorbis/vorbis.c: (plugin_init):
451           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
452         * gst/intfloat/Makefile.am:
453         * gst/intfloat/float22int.c:
454         * gst/intfloat/float22int.h:
455         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
456           add float2intnew plugin. It converts multichannel interleaved float to
457           multichannel interleaved int. The name should probably be changed.
458         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
459         (plugin_init):
460           add typefinding for raw theora video so oggdemux can detect it.
461
462 2004-01-28  Julien MOUTTE  <julien@moutte.net>
463
464         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
465         sink element first.
466         * gst/videoscale/gstvideoscale.c:
467         (gst_videoscale_handle_src_event): Fixing src event handler.
468
469 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
470
471         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
472         (gst_v4lsrc_open), (gst_v4lsrc_close),
473         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
474         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
475         * sys/v4l/gstv4lsrc.h:
476         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
477         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
478           Implement resizing... Hack. But that's why v4l is b0rked...
479
480 2004-01-28  Julien MOUTTE <julien@moutte.net>
481
482         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
483         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
484         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
485         (gst_ximagesink_xwindow_destroy):
486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
487         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
488         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
489         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
490         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
491         correctly cleaning the image created to check xshm calls on succes,
492         added a lot of XSync calls in X11 functions, and fixed a segfault when
493         no image format was defined before negotiation happened.
494
495 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
496
497         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
498           use gst_element_get_time to get correct time
499
500 2004-01-28  Julien MOUTTE  <julien@moutte.net>
501
502         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
503         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
504         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
506         (gst_xvimagesink_check_xshm_calls),
507         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
508         X plugins are now able to detect that XShm calls will fail even if the
509         server claims that it has XShm support (remote displays most of the
510         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
511         so that we use non XShm functions. This feature is almost useless for
512         xvimagesink as Xv is not supported on remote displays anyway, but 
513         it might happen than even on the local display XShm calls fail.
514
515 2004-01-27  David Schleef  <ds@schleef.org>
516
517         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
518         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
519         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
520         changed esdsink to only use 44100,16,2, since esd sucks at rate
521         conversion and esdsink has had difficulty negotiating.
522
523 2004-01-27  Julien MOUTTE <julien@moutte.net>
524
525         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
526         (gst_play_seek_to_time): Fixing the way to get current position.
527
528 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
529
530         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
531           use gst_element_get_time to get correct time
532
533 2004-01-27  Julien MOUTTE <julien@moutte.net>
534
535         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
536         fix ever... Inverting 2 lines of code make spider autoplug correctly
537         tagged mp3 !
538
539 2004-01-27  David Schleef  <ds@schleef.org>
540
541         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
542         Use gst_pad_try_set_caps_nonfixed().
543
544 2004-01-27  David Schleef  <ds@schleef.org>
545
546         * gst/ac3parse/gstac3parse.c: update to checklist 5
547         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
548         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
549         * gst/audioscale/gstaudioscale.c: same
550         * gst/auparse/gstauparse.c: same
551         * gst/avi/gstavidemux.c: same
552
553 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
554
555         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
556           stop processing after EOS
557
558 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
559
560         * gst/asfdemux/asfheaders.h:
561         * gst/asfdemux/gstasfdemux.c: 
562         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
563         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
564         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
565           lot's of fixes to make data extraction simpler and get the code
566           architecture and compiler independant. Add debugging category
567         * gst/goom/gstgoom.c: (gst_goom_change_state):
568           reset channel count on PAUSED=>READY, not READY=>PAUSED
569
570 2004-01-26  Colin Walters  <walters@verbum.org>
571
572         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
573         code to pull a bigger buffer in iradio mode.  This as a side effect
574         makes typefinding work.
575
576 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
577
578         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
579         Fix SVQ3 decoding on PPC
580
581 2004-01-26  Julien MOUTTE <julien@moutte.net>
582
583         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
584         that one managed to stay there... Fixed.
585
586 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
587
588         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
589         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
590         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
591         (qtdemux_video_caps):
592         * gst/qtdemux/qtdemux.h:
593         Add SVQ3 specific flags to qtdemux and ffmpeg
594
595 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
596
597         * gst-libs/gst/audio/audio.h:
598           remove buffer-frames from audio caps
599         * gst/audioconvert/gstaudioconvert.c:
600           fix plugin to really work.
601
602 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
603
604         * gst-libs/gst/mixer/mixer.c:
605         * gst-libs/gst/propertyprobe/propertyprobe.c:
606         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
607         (gst_tuner_find_channel_by_name):
608         * gst-libs/gst/tuner/tuner.h:
609           Add gtk-doc style comments. Also fix a function name.
610
611 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
612
613         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
614         (gst_divxdec_negotiate):
615           Fix for new capsnego - also fixes gst-player with divxdec.
616
617 2004-01-25  Julien MOUTTE  <julien@moutte.net>
618
619         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
620         (gst_play_identity_handoff), (gst_play_set_location),
621         (gst_play_set_visualization), (gst_play_connect_visualization): Another
622         try in visualization implementation. Still have an issue with switch
623         blocking when pulling from video_queue and only audio comes out of 
624         spider.
625         * gst/switch/gstswitch.c: (gst_switch_release_pad),
626         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
627         release method. And check if the pad is usable before pulling.
628
629 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
630
631         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
632         (gst_videobalance_init),
633         (gst_videobalance_colorbalance_list_channels),
634         (gst_videobalance_colorbalance_set_value),
635         (gst_videobalance_colorbalance_get_value),
636         (gst_videobalance_update_properties),
637         (gst_videobalance_update_tables_planar411),
638         (gst_videobalance_planar411):
639         * gst/videofilter/gstvideobalance.h:
640           Implement lookup-tables. +/- 10x faster.
641
642 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
643
644         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
645         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
646           The index reading was broken. The rest worked fine, but the whole
647           goal of my rewrite was to make avidemux readable, and this was
648           not at all readable. Please use typed variables.
649
650 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
651
652         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
653           Additional pad usability check.
654         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
655         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
656         (gst_mp1videoparse_real_chain):
657           Fix MPEG video stream parsing. The original plugin had several
658           issues, including not timestamping streams where the source was
659           not timestamped (this happens with PTS values in mpeg system
660           streams, but MPEG video is also a valid stream on its own so
661           that needs timestamps too). We use the display time code for that
662           for now. Also, if one incoming buffer contains multiple valid
663           frames, we push them all on correctly now, including proper EOS
664           handling. Lastly, several potential segfaults were fixed, and we
665           properly sync on new sequence/gop headers to include them in next,
666           not previous frames (since they're header for the next frame, not
667           the previous). Also see #119206.
668         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
669         (bpf_from_header):
670           Move caps setting so we only do it after finding several valid
671           MPEG-1 fraes sequentially, not right after the first one (which
672           might be coincidental).
673         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
674         (mpeg_video_type_find), (mpeg_video_stream_type_find),
675         (plugin_init):
676           Add unsynced MPEG video stream typefinding, and change some
677           probability values so we detect streams rightly. The idea is as
678           follows: I can have an unsynced system stream which contains
679           video. In the current code, I would randomly get a type for either
680           system or video stream type found, because the probabilities are
681           being calculated rather randomly. I now use fixed values, so we
682           always prefer system stream if that was found (and that is how it
683           should be). If no system stream was found, we can still identity                the stream as video-only.
684
685 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
686
687         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
688         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
689           don't write to buffer. Extract data without the need of
690           __attribute__ ((packed))
691
692 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
693
694         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
695         (mpeg1_sys_type_find):
696           Fix MPEG-1 stream typefinding.
697
698 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
699
700         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
701           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
702
703 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
704
705         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
706         * ext/esd/gstesd.c: (plugin_init):
707           private debugging, better error reporting
708
709 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
710
711         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
712         (gst_riff_read_init), (gst_riff_read_change_state):
713         * gst-libs/gst/riff/riff-read.h:
714           Remove stuff fromold metadata system.
715
716 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
717
718         * ext/ogg/gstoggdemux.c:
719           Fix wrong file comment.
720         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
721         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
722           Add metadata reading properly.
723
724 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
725
726         * ext/Makefile.am:
727           Fix nas DIST_SUBDIRS
728           Uraeus:
729           Fix bug where make distcheck doesn't get run on adding stuff to
730           the build.
731
732 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
733
734         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
735         * ext/divx/gstdivxdec.h:
736           Fix divx3 ("msmpeg4") playback using divxdec.
737
738 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
739
740         * gst/typefind/gsttypefindfunctions.c:
741         (mp3_type_frame_length_from_header): fix bug in length computation 
742         (mp3_type_find): improve debugging output
743
744 2004-01-23  Julien MOUTTE  <julien@moutte.net>
745
746         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
747         (gst_play_set_location), (gst_play_seek_to_time),
748         (gst_play_set_audio_sink), (gst_play_set_visualization),
749         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
750         the pipeline from scratch. Visualization is back and switch went out as
751         i realized it was not possible to use the way i wanted.
752         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
753         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
754         clearing in state change from READY to NULL. So that one can clean the
755         X ressources keeping the element.
756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
757         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
758         (gst_xvimagesink_colorbalance_set_value),
759         (gst_xvimagesink_colorbalance_get_value),
760         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
761         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
762         change from READY to NULL and fixed some stupid bugs in colorbalance
763         get/set values. Also added the following feature : when nobody tries to
764         set some values to the colorbalance levels before the xcontext is 
765         grabbed, then when creating channels list from Xv attributes we set the
766         internal values to the Xv defaults. This way we handle buggy Xv drivers
767         that set default hue values far from the middle of the range (Thanks
768         to Jon Trowbridge for pointing that issue).
769         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
770         colorbalance levels have been set before xcontext is grabbed.
771
772 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
773
774         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
775           Fix the ossmixer case where we shouldn't open /dev/dsp* because
776           it might block operations (which is bad for a mixer).
777
778 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
779
780         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
781         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
782         (gmip_find_type_pre):
783         * gst-libs/gst/media-info/media-info-priv.h:
784         * gst-libs/gst/media-info/media-info.c:
785         (gst_media_info_instance_init), (gst_media_info_read_idler):
786         add fakesink to get caps on decoder src pad again
787         fix callback prototype to match new have_type signal signature
788
789 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
790
791         * gst/adder/gstadder.c: (gst_adder_link):
792           fix non-compile and cut-n-paste code
793
794 2004-01-21  David Schleef  <ds@schleef.org>
795
796         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
797         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
798         (gst_swfdec_init), (gst_swfdec_change_state):
799         * ext/swfdec/gstswfdec.h:
800         Fix negotiation.
801         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
802         (gst_adder_request_new_pad): Fix negotiation.
803         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
804         Add a fixate function.
805         * gst/intfloat/gstfloat2int.c:
806         * gst/intfloat/gstfloat2int.h:
807         * gst/intfloat/gstint2float.c:
808         * gst/intfloat/gstint2float.h:
809         Completely rewrite the negotiation.  Doesn't quite work yet,
810         due to some buffer-frames problem.
811
812 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
813
814         * ext/gnomevfs/gstgnomevfssrc.c:
815         * sys/v4l2/v4l2_calls.h:
816           fix includes for distcheck
817
818 2004-01-21  Christian Schaller <uraeus@gnome.org>
819
820         * ext/nas/
821         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
822         based on earlier patch from Laurent Vivier
823
824 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
825
826         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
827         Fix wma caps property
828         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
829         Fix typo (flags1 and flags2)
830
831 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
832
833         * gst-libs/gst/media-info/media-info-priv.c:
834         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
835         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
836         (gmip_find_stream), (gmip_find_track_metadata),
837         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
838         (gmip_find_track_format):
839         * gst-libs/gst/media-info/media-info-priv.h:
840         * gst-libs/gst/media-info/media-info-test.c: (main):
841         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
842         (gst_media_info_read_idler), (gst_media_info_read):
843         * gst-libs/gst/media-info/media-info.h:
844           register debugging category and use it for debugging
845
846 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
847
848         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
849         (gst_vorbisfile_new_link):
850           signal streaminfo through tags
851
852 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
853
854         * ext/mplex/gstmplex.cc:
855         * ext/mplex/gstmplexibitstream.cc:
856           g++ doesn't like NULL in our i18n/error macros, should be
857           either (NULL) or ("").
858
859 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
860
861         * sys/dxr3/dxr3audiosink.c:
862         * sys/dxr3/dxr3init.c:
863         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
864         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
865           Fix more error error error errors (missing includes here).
866
867 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
868
869         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
870           fix thomas' error errors.
871
872 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
873
874         * ext/mpeg2enc/gstmpeg2enc.cc:
875           fix error errors.
876
877 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
878
879         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
880         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
881           Fix for new error system.
882
883 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
884
885         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
886           fix for new error reporting
887
888 2004-01-20  David Schleef  <ds@schleef.org>
889
890         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
891         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
892         (gst_ximagesink_set_xwindow_id): Change to using a framerate
893         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
894         and neither is 100+, most likely.
895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
896         (gst_xvimagesink_getcaps): same
897
898 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
899
900         * configure.ac:
901           Up version requirement to 2.0.3 (not yet released) to avoid symbol
902           clashes with ffmpeg.
903
904 2004-01-20  Julien MOUTTE  <julien@moutte.net>
905
906         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
907         (gst_switch_init): Fixed switch element : proxying link and setting
908         caps from src to sink on request.
909
910 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
911
912         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
913         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
914         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
915         fix element_error
916
917 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
918
919         * sys/v4l/v4l_calls.h:
920         * sys/v4l2/v4l2_calls.h:
921           element_error fixes
922
923 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
924
925         * gst-libs/gst/gst-i18n-plugin.h:
926           add locale.h
927           remove config.h inclusion
928
929 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
930
931         * autogen.sh:
932           adding autopoint invocation
933         * Makefile.am:
934         * configure.ac:
935         * gst-libs/gst/gettext.h:
936           adding gettext bits
937         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
938         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
939         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
940         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
941         (gst_gnomevfssink_close_file):
942         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
943         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
944         * gst-libs/gst/gst-i18n-plugin.h:
945         * gst/avi/gstavi.c: (plugin_init):
946         * sys/dxr3/dxr3init.c: (plugin_init):
947         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
948         * sys/oss/gstossaudio.c: (plugin_init):
949         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
950         * sys/v4l/gstv4l.c: (plugin_init):
951         * sys/v4l/v4l_calls.c: (gst_v4l_open):
952         * sys/v4l2/gstv4l2.c: (plugin_init):
953         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
954         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
955         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
956         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
957         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
958         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
959           make sure locale and translation domain are set
960           fix translated strings 
961         * po/.cvsignore:
962         * po/LINGUAS:
963         * po/Makevars:
964         * po/POTFILES.in:
965         * po/nl.po:
966           put translation files into place
967         * sys/xvideo/imagetest.c: (main):
968         * ext/dv/demo-play.c: (main):
969           fix unnecessary translations
970
971 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
972
973         * ext/sndfile/gstsf.c:
974         * gst/avi/gstavimux.c:
975         * ext/audiofile/gstafsink.c:
976         * ext/audiofile/gstafsrc.c:
977         * ext/gnomevfs/gstgnomevfssink.c:
978         * ext/gnomevfs/gstgnomevfssrc.c:
979         * sys/oss/gstosselement.c:
980         * sys/v4l/v4l_calls.h:
981           fix i18n include
982
983 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
984
985         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
986         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
987         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
988         (gst_v4l2_get_output), (gst_v4l2_set_output),
989         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
990         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
991         (gst_v4l2_set_attribute):
992         update to new error handling
993
994 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
995
996         * ext/sidplay/gstsiddec.cc:
997         * gst/modplug/gstmodplug.cc:
998           parenthese NULL because C++ seems angry about it
999
1000 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1001
1002         * gst-libs/gst/gst-i18n-plugin.h:
1003           add skeleton i18n stuff, but needs to be further implemented
1004
1005 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1006
1007         * examples/gstplay/player.c: (main):
1008         * ext/aalib/gstaasink.c: (gst_aasink_open):
1009         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
1010         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1011         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
1012         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
1013         (gst_afsink_close_file):
1014         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
1015         (gst_afsrc_close_file):
1016         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
1017         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
1018         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
1019         * ext/esd/esdmon.c: (gst_esdmon_get):
1020         * ext/esd/esdsink.c: (gst_esdsink_chain):
1021         * ext/faac/gstfaac.c: (gst_faac_chain):
1022         * ext/faad/gstfaad.c: (gst_faad_chain):
1023         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
1024         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
1025         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
1026         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
1027         (gst_flacdec_loop):
1028         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
1029         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
1030         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
1031         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
1032         (gst_gnomevfssink_close_file):
1033         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
1034         (gst_gnomevfssrc_open_file):
1035         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
1036         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
1037         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
1038         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
1039         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
1040         * ext/mad/gstmad.c: (gst_mad_chain):
1041         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
1042         * ext/mpeg2dec/gstmpeg2dec.c:
1043         * ext/mpeg2enc/gstmpeg2enc.cc:
1044         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
1045         * ext/mplex/gstmplex.cc:
1046         * ext/mplex/gstmplexibitstream.cc:
1047         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
1048         (gst_ogg_demux_push), (gst_ogg_pad_push):
1049         * ext/raw1394/gstdv1394src.c:
1050         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
1051         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
1052         * ext/sidplay/gstsiddec.cc:
1053         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
1054         (gst_sf_loop):
1055         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
1056         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
1057         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
1058         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
1059         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
1060         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
1061         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
1062         * gst-libs/gst/Makefile.am:
1063         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
1064         (gst_riff_read_element_data), (gst_riff_read_seek),
1065         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
1066         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
1067         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
1068         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
1069         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
1070         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
1071         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
1072         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
1073         * gst/goom/gstgoom.c: (gst_goom_chain):
1074         * gst/id3/gstid3types.c: (gst_id3types_loop):
1075         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
1076         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
1077         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1078         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
1079         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
1080         (gst_ebml_read_float), (gst_ebml_read_header):
1081         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
1082         (gst_matroska_demux_parse_blockgroup):
1083         * gst/modplug/gstmodplug.cc:
1084         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
1085         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
1086         * gst/oneton/gstoneton.c: (gst_oneton_chain):
1087         * gst/silence/gstsilence.c: (gst_silence_get):
1088         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
1089         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
1090         * gst/speed/gstspeed.c: (speed_loop):
1091         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
1092         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
1093         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
1094         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1095         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
1096         (gst_wavparse_loop):
1097         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
1098         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
1099         (dxr3audiosink_close):
1100         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
1101         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
1102         (dxr3videosink_close), (dxr3videosink_write_data):
1103         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
1104         * sys/oss/gstosselement.h:
1105         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
1106         (gst_osssink_chain):
1107         * sys/oss/gstosssrc.c: (gst_osssrc_get):
1108         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
1109         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
1110         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
1111         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
1112         (gst_v4l_enable_overlay):
1113         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
1114         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
1115         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
1116         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
1117         (gst_v4l_set_audio):
1118         * sys/v4l/v4l_calls.h:
1119         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
1120         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
1121         (gst_v4lmjpegsink_playback_init),
1122         (gst_v4lmjpegsink_playback_start):
1123         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
1124         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
1125         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
1126         (gst_v4lmjpegsrc_requeue_frame):
1127         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
1128         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
1129         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
1130         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
1131         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
1132         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
1133         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
1134         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
1135         (gst_v4l2src_capture_stop):
1136         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
1137         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1138         (gst_ximagesink_chain):
1139         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
1140         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
1141         (gst_xvideosink_xwindow_new):
1142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1143         (gst_xvimagesink_chain):
1144         use new error signal, function and categories
1145
1146 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
1147
1148         * configure.ac:
1149         * ext/Makefile.am:
1150         * ext/musicbrainz/gsttrm.c:
1151         * ext/musicbrainz/gsttrm.h:
1152         * ext/musicbrainz/Makefile.am:
1153         Add a trm plugin 
1154
1155 2004-01-18  Julien MOUTTE  <julien@moutte.net>
1156
1157         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
1158         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
1159         synchronous property for debugging.
1160         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
1161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1162         (gst_xvimagesink_set_property): Moving a pointer declaration to a
1163         smaller block, fixing indent.
1164
1165 2004-01-16  David Schleef  <ds@schleef.org>
1166
1167         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
1168         property affects the video stream.
1169         * sys/xvimage/xvimagesink.c: 
1170         * sys/xvimage/xvimagesink.h:
1171         Add synchronous property for debugging.  Should probably be
1172         disabled in non-CVS builds.  Make sure that the Xv attribute
1173         exists before we set it (crash!).  Fix a silly float bug that
1174         caused colorbalance to just not work.
1175
1176 2004-01-17  Christian Schaller <Uraeus@gnome.org>
1177
1178         * tools/gst-launch-ext.in - update for new plugins
1179
1180 2004-01-16  David Schleef  <ds@schleef.org>
1181
1182         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
1183         already-freed caps.
1184
1185 2994-01-16  Christian Schaller <Uraeus@gnome.org>
1186
1187         * Update spec for new colorspace plugin and libcaca plugin
1188         * Fix compilation of libcaca plugin (clock -> id)
1189
1190 2004-01-16  Julien MOUTTE <julien@moutte.net>
1191
1192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
1193         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
1194         (gst_xvimagesink_set_xwindow_id),
1195         (gst_xvimagesink_colorbalance_set_value),
1196         (gst_xvimagesink_colorbalance_get_value),
1197         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1198         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
1199         correct colorbalance properties. They can now be set when the element
1200         is still in NULL state. The values will be committed to the Xv Port
1201         when xcontext is initialized.
1202         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
1203         brightness int values in the GstXvImagesink structure.
1204
1205 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1206
1207         * gst-libs/gst/Makefile.am:
1208           restructure so having local patches works easier.
1209
1210 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1211
1212         * ext/mpeg2enc/Makefile.am:
1213         * ext/mpeg2enc/gstmpeg2enc.cc:
1214         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
1215           Bugfix with respect to EOS handling.
1216
1217 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1218
1219         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
1220           Link with right caps (else, it segfaults).
1221         * ext/mplex/gstmplexjob.cc:
1222           Fix for slight API change in 1.6.1.93 release of mjpegtools.
1223
1224 2004-01-15  David Schleef  <ds@schleef.org>
1225
1226         * gst-libs/gst/audio/Makefile.am:
1227         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
1228         from the template.
1229         * gst-libs/gst/audio/gstaudiofilter.c:
1230         * gst-libs/gst/audio/gstaudiofilter.h:
1231         Add bytes_per_sample and size and n_samples calculation.
1232         * gst-libs/gst/audio/gstaudiofilterexample.c:
1233         Remove, now autogenerated.
1234         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1235         Moved from gstaudiofilterexample, object name changed, code added
1236         so that it actually works.
1237         * gst-libs/gst/audio/make_filter:
1238         Script to build an audiofilter subclass from the template.
1239         * gst/colorspace/Makefile.am:
1240         * gst/colorspace/yuv2yuv.c:
1241         Remove file, since it's GPL, and we don't use it.
1242
1243 2004-01-15  Julien MOUTTE  <julien@moutte.net>
1244
1245         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
1246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
1247         them use the buffer free function to test how the buffer was allocated.
1248
1249 2004-01-15  David Schleef  <ds@schleef.org>
1250
1251         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
1252         that handles osssink fallback.
1253         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
1254         (gst_audio_convert_getcaps):
1255         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1256         Add audio/x-qdm2 for QDM2 audio.
1257         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
1258         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
1259         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
1260         Decrease minimum size to 16x16.
1261         * gst/wavparse/gstwavparse.c:
1262         Convert disabled pad template caps to new caps.
1263         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1265         (gst_xvimagesink_chain): Throw element error when display cannot
1266         be opened.  Increase minimum framerate to 1.0.  Check the data
1267         free function on a buffer to make sure it is the type we expect
1268         before manipulating it.
1269
1270 2004-01-15  Julien MOUTTE <julien@moutte.net>
1271
1272         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
1273         (gst_videobalance_colorbalance_set_value): Implement passthru if
1274         settings are in the middle.
1275         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
1276
1277 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1278
1279         * gst/videofilter/Makefile.am:
1280         * gst/volume/Makefile.am:
1281           Since we use videofilter symbols, link to it.
1282
1283 2004-01-15  Julien MOUTTE <julien@moutte.net>
1284
1285         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
1286         mixer interface type to HARDWARE.
1287         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
1288         type to SOFTWARE.
1289         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
1290         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
1291         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
1292         (gst_volume_interface_init), (gst_volume_list_tracks),
1293         (gst_volume_set_volume), (gst_volume_get_volume),
1294         (gst_volume_set_mute), (gst_volume_mixer_init),
1295         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
1296         (volume_init): Implementing mixer interface.
1297         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
1298         * sys/oss/gstosselement.c: (gst_osselement_get_type),
1299         (gst_osselement_change_state): Removing some trailing commas in
1300         structures.
1301         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
1302         interface type to HARDWARE.
1303         * sys/v4l/gstv4lcolorbalance.c:
1304         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
1305         type to HARDWARE.
1306         * sys/v4l2/gstv4l2colorbalance.c:
1307         (gst_v4l2_color_balance_interface_init): Setting colorbalance
1308         interface type to HARDWARE.
1309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
1310         same code than ximagesink for event handling.
1311
1312 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1313
1314         * ext/snapshot/Makefile.am:
1315         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
1316         (gst_snapshot_chain):
1317         * ext/snapshot/gstsnapshot.h:
1318           This has to be a joke... Snapshot should be connected to a tee,
1319           colorspace element before it and EOS after that, where the other
1320           src of the tee receives normal data.
1321           The current way is *wrong*.
1322
1323 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1324
1325         * ext/hermes/gsthermescolorspace.c:
1326           Fix another compile error. Same as below.
1327
1328 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1329
1330         * gst/colorspace/gstcolorspace.c:
1331         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
1332         (gst_colorspace_i420_to_yv12):
1333           Fix compiling... Didn't test if it actually works.
1334
1335 2004-01-15  David Schleef  <ds@schleef.org>
1336
1337         * configure.ac:
1338         * gst/colorspace/Makefile.am:
1339         * gst/colorspace/gstcolorspace.c:
1340         * gst/colorspace/gstcolorspace.h:
1341         * gst/colorspace/yuv2rgb.c:
1342         * gst/colorspace/yuv2rgb.h:
1343         Duplicate the ext/hermes colorspace plugin, and remove Hermes
1344         code and GPL code.  Fix for new caps negotiation.  Rewrite
1345         much of the format handling code, and some of the conversion
1346         code.  Basically, rewrote almost everything.  This element
1347         handles I420, YV12 to RGB conversions.
1348         * ext/hermes/Makefile.am:
1349         * ext/hermes/gsthermescolorspace.c:
1350         Rename colorspace to hermescolorspace.  Fix negotiation issues.
1351         Remove non-Hermes related code.  This element handles lots of
1352         RGB to RGB conversions, but no YUV.
1353         * ext/hermes/gstcolorspace.c:
1354         * ext/hermes/gstcolorspace.h:
1355         * ext/hermes/rgb2yuv.c:
1356         * ext/hermes/yuv2rgb.c:
1357         * ext/hermes/yuv2rgb.h:
1358         * ext/hermes/yuv2rgb_mmx16.s:
1359         * ext/hermes/yuv2yuv.c:
1360         * ext/hermes/yuv2yuv.h:
1361         Remove old code.
1362
1363 2004-01-14  Colin Walters  <walters@verbum.org>
1364
1365         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
1366         they've already been.
1367
1368 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1369
1370         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
1371           assume tag mode when pad is not connected
1372
1373 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1374
1375         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1376           Don't update the time of the clock
1377         (gst_alsa_sink_loop):
1378           sync to the clock given to alsasink, not the own clock
1379         * sys/oss/gstosssink.c: (gst_osssink_chain):
1380           sync to the clock
1381         (gst_osssink_change_state):
1382           activate the clock
1383         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
1384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
1385           remove bogus code that made DISCONT events unhandled
1386         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
1387           explicitly case to double in _set_simple. (fixes 2nd warning in bug
1388           #131502)
1389         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
1390         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
1391         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
1392           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
1393           2nd warning in bug #131502)
1394
1395 2004-01-14  Julien MOUTTE  <julien@moutte.net>
1396
1397         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
1398         (gst_videobalance_colorbalance_set_value),
1399         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
1400         for colorbalance interface implementation.
1401         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1402         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
1403         (gst_ximagesink_dispose), (gst_ximagesink_init),
1404         (gst_ximagesink_class_init): Adding DISPLAY property.
1405         * sys/ximage/ximagesink.h: Adding display_name to store display.
1406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1407         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1408         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
1409         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
1410         properties (they still need polishing though for gst-launch use : no
1411         xcontext yet, i ll do that tomorrow).
1412         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
1413
1414 2004-01-14  Julien MOUTTE  <julien@moutte.net>
1415
1416         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
1417         (gst_play_set_location), (gst_play_set_visualization): Preparing 
1418         switch integration, adding videobalance in the pipeline.
1419
1420 2004-01-14  Julien MOUTTE <julien@moutte.net>
1421
1422         * gst-libs/gst/colorbalance/colorbalance.c:
1423         (gst_color_balance_class_init): Adding a default type.
1424         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
1425         the type.
1426         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
1427         (gst_videobalance_dispose), (gst_videobalance_class_init),
1428         (gst_videobalance_init), (gst_videobalance_interface_supported),
1429         (gst_videobalance_interface_init),
1430         (gst_videobalance_colorbalance_list_channels),
1431         (gst_videobalance_colorbalance_set_value),
1432         (gst_videobalance_colorbalance_get_value),
1433         (gst_videobalance_colorbalance_init): Implementing colorbalance
1434         interface.
1435         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
1436         list.
1437         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
1438         bug which was triggering a BadAccess X error when setting an overlay
1439         before pad was really negotiated.
1440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
1441         Using the colorbalance type macro.
1442
1443 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1444
1445         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
1446         (gst_flacenc_chain):
1447           handle tags correctly
1448         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1449           extract ID3v1 tags correctly
1450
1451 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1452
1453         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
1454         (plugin_init):
1455           Improve matroska typefinding for odd-typed headers...
1456
1457 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1458
1459         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1460           Fix for using incremental number on padnames.
1461
1462 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1463
1464         * ext/divx/gstdivxdec.c:
1465         * ext/divx/gstdivxenc.c:
1466           Set category to divx4linux instead of divx (too generic).
1467         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
1468         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
1469         (gst_wavparse_loop), (gst_wavparse_change_state):
1470         * gst/wavparse/gstwavparse.h:
1471           fix parsing of WAV files with non-standard fmt-tag size and fix
1472           skipping of unrecognized chunks... Someone please fix this thing
1473           to use rifflib so all this is automated.
1474         * sys/v4l/Makefile.am:
1475         * sys/v4l2/Makefile.am:
1476           Add X_CFLAGS because we depend on X (for overlay).
1477
1478 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
1479
1480         * ext/mpeg2dec/gstmpeg2dec.c:
1481           Don't issue a timestamp unless we tagged the frame
1482           with a PTS.
1483
1484 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1485
1486         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
1487           Query the audio element to get the time, not the clock. We're
1488           interested in the element's time here.
1489
1490 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1491
1492         * ext/aalib/gstaasink.c: (gst_aasink_chain):
1493         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1494         * ext/esd/esdsink.c: (gst_esdsink_chain):
1495         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
1496         * ext/mas/massink.c: (gst_massink_chain):
1497         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
1498         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
1499         (gst_matroska_demux_parse_metadata):
1500         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
1501         (gst_mpeg_parse_release_locks):
1502         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
1503         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
1504         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
1505         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
1506         (gst_osssink_change_state):
1507         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
1508         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
1509         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
1510         (gst_xvideosink_release_locks):
1511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
1512           use element time.
1513         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
1514         (gst_alsa_clock_stop):
1515         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
1516         (gst_audio_clock_get_internal_time):
1517           simplify for use with new clocking code.
1518         * testsuite/alsa/Makefile.am:
1519         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
1520           fix testsuite for new caps system
1521
1522 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1523
1524         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
1525         * ext/flac/gstflacenc.c: (add_one_tag):
1526           length is already host endian, no need to convert. Fixes playback of
1527           tagged files on PPC. (bug #128384)
1528
1529 2004-01-13  Julien MOUTTE <julien@moutte.net>
1530
1531         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
1532         colorbalance interface stating if it is hardware based or software
1533         based.
1534         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
1535         Removing a trailing comma.
1536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1537         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
1538         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
1539         the documentation seems to be wrong on the -1000 to 1000 interval.
1540
1541 2004-01-12  David Schleef  <ds@schleef.org>
1542
1543         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
1544         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
1545         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
1546         Fix negotiation.  Add a bufferalloc function for the sink pad,
1547         and generally clean up some of the code.
1548
1549 2004-01-12  Julien MOUTTE <julien@moutte.net>
1550
1551         * gst-libs/gst/colorbalance/colorbalancechannel.c:
1552         (gst_color_balance_channel_dispose): Adding safety check in dispose
1553         method.
1554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1555         (gst_xvimagesink_xcontext_clear),
1556         (gst_xvimagesink_interface_supported),
1557         (gst_xvimagesink_colorbalance_list_channels),
1558         (gst_xvimagesink_colorbalance_set_value),
1559         (gst_xvimagesink_colorbalance_get_value),
1560         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
1561         Adding colorbalance interface support to set XV parameters such as
1562         HUE, BRIGHTNESS, CONTRAST, SATURATION.
1563         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
1564         interface.
1565
1566 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1567
1568         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
1569         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
1570         (gst_audio_convert_init), (gst_audio_convert_set_property),
1571         (gst_audio_convert_get_property), (gst_audio_convert_chain),
1572         (gst_audio_convert_link),
1573         (gst_audio_convert_buffer_to_default_format),
1574         (gst_audio_convert_buffer_from_default_format), (plugin_init):
1575           - implement _getcaps and use it
1576           - improve linking
1577           - remove float caps since no float conversion is actually done
1578           - remove properties and arguments that were to be used for rate
1579             conversion
1580
1581 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1582
1583         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
1584         (gst_audio_structure_set_int):
1585         * gst-libs/gst/audio/audio.h:
1586           add helper functions for _getcaps matching the standard audio
1587           templates
1588
1589 2004-01-12  David Schleef  <ds@schleef.org>
1590
1591         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
1592         Test that pad is negotiated before getting its caps.
1593
1594 2004-01-12  Julien MOUTTE <julien@moutte.net>
1595
1596         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
1597         analyzing the pads of an element the bin is mostly in READY state so
1598         no caps were negotiated. This helper function needs to work with
1599         _get_caps directly then. I was not freeing them though, added that to
1600         fix the mem leak.
1601
1602 2004-01-12  Julien MOUTTE <julien@moutte.net>
1603
1604         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
1605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
1606         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
1607         than the free_func.
1608
1609 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1610
1611         * sys/oss/gstossaudio.c: (plugin_init):
1612         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
1613         * sys/oss/gstosselement.h:
1614           make an oss debugging category
1615           make failure more descriptive
1616
1617 2004-01-11  David Schleef  <ds@schleef.org>
1618
1619         * ext/ffmpeg/gstffmpeg.c:
1620         * ext/ffmpeg/gstffmpegcodecmap.c:
1621         * ext/ffmpeg/gstffmpegdec.c:
1622         * ext/ffmpeg/gstffmpegenc.c:
1623         * ext/ffmpeg/gstffmpegprotocol.c:
1624         * ext/gdk_pixbuf/gstgdkanimation.c:
1625         * ext/jpeg/gstjpeg.c:
1626         * ext/libpng/gstpng.c:
1627         * ext/mpeg2dec/perftest.c:
1628         * ext/speex/gstspeex.c:
1629         * gst-libs/gst/resample/dtos.c:
1630         * gst/intfloat/gstintfloatconvert.c:
1631         * gst/oneton/gstoneton.c:
1632         * gst/rtjpeg/RTjpeg.c:
1633         * gst/rtp/gstrtp.c:
1634         * sys/dxr3/dxr3init.c:
1635         * sys/glsink/gstgl_nvimage.c:
1636         * sys/glsink/gstgl_pdrimage.c:
1637         * sys/glsink/gstglsink.c:
1638         * testsuite/gst-lint:
1639         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
1640
1641 2004-01-11  David Schleef  <ds@schleef.org>
1642
1643         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
1644         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
1645         * ext/gdk_pixbuf/gstgdkanimation.c:
1646         (gst_gdk_animation_iter_create_pixbuf):
1647         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
1648         (gst_gdk_pixbuf_chain):
1649         * ext/gdk_pixbuf/gstgdkpixbuf.h:
1650         * ext/jack/gstjack.c: (gst_jack_change_state):
1651         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
1652         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
1653         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
1654         * gst/videofilter/gstvideofilter.c:
1655         (gst_videofilter_set_output_size):
1656         Remove all usage of gst_pad_get_caps(), and replace it with
1657         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
1658
1659 2004-01-11  David Schleef  <ds@schleef.org>
1660
1661         * configure.ac:
1662         * ext/Makefile.am: Fixes to make ext/libcaca compile.
1663         * ext/divx/gstdivxdec.c:
1664         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
1665         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
1666         handle images that span multiple buffers.  Now work with both
1667         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
1668         * ext/gdk_pixbuf/gstgdkpixbuf.h:
1669         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
1670         video/video.h changes
1671         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
1672         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
1673         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
1674         of GstData free function.
1675         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
1676         same.
1677
1678 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1679
1680         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
1681         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
1682         (gst_v4l2element_get_property):
1683         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
1684           add norm, channel and frequency properties.
1685         * sys/v4l2/gstv4l2tuner.c:
1686           fixes for tuner interface changes
1687         * sys/v4l2/gstv4l2element.h:
1688         * sys/v4l2/gstv4l2src.c: 
1689         * sys/v4l2/gstv4l2src.h:
1690         * sys/v4l2/v4l2src_calls.c: 
1691         * sys/v4l2/v4l2src_calls.h:
1692           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
1693
1694 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1695
1696         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
1697         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
1698         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
1699         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
1700         * gst-libs/gst/tuner/tuner.h:
1701           GObjects aren't const.
1702           Add find_by_name functions.
1703           Add checks to _changed functions.
1704         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
1705         (gst_v4l_tuner_get_norm):
1706           Fixes for above.
1707
1708 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1709
1710         * gst-libs/gst/video/video.h:
1711           Fix caps template names to be understandable.
1712           Prefix everything with GST_VIDEO.
1713         * ext/aalib/gstaasink.c:
1714         * ext/divx/gstdivxdec.c:
1715         * ext/divx/gstdivxenc.c:
1716         * ext/gdk_pixbuf/gstgdkpixbuf.c:
1717         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
1718         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
1719         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
1720         * ext/libcaca/gstcacasink.c:
1721         * ext/libpng/gstpngenc.c: (raw_caps_factory):
1722         * ext/snapshot/gstsnapshot.c:
1723         * ext/swfdec/gstswfdec.c:
1724         * ext/xvid/gstxviddec.c:
1725         * ext/xvid/gstxvidenc.c:
1726         * gst/chart/gstchart.c:
1727         * gst/deinterlace/gstdeinterlace.c:
1728         * gst/effectv/gsteffectv.c:
1729         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
1730         * gst/goom/gstgoom.c:
1731         * gst/median/gstmedian.c:
1732         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
1733         (gst_monoscope_srcconnect), (gst_monoscope_chain):
1734         * gst/overlay/gstoverlay.c:
1735         * gst/smooth/gstsmooth.c:
1736         * gst/smpte/gstsmpte.c:
1737         * gst/synaesthesia/gstsynaesthesia.c:
1738         * gst/videocrop/gstvideocrop.c:
1739         * gst/videodrop/gstvideodrop.c:
1740         * gst/y4m/gsty4mencode.c:
1741         * sys/qcam/gstqcamsrc.c:
1742         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
1743           Make them work with new video.h file.
1744         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
1745         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
1746         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
1747         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
1748           Make it work with new buffer allocation system.
1749
1750 2004-01-11  Julien MOUTTE  <julien@moutte.net>
1751
1752         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
1753         pad_alloc_buffer implementation to use ->srcpad
1754         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
1755         pad_alloc_buffer implementation to use ->srcpad
1756         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
1757         pad_alloc_buffer implementation to use ->srcpad
1758         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
1759         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
1760         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
1761         a reference to everything we need.
1762         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
1763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1764         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
1765         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
1766         a reference to everything we need.
1767         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
1768
1769 2004-01-11  David Schleef  <ds@schleef.org>
1770
1771         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
1772         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
1773         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
1774         structure members.
1775         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
1776         value during a resize/renegotiation.
1777         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
1778         gst_pad_alloc_buffer();
1779         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
1780         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
1781         structure members.
1782         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
1783         Fix for rename of buffer private structure members.
1784         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
1785         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
1786         Fix for rename of buffer private structure members.
1787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
1788         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
1789         Fix for rename of buffer private structure members.
1790
1791 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
1792
1793         reviewed by: David Schleef <ds@schleef.org>
1794
1795         * gst/videofilter/Makefile.am:
1796         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
1797         from the patch by ds to fit in with recent make_filter changes.
1798
1799 2004-01-11  Julien MOUTTE  <julien@moutte.net>
1800
1801         * configure.ac: Adding examples/switch/Makefile
1802         * examples/Makefile.am: Adding examples/switch
1803         * examples/switch/Makefile.am: Adding switcher example.
1804         * examples/switch/switcher.c: (got_eos), (idle_iterate),
1805         (switch_timer), (main): Adding an example demonstrating switch usage
1806         with 2 videotestsrc showing different patterns.
1807         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
1808         (gst_switch_init): Fixing switch with the new caps system.
1809
1810 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1811
1812         * gst-libs/gst/video/video.h:
1813           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
1814           They should probably be like
1815           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
1816
1817 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1818
1819         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
1820         (qtdemux_parse_trak):
1821           fix audio chunk size/timestamp calculation
1822
1823 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1824
1825         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
1826           fix SVQ3 caps
1827
1828 2004-01-11  Steve Baker  <steve@stevebaker.org>
1829
1830         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
1831         (gst_agingtv_base_init), (gst_agingtv_class_init),
1832         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
1833         (gst_agingtv_set_property), (gst_agingtv_get_property):
1834         Port agingTV to videofilter
1835
1836 2004-01-09  Julien MOUTTE <julien@moutte.net>
1837
1838         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
1839         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
1840
1841 2004-01-09  Julien MOUTTE <julien@moutte.net>
1842
1843         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
1844         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
1845         * gst-libs/gst/xoverlay/xoverlay.c:
1846         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
1847         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
1848         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
1849         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
1850         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
1851         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
1852         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
1853         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
1854         the bufferalloc_function to replace bufferpools, fixing the XOverlay
1855         interface implementation to handle xid being 0 and fix some bugs
1856         triggered by Benjamin's testcase.
1857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
1858         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
1859         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
1860         the bufferalloc_function to replace bufferpools, fixing the XOverlay
1861         interface implementation to handle xid being 0 and fix some bugs
1862         triggered by Benjamin's testcase.
1863
1864 2004-01-09  David Schleef  <ds@schleef.org>
1865
1866         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
1867         mouse pointer events.  It works.
1868
1869 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1870
1871         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
1872           Use explicit caps - fix capsnego.
1873         * ext/xvid/gstxviddec.c:
1874         * ext/xvid/gstxvidenc.c:
1875           Remove macro-inside-macro which caused compile errors.
1876         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
1877           Error out if it's not a RIFF file. Else we error out without
1878           gst_element_error() which is not good...
1879
1880 2004-01-08  David Schleef  <ds@schleef.org>
1881
1882         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
1883         Fix pad_link function to handle formats that ffmpeg returns
1884         as multiple caps structures.
1885         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
1886         Only complain if source buffer is _smaller_ than expected.
1887         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
1888         (gst_videoscale_handle_src_event): Resize navigation events
1889         when passing them upstream.
1890         * gst/videotestsrc/gstvideotestsrc.c:
1891         * gst/videotestsrc/gstvideotestsrc.h:
1892         * gst/videotestsrc/videotestsrc.c:
1893         * gst/videotestsrc/videotestsrc.h:
1894         Rewrite many of the buffer painting functions to handle odd
1895         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
1896         been verified to work with my video card.
1897         * testsuite/gst-lint:  Add check for elements calling
1898         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
1899
1900 2004-01-08  David Schleef  <ds@schleef.org>
1901
1902         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
1903         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
1904
1905 2004-01-08  Julien MOUTTE  <julien@moutte.net>
1906
1907         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
1908         configure event is not emiting the desired size signal. That fixes
1909         aspect ratio issues with gst-player.
1910
1911 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1912
1913         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
1914           Fix capsnego.
1915
1916 2004-01-08  Julien MOUTTE  <julien@moutte.net>
1917
1918         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
1919         public method to fire size signal.
1920
1921 2004-01-07  Julien MOUTTE  <julien@moutte.net>
1922
1923         * examples/gstplay/Makefile.am: Adding the interface library.
1924         * gst-libs/gst/play/Makefile.am: Adding the interface library.
1925         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
1926         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
1927         GST_IS_X_OVERLAY before signal connect.
1928         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
1929         Removing the have_video_size signal.
1930         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
1931         and associated public method.
1932         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
1933         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
1934         signal.
1935         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
1936         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
1937         signal.
1938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
1939         Using XOverlay public method to fire size signal.
1940
1941 2004-01-07  David Schleef  <ds@schleef.org>
1942
1943         * gst/videofilter/Makefile.am:
1944         * gst/videofilter/gstvideotemplate.c:
1945         * gst/videofilter/make_filter:
1946         Create gstvideoexample.c in a srcdir!=builddir friendly way.
1947         Convert make_filter to /bin/sh script.
1948
1949 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
1950
1951         * gst/modplug/gstmodplug.cc: fix element description
1952
1953 2004-01-07  Julien MOUTTE  <julien@moutte.net>
1954
1955         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
1956         (got_video_size): Adding some new lines in g_print calls.
1957         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1958         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
1959         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
1960         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
1961         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
1962         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
1963         Complete code review, reverting some stuff i disagree with, adding
1964         some fixes : time synchronization on invalid timestamps, renegotiation
1965         of private window.
1966         * sys/ximage/ximagesink.h:
1967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
1968         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
1969         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
1970         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
1971         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
1972         (gst_xvimagesink_buffer_new),
1973         (gst_xvimagesink_navigation_send_event),
1974         (gst_xvimagesink_set_xwindow_id),
1975         (gst_xvimagesink_get_desired_size),
1976         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
1977         stuff i disagree with, adding some fixes : Renegotiation of private
1978         window, implementing get_desired_size.
1979
1980 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1981
1982         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
1983         (gst_afsink_handle_event):
1984         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
1985         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
1986         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
1987         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
1988         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
1989           Fix for instantiate-test (see core). Also remove dead code from
1990           jpegenc (which still needs fixing, but that's lower on my TODO
1991           list...).
1992         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
1993           Never return NULL as caps.
1994
1995 2004-01-07  David Schleef  <ds@schleef.org>
1996
1997         * configure.ac:
1998         * ext/Makefile.am:
1999         * ext/librfb/Makefile.am:
2000         * ext/librfb/gstrfbsrc.c:
2001         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
2002         is the protocol used by VNC.
2003
2004 2004-01-07  David Schleef  <ds@schleef.org>
2005
2006         * gst/videofilter/gstvideotemplate.c:
2007         * gst/videofilter/gstvideotemplate.h:
2008         * gst/videofilter/make_filter:
2009         Merge videotemplate header into source file.
2010         * gst/effectv/Makefile.am:
2011         * gst/effectv/gsteffectv.c: (plugin_init):
2012         * gst/effectv/gstwarp.c:
2013         Make warpTV a subclass of videofilter.
2014
2015 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2016
2017         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
2018           Add guard against invalid utf-8 conversions in mad. Just in case.
2019
2020 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2021
2022         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
2023           Fix for bug shown by poisoning
2024
2025 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2026
2027         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
2028         (gst_v4lmjpegsrc_buffer_free):
2029         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
2030         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
2031         (gst_v4lsrc_buffer_free):
2032           Fix for removed bufferpools.
2033
2034 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
2035
2036         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
2037         Fix caps negotiation.
2038
2039         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
2040         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
2041         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
2042         (dvdnavsrc_event):
2043         * ext/mpeg2dec/gstmpeg2dec.c:
2044         * gst-libs/gst/navigation/navigation.c:
2045         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
2046         * gst-libs/gst/navigation/navigation.h:
2047         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
2048         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
2049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
2050         Super-simple first version of mouse and keyboard events. Clicking
2051         on a DVD menu now works, although it may not take you where you
2052         expected.
2053
2054         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
2055         * gst/videotestsrc/gstvideotestsrc.c:
2056         (gst_videotestsrc_src_fixate):
2057         These fixate functions were broken - they never actually
2058         fixated :)
2059         
2060 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2061
2062         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
2063         (gst_icecastsend_init):
2064           fix for new caps system.
2065         * gst-libs/gst/mixer/mixertrack.h:
2066         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
2067           Add 'master track' flag (for tools like ACME that only want to
2068           change the main volume).
2069
2070 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
2071
2072         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
2073         (gst_xvid_csp_to_caps):
2074         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
2075         * ext/xvid/gstxvidenc.c:
2076         ifdef out ARGB type when it isn't available 
2077         in xvidcore 1.0.0beta2
2078
2079 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2080
2081         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
2082           When we have received a new SCR right in the first buffer after
2083           a seek (so in the same cycle that handles the discont), we should
2084           handle the buffer instead of unreffing it, else we lose data.
2085
2086 2004-01-06  Iain <iain@prettypeople.org>
2087
2088         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
2089           buffer-frames caps too.
2090
2091         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
2092           caps that we need, don't destroy them all and rebuild them. And when
2093           creating src pads, use the src pad template rather than the sink...
2094
2095 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2096
2097         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
2098           Add pad to element *after* setting functions such as event handler.
2099           Without this, the scheduler (opt) will link pads, set the event
2100           handler from the default event function (dispatcher in gstpad.c)
2101           and *after* that, we will set our own event function, which will
2102           thus never be used (and thus mpegdemux doesn't handle events).
2103
2104 2004-01-04  David Schleef  <ds@schleef.org>
2105
2106         Fix the fixate functions to handle new prototype:
2107         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
2108         * gst/videotestsrc/gstvideotestsrc.c:
2109         (gst_videotestsrc_src_fixate):
2110         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
2111         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
2112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
2113
2114 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2115
2116         * sys/ximage/ximagesink.h:
2117         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
2118         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
2119         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
2120         (gst_ximagesink_xoverlay_init):
2121           assorted fixes to make (re)embedding work
2122         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
2123         (gst_ximagesink_get_desired_size):
2124           implement desired size additions to XOverlay
2125
2126 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2127
2128         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
2129         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
2130         (gst_x_overlay_got_desired_size):
2131         * gst-libs/gst/xoverlay/xoverlay.h:
2132           Add optional "desired size" signal and querying.
2133
2134 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2135
2136         * gst/matroska/matroska-demux.c:
2137         (gst_matroska_demux_parse_blockgroup):
2138           Fix EBML-laced block parsing. Diffs are relative to previous
2139           lace, not the first lace. Thanks to Mosu from the Matroska
2140           team for detecting this.
2141         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
2142         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
2143         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
2144         (gst_wavparse_change_state):
2145         * gst/wavparse/gstwavparse.h:
2146           Quickfix for capsnego.
2147
2148 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2149
2150         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
2151           Fix indenting, fix pad creation.
2152
2153 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2154
2155         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
2156         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
2157         (gst_xviddec_sink_link):
2158           Implement src_getcaps() so proper size caps is negotiated.
2159
2160 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2161
2162         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
2163           Finish flac decoder on EOS. See #116178.
2164
2165 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2166
2167         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
2168         (gst_matroska_demux_add_stream):
2169         * gst/matroska/matroska-ids.h:
2170           Add getcaps() function to fix capsnego...
2171
2172 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2173
2174         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
2175         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
2176         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
2177           Fix more integer overflows. Again, see #126967.
2178
2179 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2180
2181         * ext/mpeg2dec/gstmpeg2dec.c:
2182           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
2183           #130416.
2184
2185 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2186
2187         * configure.ac:
2188         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
2189         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
2190         * ext/xvid/gstxvid.h:
2191         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
2192         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
2193         (gst_xviddec_src_link), (gst_xviddec_sink_link),
2194         (gst_xviddec_change_state):
2195         * ext/xvid/gstxviddec.h:
2196         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
2197         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
2198         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
2199         (gst_xvidenc_link), (gst_xvidenc_set_property),
2200         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
2201         * ext/xvid/gstxvidenc.h:
2202           Update xvid plugin to latest xvid (1.0.0-beta3) API.
2203
2204 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2205
2206         * gst/rtp/rtp-packet.c:
2207           Add sys/types.h include, since OS X doesn't define in_addr_t
2208           in netinet/in.h, like it does on Linux (see #129600).
2209
2210 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
2211
2212         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
2213
2214         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
2215           Correct logic of dispose function (see #129306).
2216
2217 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2218
2219         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
2220         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
2221         (gst_mpeg_parse_init):
2222         * gst/mpegstream/gstmpegparse.h:
2223           Remove clock (which was never provided, i.e. dead code), and
2224           also fix integer overflows at high PTS values (see #126967).
2225
2226 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2227
2228         * ext/flac/gstflacdec.c:
2229         * ext/libpng/gstpngenc.h:
2230         * ext/mikmod/gstmikmod.h:
2231           OS X fixes (see #126628).
2232
2233 2004-01-02  David Schleef  <ds@schleef.org>
2234
2235         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
2236         (gst_alsa_src_base_init): Remove bogus "src" request pad.
2237         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
2238         (gst_mpeg_parse_class_init): Move pad template registration
2239         to class_init, since the derived class (mpegdemux) doesn't
2240         want them.
2241
2242 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2243
2244         * sys/ximage/Makefile.am:
2245         * sys/xvideo/Makefile.am:
2246         * sys/xvimage/Makefile.am:
2247           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
2248           after installation (see #127664).
2249
2250 2004-01-02  David Schleef  <ds@schleef.org>
2251
2252         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
2253         (gst_ffmpegenc_connect):  Negotiation fixes.
2254         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
2255         Remove inappropriate gst_caps_free().
2256         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
2257         Reenable Ronald's internal resize code, since the core handles
2258         it correctly now.
2259
2260 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2261
2262         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
2263         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
2264         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
2265           Fix pad template stuff.
2266
2267 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2268
2269         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
2270         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
2271           fix signed integer reading/writing.
2272
2273 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2274
2275         * ext/alsa/README:
2276           Remove outdated document
2277
2278 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
2279
2280         * gst/cutter/gstcutter.c: (gst_cutter_init):
2281           src pad was being created twice - oops.
2282
2283 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2284
2285         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
2286           Comment out internal resize. It doesn't handle the resulting
2287           XEvent internally, does another try_set_caps() which leads to
2288           a really nice loop.
2289           Real fix will come when Julien and Dave are awake. ;).
2290
2291 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2292
2293         * ext/mpeg2enc/gstmpeg2enc.cc:
2294           fix const/nonconst compile issue.
2295
2296 2004-01-02  David Schleef  <ds@schleef.org>
2297
2298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
2299         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
2300         Add fixate function and a check for bad formats.
2301
2302 2004-01-01  David Schleef  <ds@schleef.org>
2303
2304         Negotiation fixes:
2305         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
2306         (gst_audiofilter_init):
2307         * gst/debug/efence.c: (gst_efence_init):
2308         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
2309         (gst_deinterlace_init):
2310         * gst/volume/gstvolume.c: (volume_connect):
2311
2312 2004-01-01  David Schleef  <ds@schleef.org>
2313
2314         Convert elements to use gst_pad_use_explicit_caps() where
2315         appropriate:
2316         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
2317         * ext/audiofile/gstafparse.c: (gst_afparse_init),
2318         (gst_afparse_open_file):
2319         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
2320         (gst_afsrc_open_file):
2321         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
2322         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
2323         (gst_ffmpegdec_chain):
2324         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
2325         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
2326         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
2327         (gst_gdk_pixbuf_chain):
2328         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
2329         (gst_jpegdec_chain):
2330         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
2331         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
2332         (gst_mikmod_negotiate):
2333         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
2334         (gst_mpeg2dec_negotiate_format):
2335         * ext/mpeg2enc/gstmpeg2enc.cc:
2336         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
2337         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
2338         (gst_speexdec_sinkconnect):
2339         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
2340         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
2341         (gst_vorbisfile_new_link):
2342         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
2343         (gst_ac3parse_chain):
2344         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
2345         (gst_asf_demux_setup_pad):
2346         * gst/auparse/gstauparse.c: (gst_auparse_init),
2347         (gst_auparse_chain):
2348         * gst/id3/gstid3types.c: (gst_id3types_loop):
2349         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2350         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
2351         (mp1videoparse_parse_seq):
2352         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
2353         (bpf_from_header):
2354         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
2355         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
2356         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
2357         (gst_mpeg_parse_send_data):
2358         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
2359         (gst_qtdemux_add_stream):
2360         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
2361         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
2362         (gst_wavparse_parse_fmt):
2363
2364 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2365
2366         * configure.ac:
2367           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
2368           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
2369           it therefore uses the wrong include paths. Too bad... Note
2370           that 1.6.1.93 is not release yet. ;).
2371           Also add a check for mplex, which is now using the lib'ified
2372           mplex from mjpegtools, too.
2373         * ext/ffmpeg/gstffmpegcodecmap.c:
2374           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
2375           issues. I don't think ffmpeg handles 3ivx correctly, so this
2376           probably won't work. But it won't hurt either.
2377         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
2378         (gst_ffmpegdec_chain):
2379         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
2380         (gst_ffmpegenc_chain_audio):
2381           Fix memleak in audio encoding. Close codec if open fails, this
2382           calls the cleanup routines so we can re-use the context.
2383         * ext/mpeg2enc/gstmpeg2enc.cc:
2384           Fix pad template names/types, fix memory issue with getcaps().
2385         * ext/mpeg2enc/gstmpeg2encoder.cc:
2386         * ext/mpeg2enc/gstmpeg2encoder.hh:
2387           Fix compile issue with new caps system (const thingy).
2388         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
2389         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
2390           We read a first frame right on initing, so that we have a caps
2391           when we init the output. This caps is cached in padprivate and
2392           read as first frame.
2393         * ext/mplex/Makefile.am:
2394         * ext/mplex/gstmplex.cc:
2395         * ext/mplex/gstmplex.h:
2396         * ext/mplex/gstmplex.hh:
2397         * ext/mplex/gstmplexibitstream.cc:
2398         * ext/mplex/gstmplexibitstream.hh:
2399         * ext/mplex/gstmplexjob.cc:
2400         * ext/mplex/gstmplexjob.hh:
2401         * ext/mplex/gstmplexoutputstream.cc:
2402         * ext/mplex/gstmplexoutputstream.hh:
2403           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
2404           had issues, didn't do capsnego, supported only a subset of the
2405           mplex features and required a mplex fork in our local CVS. Plus
2406           that it worked agaist a very old mplex version. Rewriting was
2407           faster than updating it.
2408         * gst-libs/ext/Makefile.am:
2409         * gst-libs/ext/mplex/INSTRUCT:
2410         * gst-libs/ext/mplex/Makefile.am:
2411         * gst-libs/ext/mplex/README:
2412         * gst-libs/ext/mplex/TODO:
2413         * gst-libs/ext/mplex/ac3strm_in.cc:
2414         * gst-libs/ext/mplex/audiostrm.hh:
2415         * gst-libs/ext/mplex/audiostrm_out.cc:
2416         * gst-libs/ext/mplex/aunit.hh:
2417         * gst-libs/ext/mplex/bits.cc:
2418         * gst-libs/ext/mplex/bits.hh:
2419         * gst-libs/ext/mplex/buffer.cc:
2420         * gst-libs/ext/mplex/buffer.hh:
2421         * gst-libs/ext/mplex/fastintfns.h:
2422         * gst-libs/ext/mplex/format_codes.h:
2423         * gst-libs/ext/mplex/inputstrm.cc:
2424         * gst-libs/ext/mplex/inputstrm.hh:
2425         * gst-libs/ext/mplex/lpcmstrm_in.cc:
2426         * gst-libs/ext/mplex/mjpeg_logging.cc:
2427         * gst-libs/ext/mplex/mjpeg_logging.h:
2428         * gst-libs/ext/mplex/mjpeg_types.h:
2429         * gst-libs/ext/mplex/mpastrm_in.cc:
2430         * gst-libs/ext/mplex/mpegconsts.cc:
2431         * gst-libs/ext/mplex/mpegconsts.h:
2432         * gst-libs/ext/mplex/mplexconsts.hh:
2433         * gst-libs/ext/mplex/multplex.cc:
2434         * gst-libs/ext/mplex/outputstream.hh:
2435         * gst-libs/ext/mplex/padstrm.cc:
2436         * gst-libs/ext/mplex/padstrm.hh:
2437         * gst-libs/ext/mplex/stillsstream.cc:
2438         * gst-libs/ext/mplex/stillsstream.hh:
2439         * gst-libs/ext/mplex/systems.cc:
2440         * gst-libs/ext/mplex/systems.hh:
2441         * gst-libs/ext/mplex/vector.cc:
2442         * gst-libs/ext/mplex/vector.hh:
2443         * gst-libs/ext/mplex/videostrm.hh:
2444         * gst-libs/ext/mplex/videostrm_in.cc:
2445         * gst-libs/ext/mplex/videostrm_out.cc:
2446         * gst-libs/ext/mplex/yuv4mpeg.cc:
2447         * gst-libs/ext/mplex/yuv4mpeg.h:
2448         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
2449         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
2450           We don't fork mjpegtools' mplex in our CVS anymore.
2451         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
2452         (gst_avi_demux_add_stream):
2453         * gst/avi/gstavidemux.h:
2454           Add getcaps() function for proper caps nego. This makes some
2455           parts of AVI playback/reading work.
2456         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
2457           Resize window on new capsnego. This is probably wrong, but
2458           I'm still committing it because with current capsnego, the
2459           first successfull capsnego is auto-fixated, therefore rounded
2460           down to the lowest values in the caps. this results in a 16x16
2461           XWindow that is not reized when real capsnego finishes.
2462           Dave, I see more cases of this, do you know a proper solution?
2463         * tools/gst-launch-ext.in:
2464           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
2465
2466 2003-12-31  David Schleef  <ds@schleef.org>
2467
2468         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
2469         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
2470           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
2471
2472 2003-12-30  David Schleef  <ds@schleef.org>
2473
2474         * ext/ffmpeg/gstffmpegcolorspace.c:
2475         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
2476         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
2477         (gst_ffmpegcsp_chain): Negotiation fixes
2478         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
2479         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2480         (gst_audio_convert_link), (gst_audio_convert_channels):
2481         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
2482         (gst_audioscale_link), (gst_audioscale_get_buffer),
2483         (gst_audioscale_chain): Negotiation fixes
2484         * gst/audioscale/gstaudioscale.h:
2485         * gst/videofilter/gstvideofilter.c:
2486         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
2487         (gst_videofilter_link), (gst_videofilter_init),
2488         (gst_videofilter_set_output_size), (gst_videofilter_setup),
2489         (gst_videofilter_find_format_by_structure):
2490         * gst/videofilter/gstvideofilter.h: Negotiation fixes
2491         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
2492         (gst_videoscale_link):
2493         * gst/videoscale/videoscale.c: (videoscale_get_structure),
2494         (videoscale_find_by_structure), (gst_videoscale_setup):
2495         * gst/videoscale/videoscale.h: Negotiation fixes
2496         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
2497         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
2498         function, restrict resizing to a multiple of 4 (hack until
2499         everyone supports odd sizes correctly).
2500
2501 2003-12-29  Colin Walters  <walters@verbum.org>
2502
2503         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
2504         signed.
2505
2506 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
2507
2508         * ext/sndfile/gstsf.c: (gst_sf_loop):
2509           Fix warning about discarding const qualifier
2510
2511 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
2512
2513         * gst/cutter/gstcutter.c:
2514         * gst/videoscale/gstvideoscale.c:
2515         * gst/volenv/gstvolenv.c:
2516         * gst-libs/gst/audio/audio.c:
2517         * gst-libs/gst/video/video.c:
2518           Fix warnings
2519
2520 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2521
2522         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
2523           Don't send ALSA debugging to stderr.
2524         * ext/alsa/gstalsa.h:
2525           Use GST_WARNING instead of g_warning when ALSA functions fail.
2526
2527 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2528
2529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2530           Free XVAdapterInfo correctly.
2531
2532 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2533
2534         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
2535         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
2536           Make id3tag use correct caps nego.
2537
2538 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
2539
2540         * ext/ivorbis/vorbis.c: 
2541         * ext/ivorbis/vorbisenc.h:
2542         * ext/ivorbis/vorbisfile.c:
2543           Modify so that it uses the new caps things
2544
2545 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2546
2547         * testsuite/spider/spider1.c: (main):
2548         * testsuite/spider/spider2.c: (main):
2549         * testsuite/spider/spider3.c: (main):
2550           Make tests compile again. They probably don't work.
2551
2552 2003-12-24  Colin Walters  <walters@verbum.org>
2553
2554         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
2555         we can't fixate the caps anymore.
2556
2557 2003-12-23  David Schleef  <ds@schleef.org>
2558
2559         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
2560         * sys/oss/gstosssink.c: (gst_osssink_init),
2561         (gst_osssink_sink_fixate): Add fixate function.
2562
2563 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2564
2565         * ext/ffmpeg/gstffmpegcodecmap.c:
2566         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
2567         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
2568         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
2569         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
2570         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
2571         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
2572         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
2573           fix typo in RGB masks, and move back to "old" colorspace
2574           capsnego code until whoever wrote this new crap has actually
2575           tested it so that it works.
2576           And yes, this works, keep it that way please.
2577
2578 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2579
2580         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
2581         (gst_divxdec_init), (gst_divxdec_negotiate):
2582         * ext/divx/gstdivxdec.h:
2583         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
2584         (gst_divxenc_init):
2585         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
2586         (gst_faac_sinkconnect), (gst_faac_srcconnect):
2587         * ext/mpeg2enc/gstmpeg2enc.cc:
2588         * ext/mpeg2enc/gstmpeg2encoder.cc:
2589         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
2590         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
2591         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
2592         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
2593         (dxr3spusink_init):
2594         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
2595         (dxr3videosink_init):
2596           Fix caps breakage after Dave's caps branch merge.
2597
2598 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2599
2600         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2601           Fix for 24bpp display.
2602
2603 2003-12-23  Colin Walters  <walters@verbum.org>
2604
2605         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
2606         a GnomeVFSHandle directly.
2607
2608 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2609
2610         * gst/volume/Makefile.am:
2611         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
2612         (volume_base_init), (volume_init):
2613           Reenable volume element and fix to work with new caps stuff.
2614           Rhythmbox needs this.
2615
2616 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2617
2618         * gst/qtdemux/qtdemux.c: (plugin_init):
2619           qtdemux requires bytestream
2620
2621 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2622
2623         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
2624           Fix remaining caps handling errors due to CAPS merge.
2625
2626 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2627
2628         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
2629         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
2630         (gst_faad_srcconnect): 
2631           Port to new caps system.
2632
2633 2003-12-21  Julien MOUTTE  <julien@moutte.net>
2634
2635         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
2636         (got_video_size), (main): using g_print instead of g_message.
2637         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
2638         signal which was not emitted because of "switch" element added to the
2639         bin but not connected. (Removing from the bin temporarily)
2640
2641 2003-12-21  Julien MOUTTE  <julien@moutte.net>
2642
2643         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
2644         find X development files. I don't understand the previous tests and
2645         they fail on my debian/ppc unstable. This one works.
2646         * examples/gstplay/player.c: (main): Set the pipeline to READY before
2647         exiting.
2648         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
2649         (gst_play_set_video_sink), (gst_play_set_audio_sink),
2650         (gst_play_set_visualization): Add some safety checks in set_ methods
2651         and state_change. This was throwing some ugly CRITICAL messages when
2652         pipeline was getting disposed and casts were failing.
2653
2654 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2655
2656         * configure.ac:
2657           Improve mpeg2enc detection. This is for distributions that do
2658           ship mjpegtools, but without mpeg2enc. Also does object check
2659           for might there ever be ABI incompatibility.
2660         * ext/mpeg2enc/gstmpeg2enc.cc:
2661           Add Andrew as second maintainer (he's helping me), and also add
2662           an error if no caps was set. This happens if I pull before capsnego
2663           and that's something I should solve sometime else.
2664         * gst/matroska/matroska-demux.c:
2665         (gst_matroska_demux_parse_blockgroup):
2666           Fix time parsing.
2667         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
2668         (gst_matroska_mux_track_header):
2669           Add caps to templates.
2670         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
2671           Add mpegversion=1 to prevent confusion with MPEG/AAC.
2672         * gst/mpegstream/gstmpegdemux.c:
2673           Remove layer since it causes warnings about unfixed caps.
2674         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
2675           Fix obvious typo (we error out if caps were set, we should of
2676           course error out if *no* caps were set).
2677         * sys/oss/gstosselement.c: (gst_osselement_convert):
2678           Fix format conversion, we confused bits/bytes.
2679         * sys/oss/gstosselement.h:
2680           Improve documentation for 'bps'.
2681         * sys/v4l/TODO:
2682           Remove stuff about plugins that need removing - this was done
2683           ages ago.
2684         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
2685         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
2686         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
2687         (gst_v4lsrc_src_query):
2688         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
2689         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
2690           Add get_query_types(), get_formats() and query() functions.
2691
2692 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2693
2694         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
2695         * moved CVS to freedesktop.org
2696