sys/oss/gstosselement.c: Add a check for a driver bug on FreeBSD. (bug #140565)
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-04-29  David Schleef  <ds@schleef.org>
2
3         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
4         Add a check for a driver bug on FreeBSD.  (bug #140565)
5
6 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7
8         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
9         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
10         (gst_jpegenc_getcaps):
11           move format setting to inner loop
12         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13         (gst_ffmpegcolorspace_getcaps):
14           use GST_PAD_CAPS if available so that we use already negotiated
15           caps
16         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17         (qtdemux_parse_moov), (qtdemux_parse):
18           extra debugging
19         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
20         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
21           move hardcoded path to DEFINE
22
23 2004-04-28  David Schleef  <ds@schleef.org>
24
25         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26         (bug #140064)
27
28 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29
30         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
31           Don't probe for playback device if we're a source element. Fixes
32           #139658.
33
34 2004-04-29  Benjamin Otte  <otte@gnome.org>
35
36         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
37         (gst_id3_tag_chain):
38           rewrite buffer offset
39
40 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41
42         * configure.ac:
43         * ext/Makefile.am:
44         * ext/dts/Makefile.am:
45         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
46         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
47         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
48         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
49         (gst_dtsdec_loop), (gst_dtsdec_change_state),
50         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
51         (plugin_init):
52         * ext/dts/gstdtsdec.h:
53           New DTS decoder.
54         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
55         (gst_faad_srcconnect):
56           Add ESDS atom handling (.m4a).
57
58 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
59
60         * ext/divx/gstdivxdec.c: (plugin_init):
61           Remove comment that makes no sense.
62         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
63           Fix for obvious typo that resulted in warnings during gst-register.
64         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
65         (gst_xviddec_sink_link):
66           Fix caps negotiation a bit better.
67         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
68           We call this 'codec_data', not 'esds'.
69
70 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
71
72         * gst/monoscope/gstmonoscope.c:
73           make sure we only provide 256x128
74         * gst/monoscope/monoscope.c: (monoscope_init):
75           assert size of 256x128
76
77 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
78
79         * Makefile.am:
80         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
81         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
82           fixate to max width and height of device
83
84 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
85
86         * Makefile.am:
87         * sys/v4l/gstv4l.c:
88         * sys/v4l/gstv4lsrc.c:
89         * sys/v4l/v4l_calls.c:
90         * sys/v4l/v4lsrc_calls.c:
91           fix for qc-usb driver which fakes having more than one buffer
92           by handing the same buffer twice, which confused GStreamer's/v4lsrc
93           buffer_free override
94           add debugging
95
96 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
97
98         * Makefile.am:
99         * gst/videotestsrc/gstvideotestsrc.c:
100         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
101         (gst_videotestsrc_init), (gst_videotestsrc_get),
102         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
103         * gst/videotestsrc/gstvideotestsrc.h:
104           add num-buffers property
105
106         2004-04-26  Benjamin Otte  <otte@gnome.org>
107
108         * ext/mad/gstid3tag.c: (plugin_init):
109           set id3mux rank to NONE so it doesn't confuse spider
110           require audio/mpeg,mpegversion=1 in id3mux
111
112 2004-04-26  Benjamin Otte  <otte@gnome.org>
113
114         * configure.ac:
115           detect faad correctly as non-working if it's indeed non-working
116
117 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
118
119         * Makefile.am:
120         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
121         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
122         fix _getcaps so it only negotiates to its supported format
123
124 2004-04-25  Benjamin Otte  <otte@gnome.org>
125
126         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
127           fix memleak
128
129 2004-04-23  Benjamin Otte  <otte@gnome.org>
130
131         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
132           audio/x-raw-int with height rules! not. Now it's depth.
133
134 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
135
136         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
137         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
138         (gst_wavparse_loop):
139           Missing variable initialization. Add handling of DVI ADPCM. Fix
140           mis-parsing of LIST chunks. This works around a bug where we mis-
141           parse non-aligning LIST chunks (so LIST chunks where the contents
142           don't align with the actual LIST size). The correct fix is to use
143           rifflib, I'm not going to fix wavparse - too much work. All this
144           fixes #104878.
145
146 2004-04-22  Zaheer Abbas Merali <zaheerabbas@merali.org>
147
148         reviewed by Benjamin Otte  <otte@gnome.org>
149
150         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
151           fix shoutcast not working (fixes #140844)
152
153 2004-04-22  Benjamin Otte  <otte@gnome.org>
154
155         * ext/hermes/gsthermescolorspace.c:
156         (gst_hermes_colorspace_caps_remove_format_info):
157         * gst/colorspace/gstcolorspace.c:
158         (gst_colorspace_caps_remove_format_info):
159         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
160         (gst_ffmpegcolorspace_caps_remove_format_info):
161           s/gst_caps_simplify/gst_caps_do_simplify/
162
163 2004-04-22  Benjamin Otte  <otte@gnome.org>
164
165         * gst-libs/gst/riff/riff-media.c:
166         (gst_riff_create_video_caps_with_data):
167           mpegversion is an int
168         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
169           don't try to create pad templates with NULL caps, use any caps
170           instead.
171
172 2004-04-20  David Schleef  <ds@schleef.org>
173
174         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
175         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
176         (bug #140384)
177
178 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
179
180         reviewed by David Schleef
181
182         * ext/mad/gstid3tag.c: Add stdlib.h
183         * gst/rtp/gstrtpgsmenc.c: same
184         * gst/tags/gstid3tag.c: same
185         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
186         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
187         GST_DISABLE_LOADSAVE use.
188         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
189         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
190         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
191         atol(3)).
192         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
193         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
194         strtoul(3)).
195         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
196         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
197         $(ID3_CFLAGS).
198         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
199         $(LIBFAME_CFLAGS).
200
201 2004-04-20  David Schleef  <ds@schleef.org>
202
203         * gst/realmedia/rmdemux.c:  This was supposed to part of the
204         last checkin.  Same idea.
205
206 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
207
208         reviewed by David Schleef
209
210         * configure.ac: bump required gstreamer version to 0.8.1.1
211         because of following changes [--ds]
212
213         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
214         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
215         (gst_riff_read_header):  Use GST_READ_UINT*
216         macros to access possibly unaligned memory.
217
218         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
219         (mp3_type_find):  Use GST_READ_UINT*
220         macros to access possibly unaligned memory.
221         (mp3_type_find, mpeg1_parse_header, qt_type_find)
222         (speex_type_find): Likewise
223
224         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
225
226         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
227         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
228         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
229         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
230         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
231         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
232         macros to access possibly unaligned memory.
233
234         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
235         Likewise.
236
237         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
238         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
239
240         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
241         Likewise.
242
243         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
244         (gst_mpeg2subt_chain_subtitle): Likewise.
245
246         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
247         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
248         Likewise.
249
250         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
251         Likewise.
252
253         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
254         Likewise.
255
256         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
257         Likewise.
258
259 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
260
261         * configure.ac:
262           update required version of GStreamer because of GST_TIME_FORMAT
263
264 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
265
266         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
267           remove leftover g_print
268         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
269           don't try setting only a subset of the caps. We don't want to kill
270           autoplugging on purpose
271
272 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
273
274         * sys/ximage/ximagesink.c: (plugin_init):
275         * sys/xvimage/xvimagesink.c: (plugin_init):
276           add debugging categories
277
278 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
279
280         * po/en_GB.po:
281         * po/LINGUAS:
282           Adding en_GB translation (Gareth Owen)
283
284 2004-04-20  David Schleef  <ds@schleef.org>
285
286         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
287         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
288         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
289         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
290         A number of new features and hacks to extract the esds atom and
291         put it into the caps.  (bug #137724)
292
293 2004-04-19  David Schleef  <ds@schleef.org>
294
295         * gconf/Makefile.am: Fix for non-GNU make
296         * gst-libs/gst/Makefile.am: Change directory order to handle
297         GstPlay linking with gstinterfaces
298         * gst-libs/gst/audio/make_filter: make use of tr portable
299         * gst-libs/gst/play/Makefile.am: Add intended \
300         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
301         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
302         function prototype instead of void *.
303         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
304         macro.
305         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
306         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
307         * gst/videofilter/make_filter: make use of tr portable
308         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
309
310 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
311                                                                                 
312         * po/LINGUAS:
313         * po/uk.po:
314           Added Ukrainian translation (Maxim V. Dziumanenko)
315                                                                                 
316 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
317
318         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
319         (gst_gsmdec_link), (gst_gsmdec_chain):
320           Fix capsnego, simplify chain function slightly.
321         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
322           Add GSM.
323
324 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
325
326         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
327         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
328         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
329           Hack to make wavparse work with spider (always -> sometimes pad).
330           Fixes #135862 && #140411.
331
332 2004-04-18  Benjamin Otte  <otte@gnome.org>
333
334         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
335         (gst_osselement_rate_probe_check),
336         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
337           get rid of \n in debug output
338
339 2004-04-17  Iain <iain@prettypeople.org>
340
341         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
342         not just EOS.
343
344 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
345
346         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
347         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
348         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
349         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
350         (gst_id3_tag_src_link), (gst_id3_tag_chain),
351         (gst_id3_tag_change_state), (plugin_init):
352           deprecate id3tag element and replace with id3demux/id3mux.
353           great side effect: this ugly file is now even uglier, yay!
354         * ext/mad/gstmad.h:
355           remove non-available function
356           update for new get_type
357
358 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
359
360         * configure.ac:
361           require mpeg2dec >= 0.4.0
362
363 2004-04-17  Benjamin Otte  <otte@gnome.org>
364
365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
366         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
367         (gst_xvimagesink_set_xwindow_id):
368           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
369           assorted cleanup fixes.
370
371 2004-04-16  David Schleef  <ds@schleef.org>
372
373         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
374         * sys/xvimage/xvimagesink.h: same
375
376 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
377
378         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
379           Fix GST_ELEMENT_ERROR with (NULL)
380
381 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
382
383         * gst-libs/gst/riff/riff-media.c:
384         (gst_riff_create_video_caps_with_data):
385           Add div[3456] as fourccs for DivX 3 (fixes #140137).
386
387 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
388
389         * gst-libs/gst/riff/riff-media.c:
390         (gst_riff_create_video_caps_with_data),
391         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
392         (gst_riff_create_video_template_caps),
393         (gst_riff_create_audio_template_caps):
394         * gst-libs/gst/riff/riff-media.h:
395         * gst-libs/gst/riff/riff-read.c:
396         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
397         * gst-libs/gst/riff/riff-read.h:
398         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
399           Add MS RLE support. I added some functions to read out strf chunks
400           into strf chunks and the data behind it. This is usually color
401           palettes (as in RLE, but also in 8-bit RGB). Also use those during
402           caps creation. Lastly, add ADPCM (similar to wavparse - which
403           should eventually be rifflib based).
404         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
405         (gst_matroska_demux_init), (gst_matroska_demux_reset):
406         * gst/matroska/matroska-demux.h:
407           Remove placeholders for some prehistoric tagging system. Didn't add
408           support for any tag system really anyway.
409         * gst/qtdemux/qtdemux.c:
410           Add support for audio/x-m4a (MPEG-4) through spider.
411         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
412         (gst_wavparse_loop):
413           ADPCM support (#135862). Increase max. buffer size because we
414           cannot split buffers for ADPCM (screws references) and I've seen
415           files with 2048 byte chunks. 4096 seems safe for now.
416
417 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
418
419         * configure.ac: bump nano to 1
420
421 === release 0.8.1 ===
422
423 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
424
425         * configure.ac: releasing 0.8.1, "Comforting Sounds"
426
427 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
428
429         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
430           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
431           Fixes #140058
432
433 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
434
435         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
436           lower rank of dvddemux so that it's not used for mpeg playback.
437
438 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
439
440         * configure.ac:
441           save libs correctly when checking mad
442
443 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
444
445         * ext/mad/gstid3tag.c: (plugin_init):
446           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
447
448 2004-04-13  David Schleef  <ds@schleef.org>
449
450         * common/m4/gst-feature.m4: Call -config scripts with
451         --plugin-libs if it is supported.
452         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
453         JPEG images are image/jpeg.
454         * gst/debug/Makefile.am:
455         * gst/debug/negotiation.c: (gst_negotiation_class_init),
456         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
457         (gst_negotiation_update_caps), (gst_negotiation_get_property),
458         (gst_negotiation_plugin_init): Add a property that acts like
459         filter caps.
460         * testsuite/gst-lint:  Move license checking to be a standard
461         test.
462
463 2004-04-13  David Schleef  <ds@schleef.org>
464
465         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
466         patch from Sebastien Cote (bug #139958)
467
468 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
469
470         * examples/gstplay/Makefile.am:
471         * examples/gstplay/player.c: (main):
472           make the commandline player example use gconf settings
473
474 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
475
476         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
477         (gst_cacasink_sinkconnect), (gst_cacasink_init),
478         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
479           init/end library during state transition, not object
480           creation/disposal.  get rid of custom dispose handler.
481          
482
483 2004-04-12  Christian Schaller <Uraeus@gnome.org>
484
485         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
486         be a symlink
487
488 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
489
490         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
491           Handle JUNK chunks inside data section. Prevents warnings.
492
493 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
494
495         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
496         (gst_riff_create_video_template_caps):
497           Add MS video v1.
498         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
499         (gst_avi_demux_stream_data):
500           Add support for "rec-list" chunks.
501
502 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
503
504         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
505           Fix another codecname mismatch.
506
507 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
508
509         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
510           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
511           so that MJPEG plays back.
512
513 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
514
515         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
516         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
517         * gst/mpeg1videoparse/gstmp1videoparse.h:
518           Fix for some slight mis-cuts in buffer parsing, and for some
519           potential overflows or faults-causers. Adds disconts. Also fixes
520           #139105 while we're at it.
521
522 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
523
524         * configure.ac:
525         * sys/v4l2/gstv4l2element.h:
526           Workaround for missing struct v4l2_buffer declaration in Suse 9
527           and Mandrake 10 linux/videodev2.h header file (#135919).
528
529 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
530
531         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
532           Bail out if no filename was given.
533
534 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
535
536         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
537         (gst_v4l2_fourcc_from_structure):
538           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
539           Y41B somewhere).
540
541 2004-04-09  Benjamin Otte  <otte@gnome.org>
542
543         * ext/gnomevfs/gstgnomevfssink.c:
544         (_gst_boolean_allow_overwrite_accumulator),
545         (gst_gnomevfssink_class_init):
546           fix erase signal - if any handler returns false the file will not be
547           overwritten. If no handler is connected, the file will not be
548           overwritten either.
549           renamed signal to "allow-overwrite"
550         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
551           free string when adding it to ID3 failed
552         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
553           unref event when done
554         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
555           free caps
556         * gst/typefind/gsttypefindfunctions.c:
557         (mpeg_video_stream_type_find):
558           fix invalid read 
559
560 2004-04-08  David Schleef  <ds@schleef.org>
561
562         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
563         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
564
565 2004-04-08  David Schleef  <ds@schleef.org>
566
567         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
568         we don't support (bug #139532)
569
570 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
571
572         * ext/mad/gstmad.c: (gst_mad_handle_event),
573         (gst_mad_check_caps_reset), (gst_mad_chain),
574         (gst_mad_change_state):
575           only set explicit caps if they haven't been set before for
576           this stream.  MPEG-audio sample rate/channels aren't allowed
577           to change in-stream.
578           Fixes #139382
579
580 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
581
582         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
583         (_gst_boolean_did_something_accumulator),
584         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
585         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
586         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
587         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
588         (gst_gnomevfssink_change_state):
589           Fix erase signal. Don't erase by default. Remove handoff signal.
590           Remove erase property. Don't segfault. General cleanup.
591
592 2004-04-07  Benjamin Otte  <otte@gnome.org>
593
594         * gst-libs/gst/gconf/test-gconf.c: (main):
595           add missing gst_init
596
597 2004-04-07  Benjamin Otte  <otte@gnome.org>
598
599         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
600           free the mutexes, too
601
602 2004-04-07  Benjamin Otte  <otte@gnome.org>
603
604         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
605           actually free the URI string
606         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
607           compute offset correctly when passing discont events
608         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
609           don't leak discont events
610         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
611           add some missing breaks so caps aren't copied randomly
612         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
613           if we realloc memory, we better use it
614
615 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
616
617         * ext/mad/gstmad.c: (normal_seek):
618           fix GST_FORMAT_TIME usage
619
620 2004-04-05  David Schleef  <ds@schleef.org>
621
622         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
623         a deprecated function (hack!)
624
625 2004-04-05  Benjamin Otte  <otte@gnome.org>
626
627         * ext/esd/esdmon.c: (gst_esdmon_get):
628           fix nonterminated vararg and memleak
629
630 2004-04-05  Benjamin Otte  <otte@gnome.org>
631
632         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
633         (gst_ladspa_init), (gst_ladspa_force_src_caps),
634         (gst_ladspa_set_property), (gst_ladspa_get_property),
635         (gst_ladspa_instantiate), (gst_ladspa_activate),
636         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
637           clean up debugging
638
639 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
640
641         reviewed by Benjamin Otte  <otte@gnome.org>
642
643         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
644           check for broken LADSPA parameters (fixes #138635)
645         
646 2004-04-05  Benjamin Otte  <otte@gnome.org>
647
648         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
649           advertise buffer-frames correctly on sinkpads
650
651 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
652
653         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
654         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
655         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
656         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
657         (gst_mad_check_caps_reset), (gst_mad_chain):
658         add more debugging, only reset caps when we're not in error state
659
660 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
661
662         * ext/mad/gstmad.c: add debugging category, comment + cleanups
663
664 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
665
666         reviewed by Benjamin Otte  <otte@gnome.org>
667
668         * configure.ac:
669           fix == in test(1) operator
670
671 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
672
673         reviewed by Benjamin Otte  <otte@gnome.org>
674
675         * configure.ac:
676           fix --export-symblos-regex to a working regex.
677
678 2004-04-04  Benjamin Otte  <otte@gnome.org>
679
680         * sys/oss/.cvsignore:
681           add for oss_probe
682
683 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
684
685         reviewed by Benjamin Otte  <otte@gnome.org>
686
687         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
688           add missing 'new_media' argument (fixes #138168)
689         * gst/matroska/matroska-demux.c:
690         (gst_matroska_demux_handle_seek_event):
691           add vararg terminator (fixes #138169)
692
693 2004-04-02  David Schleef  <ds@schleef.org>
694
695         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
696         disted (bug #138914)
697
698 2004-04-01  Benjamin Otte  <otte@gnome.org>
699
700         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
701         (gst_alsa_close_audio):
702           handle case better where a soundcard can't pause
703         * ext/ogg/gstoggdemux.c:
704           don't crash when we get events but don't have pads yet
705
706 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
707
708         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
709           throw an error if we couldn't probe any caps.
710
711 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
712
713         * ext/dvdnav/gst-dvd:
714         Add a really simple sample DVD player
715
716 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
717
718         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
719         (gst_a52dec_push), (gst_a52dec_handle_event),
720         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
721         (gst_a52dec_change_state):
722         * ext/a52dec/gsta52dec.h:
723           Use a debug category, Output timestamps correctly
724           Emit tag info, Handle events, tell liba52dec about cpu
725           capabilities so it can use MMX etc.
726         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
727           Fix a crasher accessing invalid memory
728         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
729         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
730         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
731         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
732         (dvdnavsrc_query):
733           Some support for byte-format seeking.
734           Small fixes for still frames and menu button overlays
735         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
736         (gst_mpeg2dec_alloc_buffer):
737           Use a debug category. Adjust the report level of several items to
738           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
739           so it doesn't lose the GstBuffer pointer
740         * gst/debug/Makefile.am:
741         * gst/debug/gstdebug.c: (plugin_init):
742         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
743         (gst_navseek_base_init), (gst_navseek_class_init),
744         (gst_navseek_init), (gst_navseek_seek),
745         (gst_navseek_handle_src_event), (gst_navseek_set_property),
746         (gst_navseek_get_property), (gst_navseek_chain),
747         (gst_navseek_plugin_init):
748         * gst/debug/gstnavseek.h:
749           Add the navseek debug element for seeking back and forth in a 
750           video stream using arrow keys.
751         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
752         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
753         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
754         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
755         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
756         (gst_mpeg2subt_parse_header), (gst_get_nibble),
757         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
758         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
759         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
760         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
761         * gst/mpeg2sub/gstmpeg2subt.h:
762           Pretty much a complete rewrite. Now a loopbased element. May still
763           require work to properly synchronise subtitle buffers.
764         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
765         (gst_dvd_demux_send_subbuffer):
766         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
767           Don't attempt to create subbuffers of size 0
768           Reduce a couple of error outputs to warnings.
769         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
770         (gst_y4mencode_chain):
771         Output the y4m frame header correctly.
772
773 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
774
775         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
776           throw errors instead of allowing SIGFPE
777
778 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
779
780         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
781         (gst_gconf_render_bin_from_key):
782           leak plugging and style fixing
783
784 2004-03-31  David Schleef  <ds@schleef.org>
785
786         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
787         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
788         (bug #138225)
789         * gst/debug/Makefile.am:
790         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
791         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
792         plugin.
793         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
794         (gst_negotiation_base_init), (gst_negotiation_class_init),
795         (gst_negotiation_init), (gst_negotiation_getcaps),
796         (gst_negotiation_pad_link), (gst_negotiation_chain),
797         (gst_negotiation_set_property), (gst_negotiation_get_property),
798         (gst_negotiation_plugin_init):  New element to talk about random
799         negotiation things happening in a pipeline.
800
801 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
802
803         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
804           fix integer addition with help of Stefan Kost
805
806 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
807
808         * po/nl.po: updated Dutch translation (Elros Cyriatan)
809
810 2004-03-30  David Schleef  <ds@schleef.org>
811
812         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
813         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
814         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
815         (bug #137504)
816         * ext/mpeg2dec/gstmpeg2dec.h:
817
818 2004-03-30  David Schleef  <ds@schleef.org>
819
820         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
821
822 2004-03-30  David Schleef  <ds@schleef.org>
823
824         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
825         Michael Petullo) to handle .mov
826
827 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
828
829         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
830         (gst_osselement_rate_check_rate):
831           probe caps correctly for sound cards that only support one format
832
833 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
834
835         * ext/kio/kiosrc.cpp: (process_events):
836           update handling event processing if inside KDE - untested
837
838 2004-03-29  David Schleef  <ds@schleef.org>
839
840         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
841         by 2 to not interfere with other colorspaces.
842         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
843         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
844         one to not interfere with ffmpeg_colorspace.
845
846 2004-03-29  David Schleef  <ds@schleef.org>
847
848         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
849         aren't in the caps.
850         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
851         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
852
853 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
854
855         * gst-libs/gst/riff/riff-media.c:
856           fail on error, don't try to set stuff on NULL caps
857
858 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
859
860         * configure.ac:
861         * ext/Makefile.am:
862         * ext/kio/Makefile.am:
863         * ext/kio/kioreceiver.cpp:
864         * ext/kio/kioreceiver.h:
865         * ext/kio/kiosrc.cpp:
866         * ext/kio/kiosrc.h:
867           add experimental kiosrc plugin
868         * ext/alsa/gstalsaplugin.c: (plugin_init):
869           initialize debugging category only when we're sure registering the
870           plugins worked.
871
872 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
873
874         * examples/gstplay/player.c: (main):
875         * gst-libs/gst/play/play.c: (gst_play_class_init),
876         (gst_play_set_location), (gst_play_set_data_src),
877         (gst_play_set_video_sink), (gst_play_set_audio_sink),
878         (gst_play_set_visualization), (gst_play_connect_visualization):
879           check return values of element_set_state and return FALSE where
880           failed
881
882 2004-03-29  Benjamin Otte  <otte@gnome.org>
883
884         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
885           try harder to check if an event is really a discont
886
887 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
888
889         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
890         * po/az.po:
891
892 2004-03-28  Benjamin Otte  <otte@gnome.org>
893
894         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
895         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
896         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
897           get rid of non-standard "..." ranges in case statements.
898
899 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
900
901         * gst/mpegstream/gstmpegdemux.c: 
902         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
903         specific functionality split to the new dvddemux element.
904         * gst/mpegstream/gstdvddemux.c:
905         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
906         streams, derived from mpegdemux.
907         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
908         up. SCR based timestamp rewriting can be turned off (will probably
909         completely disappear soon).
910         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
911         hacking. General cleanup. All printf statements replaced by
912         debugging messages. Almost complete libdvdnav support.
913         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
914         by events. New properties for audio and subpicture languages.
915         (dvdnavsrc_update_highlight): Now uses events.
916         (dvdnavsrc_user_op): Cleaned up.
917         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
918         based). Lots of cleanup, and propper support for most libdvdnav
919         events.
920         (dvdnavsrc_make_dvd_event): New function.
921         (dvdnavsrc_make_dvd_nav_packet_event): New function.
922         (dvdnavsrc_make_clut_change_event): New function.
923
924 2004-03-26  Benjamin Otte  <otte@gnome.org>
925
926         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
927           fix bug where typefinding would claim it's theora whenever less then
928           7 bytes of data were available
929
930 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
931
932         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
933         (gst_alawdec_base_init), (gst_alawdec_class_init),
934         (gst_alawdec_init), (gst_alawdec_chain):
935         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
936         (gst_alawenc_base_init), (gst_alawenc_class_init),
937         (gst_alawenc_init), (gst_alawenc_chain):
938         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
939         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
940         (gst_mulawdec_init), (gst_mulawdec_chain):
941         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
942         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
943         (gst_mulawenc_init), (gst_mulawenc_chain):
944           Fix capsnego in all four, remove the unused property functions and
945           simplify the chain functions slightly. I guess we could use macros
946           or something similar for those, since the code is so similar, but
947           I'm currently too lazy...
948
949 2004-03-24  David Schleef  <ds@schleef.org>
950
951         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
952         (gst_osselement_close_audio), (gst_osselement_probe_caps),
953         (gst_osselement_get_format_structure),
954         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
955         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
956         (gst_osselement_rate_int_compare): Add code to handle rate probing
957         (bug #120883)
958         * sys/oss/gstosselement.h: same
959         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
960         Use rate probing provided by osselement.
961         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
962
963 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
964
965         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
966         (gst_xvidenc_get_property):
967           ulong/int mess-up.
968
969 2004-03-24  David Schleef  <ds@schleef.org>
970
971         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
972         (gst_speexdec_init):
973         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
974         (gst_speexenc_init):  Create the pad template correctly (from
975         the static pad template, not a NULL pointer.)
976
977 2004-03-25  Benjamin Otte  <otte@gnome.org>
978
979         * gst/debug/Makefile.am:
980         * gst/debug/breakmydata.c: 
981           add element that quasi-randomly changes bytes in the stream.
982           Intended use is robustness checking of demuxers and decoders in
983           media tests.
984
985 2004-03-24  Benjamin Otte  <otte@gnome.org>
986
987         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
988         (gst_alsa_probe_hw_params):
989         * ext/alsa/gstalsa.h:
990           debugging output fixes
991
992 2004-03-24  Benjamin Otte  <otte@gnome.org>
993
994         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
995           don't g_return_if_fail if element is PLAYING, fail silently as every
996           other element.
997         * gst/effectv/gstquark.c: (gst_quarktv_chain):
998           only fix needed for cast lvalue issues in gst-plugins
999         * gst/volenv/gstvolenv.c: (gst_volenv_init):
1000           add proxy_getcaps
1001
1002 2004-03-24  Benjamin Otte  <otte@gnome.org>
1003
1004         * gst/level/gstlevel.c: (gst_level_init):
1005           add proxying getcaps function, so level doesn't advertise impossible
1006           caps
1007
1008 2004-03-24  David Schleef  <ds@schleef.org>
1009
1010         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
1011         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
1012         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
1013         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
1014         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
1015         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
1016         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
1017         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
1018         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
1019         messages.  Divide the chunk size by the compression ratio
1020         (needed for MACE audio)
1021
1022 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1023
1024         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
1025           Fix buffer overflow read error.
1026
1027 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1028
1029         * ext/alsa/gstalsa.h:
1030           Remove unused entry.
1031         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1032           Add cinepak.
1033         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
1034         (gst_videodrop_link), (gst_videodrop_chain):
1035           Fix, sort of. Was horribly broken with new capsnego. Bah...
1036
1037 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
1038
1039         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
1040         (plugin_init):
1041         Add a monkeysaudio typefind function
1042
1043 2004-03-23  Johan Dahlin  <johan@gnome.org>
1044
1045         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
1046         (gst_play_video_fixate): Check so the structure has the field
1047         before trying to fixate them, this makes it possible to have
1048         fakesinks for video and audio output without printing errors on
1049         the output console.
1050
1051 2004-03-22  David Schleef  <ds@schleef.org>
1052
1053         * sys/oss/Makefile.am:
1054         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
1055         (check_rate), (add_rate):  Rate probing test app.
1056
1057 2004-03-21  Benjamin Otte  <otte@gnome.org>
1058
1059         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
1060         (_fixate_caps_to_int), (gst_audio_convert_fixate):
1061           add a fixation function that pretty much does the right thing (fixes
1062           #137556)
1063
1064 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
1065
1066         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
1067
1068 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
1069
1070         reviewed by: Benjamin Otte  <otte@gnome.org>
1071
1072         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1073           terminate gst_event_new_discontinuous correctly (fixes parts of
1074           #137711)
1075
1076 2004-03-19  David Schleef  <ds@schleef.org>
1077
1078         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
1079         since it doesn't depend on X, and it's part of our ABI.
1080
1081 2004-03-19  Iain <iain@prettypeople.org>
1082
1083         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
1084         is_int in the structure, not the local variable.
1085
1086 2004-03-19  David Schleef  <ds@schleef.org>
1087
1088         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
1089         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
1090         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
1091         Improvements in caps negotiation.
1092
1093 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1094
1095         * po/LINGUAS:
1096         * po/af.po:
1097           adding Afrikaans (Petri Jooste)
1098
1099 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1100
1101         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1102         (gst_ffmpegcolorspace_chain):
1103         throw error instead of g_critical (#137588)
1104
1105 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1106
1107         * Makefile.am:
1108         * configure.ac:
1109           dist common and m4 correctly
1110         * po/sv.po:
1111
1112 2004-03-17  David Schleef  <ds@schleef.org>
1113
1114         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
1115         (bug #137348)
1116
1117 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1118
1119         * po/LINGUAS:
1120         * po/sv.po:
1121           adding Swedish translation (Christian Rose)
1122
1123 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1124
1125         * Makefile.am: use release.mak
1126
1127 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1128
1129         * common/ChangeLog:
1130         * common/gst-autogen.sh:
1131           add some explanation about the version detection
1132         * configure.ac:
1133           fix X check
1134
1135 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1136
1137         * configure.ac: bump nano to 1
1138
1139 === release 0.8.0 ===
1140
1141 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1142
1143         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
1144
1145 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1146
1147         * configure.ac:
1148           update libtool version
1149         * gst-libs/gst/media-info/Makefile.am:
1150           actually use libtool version
1151
1152 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1153
1154         * configure.ac: fix speex detection to work with 1.0 but not 1.1
1155
1156 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1157
1158         * configure.ac:
1159         * gst-plugins.spec.in:
1160         * pkgconfig/Makefile.am:
1161         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
1162         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
1163         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
1164         * pkgconfig/gstreamer-libs.pc.in:
1165         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
1166         * pkgconfig/gstreamer-play-uninstalled.pc.in:
1167         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
1168         * pkgconfig/gstreamer-plugins.pc.in:
1169           remove @VERSION@ from some of the pc files since core and plugins
1170           are decoupled.
1171           created gstreamer-plugins.pc as it's a better name, but keeping
1172           -libs around for now to get fixes upstream done first.
1173
1174 2004-03-15  Julien MOUTTE <julien@moutte.net>
1175
1176         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
1177         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
1178         * gst-libs/gst/play/play.h:
1179
1180 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1181
1182         * *.c, *.cc: don't mix tabs and spaces
1183
1184 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1185
1186         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
1187           use the new ffmpegcolorspace
1188         * gst-plugins.spec.in:
1189           package new colorspace and media-info
1190         * configure.ac:
1191         * pkgconfig/Makefile.am:
1192           fix some more disting issues
1193         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
1194         * pkgconfig/gstreamer-media-info.pc.in:
1195           generate media-info pc files
1196
1197 2004-03-15  Johan Dahlin  <johan@gnome.org>
1198         
1199         * *.h: Revert indenting
1200
1201 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1202
1203         * configure.ac:
1204           adding ffmpegcolorspace element
1205         * gst/ffmpegcolorspace/Makefile.am:
1206         * gst/ffmpegcolorspace/avcodec.h:
1207         * gst/ffmpegcolorspace/common.h:
1208         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
1209         * gst/ffmpegcolorspace/dsputil.h:
1210         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
1211         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1212         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
1213         (gst_ffmpeg_caps_to_pix_fmt):
1214         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
1215         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1216         (gst_ffmpegcolorspace_caps_remove_format_info),
1217         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
1218         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
1219         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
1220         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
1221         (gst_ffmpegcolorspace_set_property),
1222         (gst_ffmpegcolorspace_get_property),
1223         (gst_ffmpegcolorspace_register):
1224         * gst/ffmpegcolorspace/imgconvert.c:
1225         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
1226         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
1227         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
1228         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
1229         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
1230         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
1231         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
1232         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
1233         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
1234         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
1235         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
1236         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
1237         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
1238         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
1239         (img_get_alpha_info), (deinterlace_line),
1240         (deinterlace_line_inplace), (deinterlace_bottom_field),
1241         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
1242         * gst/ffmpegcolorspace/imgconvert_template.h:
1243         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
1244         * gst/ffmpegcolorspace/mmx.h:
1245         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
1246           adding ffmpegcolorspace element supplied by Ronald after cleaning
1247           up and pulling in the right bits of upstream source. 
1248           I'm sure a better C/compiler wizard could do some cleaning up (for
1249           example use GLIB's malloc stuff), but as a first pass this
1250           works very well
1251
1252 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1253
1254         * ext/alsa/gstalsa.h:
1255           I assume Ronald forgot to commit the change to have cardname
1256           as a struct member.  Expect some public spanking at the next
1257           opportunity.
1258
1259 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1260
1261         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
1262         (gst_alsa_open_audio), (gst_alsa_close_audio):
1263         * ext/alsa/gstalsa.c:
1264           Don't open the device if we're a mixer (= padless).
1265         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
1266         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
1267         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
1268           Open mixer during state change rather than during object
1269           initialization. Also, get a device name. Currently in a somewhat
1270           hackish fashion, but I didn't really find something better.
1271
1272 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1273
1274         * *.c, *.h: run gst-indent
1275
1276 2004-03-14  Benjamin Otte  <otte@gnome.org>
1277
1278         * gst/modplug/gstmodplug.cc:
1279         * gst/modplug/gstmodplug.h:
1280           set correct timestamps on outgoing buffers
1281
1282 2004-03-14  Benjamin Otte  <otte@gnome.org>
1283
1284         * gst/modplug/gstmodplug.cc:
1285           handle events - don't do crap when a discont arrives that's not
1286           necessary
1287           This allows correct loading and playback of mods in Rhythmbox
1288
1289 2004-03-14  Benjamin Otte  <otte@gnome.org>
1290
1291         * configure.ac:
1292         * gst-libs/gst/gconf/Makefile.am:
1293         * pkgconfig/Makefile.am:
1294           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
1295           they get rebuilt properly
1296         * configure.ac:
1297           when checking for vorbis, try pkgconfig first.
1298         * gst/modplug/gstmodplug.cc:
1299           add fixate function
1300
1301 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1302
1303         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
1304           Fix for obvious mistake, where we first shift the offset and then
1305           read a samplesize element assuming the old offset. Note that this
1306           part still has something weird, i.e. my movies containing those
1307           don't actually play well, but at least there's something that looks
1308           like sound now.
1309
1310 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
1311         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
1312         (plugin_init):
1313         Add a typefind function for speex format
1314
1315 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1316
1317         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
1318         (gst_asf_demux_setup_pad):
1319           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
1320           instead of 0. Reason is simple: some elements have a fps range
1321           of 1-max instead of 0-max. So now ASF video actually works.
1322
1323 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1324
1325         * po/LINGUAS:
1326         * po/sr.po:
1327           adding serbian as a language
1328
1329 2004-03-13  Benjamin Otte  <otte@gnome.org>
1330
1331         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
1332           return taglist correctly from _get function, don't gst_pad_push it.
1333           (fixes #137042)
1334
1335 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
1336         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
1337
1338 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1339
1340         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
1341         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
1342         (gst_alsa_mixer_track_new):
1343         * ext/alsa/gstalsamixertrack.h:
1344           Fix ancient leftovers... MixerTrack is a GObject.
1345
1346 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1347
1348         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
1349         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
1350           Don't block during probing...
1351
1352 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1353
1354         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
1355         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
1356         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
1357         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
1358         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
1359         (gst_alsa_open_audio), (gst_alsa_close_audio):
1360         * ext/alsa/gstalsa.h:
1361           Add propertyprobe interface implementation, add some device-name
1362           property, all this so that it looks good in gnome-volume-control.
1363
1364 2004-03-12  David Schleef  <ds@schleef.org>
1365
1366         * configure.ac: the Hermes library controls hermescolorspace, not
1367         colorspace.
1368         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
1369         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
1370         not /* */
1371         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
1372         * ext/sdl/sdlvideosink.h: ditto.
1373         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
1374
1375 2004-03-12  Benjamin Otte  <otte@gnome.org>
1376
1377         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
1378         (gst_x_overlay_got_xwindow_id):
1379         * gst-libs/gst/xoverlay/xoverlay.h:
1380           replace XID with unsigned long to get rid of the xlibs dependency in
1381           XOverlay (fixes #137004)
1382
1383 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
1384         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
1385         (gst_agingtv_setup):
1386         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
1387         (gst_dicetv_base_init), (gst_dicetv_class_init),
1388         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
1389         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
1390         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
1391         (gst_edgetv_setup), (gst_edgetv_rgb32):
1392         * gst/effectv/gsteffectv.c:
1393         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
1394         (gst_quarktv_set_property):
1395         * gst/effectv/gstrev.c: (gst_revtv_get_type),
1396         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
1397         (gst_revtv_setup), (gst_revtv_rgb32):
1398         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
1399         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
1400         (gst_shagadelictv_init), (gst_shagadelictv_setup),
1401         (gst_shagadelictv_rgb32):
1402         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
1403         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
1404         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
1405         * gst/effectv/gstwarp.c:
1406         Port everything that can be ported to videofilter and fix up the caps.
1407         Can someone with a big-endian machine please check these?
1408
1409 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1410
1411         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
1412         (gst_osssink_chain), (gst_osssink_change_state):
1413           Latest fixes for A/V sync, audio playback and such. This is about
1414           all... MPEG playback issues are mostly related to the async build-
1415           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
1416
1417 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1418
1419         patch from: Stephane Loeuillet
1420
1421         * configure.ac:
1422           use pkg-config for some libraries, falling back to the old .m4 way
1423           (fixes #131270)
1424         * m4/libdv.m4:
1425           removed
1426
1427 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1428
1429         * configure.ac:
1430         * tools/Makefile.am:
1431         * tools/Makefile.in:
1432         * tools/gst-launch-ext-m.m:
1433         * tools/gst-launch-ext.1.in:
1434         * tools/gst-visualise-m.m:
1435         * tools/gst-visualise.1:
1436         * tools/gst-visualise.1.in:
1437           reorganizing generation of script tools
1438
1439 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1440
1441         * ext/divx/gstdivxdec.c:
1442           Downgrade priority. We prefer ffdec_mpeg4.
1443         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
1444         (gst_faad_chain), (gst_faad_change_state):
1445           Fix capsnego. Doesn't work for some sounds because we don't have
1446           a 5:1 to stereo element.
1447         * ext/xvid/gstxvid.c: (plugin_init):
1448           Add priority.
1449         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
1450         (gst_osssink_change_state):
1451           Add discont handling.
1452
1453 2004-03-09  Colin Walters  <walters@verbum.org>
1454
1455         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
1456         conversion.
1457
1458 2004-03-09  Benjamin Otte  <otte@gnome.org>
1459
1460         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
1461           the signals take 2 arguments
1462
1463 2004-03-09  David Schleef  <ds@schleef.org>
1464
1465         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
1466         (gst_alsa_fixate): Add fixate function.  (bug #136686)
1467         * ext/alsa/gstalsa.h:
1468         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
1469
1470 2004-03-09  Benjamin Otte  <otte@gnome.org>
1471
1472         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
1473         (gst_mikmod_change_state):
1474         * ext/mikmod/gstmikmod.h:
1475           make mikmod's loop function not loop infinitely and call
1476           gst_element_yield anymore
1477         * gst/modplug/gstmodplug.cc:
1478           fix pad negotiation (fixes #136590)
1479
1480 2004-03-09  David Schleef  <ds@schleef.org>
1481
1482         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
1483         doesn't conflict with the internal colorspace plugin.
1484         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
1485         satisfy the crappy-ass shell shipped by a certain vendor.
1486         * gst/videofilter/make_filter: same (bug #135299)
1487
1488 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1489
1490         * configure.ac: bump nano to 1
1491
1492 === release 0.7.6 ===
1493
1494 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1495
1496         * configure.in: releasing 0.7.6, "There"
1497
1498 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1499
1500         * pkgconfig/gstreamer-play-uninstalled.pc.in:
1501         * pkgconfig/gstreamer-play.pc.in:
1502           synchronize the two
1503
1504 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1505
1506         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
1507         (cdparanoia_open), (cdparanoia_event):
1508           fix/add error handling
1509         * po/POTFILES.in:
1510           add cdparanoia source
1511         * tools/Makefile.am:
1512           make scripts executable
1513
1514 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1515
1516         * configure.ac:
1517         * ext/vorbis/Makefile.am:
1518         * sys/Makefile.am:
1519           remove id3types, vorbisfile and xvideosink from the build (#133783)
1520
1521 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1522
1523         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
1524           Fix metadata read crash (#136537).
1525
1526 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1527
1528         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
1529         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
1530           adding mime types, fixing the one-stop function
1531
1532 2004-03-08  Christian Schaller <Uraeus@gnome.org>
1533
1534         * ext/nas/nassink.c and /ext/nas/nassink.h:
1535         More NAS love from Arwed von Merkatz
1536         So lets all sing 'Can you feel the NAS tonight' 
1537
1538 2004-03-08  Christian Schaller <Uraeus@gnome.org>
1539
1540         * tools/gst-launch-ext.in: 
1541         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
1542
1543 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1544
1545         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
1546         (gst_mpeg2dec_init):
1547         remove the user_data pad for now, because it is being used in
1548         fixating causing MPEG playback to fixate on 1000 Hz for playback.
1549         If someone knows how to fix this properly, please do.
1550
1551 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1552
1553         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
1554         (gst_osssink_get_time):
1555         add a warning, IMO this won't get triggered anymore, remove later
1556
1557 2004-03-07  David Schleef  <ds@schleef.org>
1558
1559         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
1560         format (bug #136470)
1561
1562 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
1563
1564         * gst-libs/Makefile.am:
1565         * gst-libs/gst/media-info/Makefile.am:
1566         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
1567         (error_callback), (gst_media_info_error_create),
1568         (gst_media_info_error_element), (gmip_init), (gmip_reset),
1569         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
1570         * gst-libs/gst/media-info/media-info-priv.h:
1571         * gst-libs/gst/media-info/media-info-test.c: (main):
1572         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
1573         (gst_media_info_class_init), (gst_media_info_instance_init),
1574         (gst_media_info_set_source), (gst_media_info_read_with_idler),
1575         (gst_media_info_read_idler), (gst_media_info_read):
1576         * gst-libs/gst/media-info/media-info.h:
1577         fixed, should work now
1578
1579 2004-03-07  Christian Schaller <Uraeus@gnome.org>
1580
1581         * ext/nas/nassink.c:
1582         A bunch of NAS fixes from Arwed von Merkatz
1583
1584 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1585
1586         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1587         (qtdemux_parse_trak):
1588           Fix crash (j might be greater than n_samples, in which case we're
1589           writing outside the allocated space for the array) and memleak.
1590
1591 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1592
1593         * sys/oss/gstosssink.c: (gst_osssink_chain):
1594           And another caller that couldn't handle delay < 0 (unsigned
1595           integer overflow). Video now continues playing on an audio
1596           buffer underrun, and the clock continues working. Audio still
1597           stalls.
1598
1599 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1600
1601         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
1602         (gst_osssink_get_time):
1603           get_delay() may return values lower than 0. In those cases, we
1604           should not actually cast to *unsigned* int64, that will break
1605           stuff horribly. In my case, it screwed up A/V sync in movies
1606           in totem rather badly.
1607
1608 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
1609
1610         * ext/faac/gstfaac.c: (gst_faac_chain):
1611         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
1612         * ext/libpng/gstpngenc.c: (user_write_data):
1613         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
1614         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
1615         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
1616         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
1617         Fix several misuse of gst_buffer_merge (it doesn't take ownership
1618         of any buffer), should fix some leaks. I hope I didn't unref buffers
1619         that shouldn't be...
1620         
1621 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1622
1623         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
1624         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
1625         (error_callback), (gmi_reset), (gmi_seek_to_track),
1626         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
1627         (gmip_find_type_post), (gmip_find_stream_post),
1628         (gmip_find_track_streaminfo_post):
1629         * gst-libs/gst/media-info/media-info-priv.h:
1630         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
1631         (info_print), (main):
1632         * gst-libs/gst/media-info/media-info.c:
1633         (gst_media_info_error_create), (gst_media_info_error_element),
1634         (gst_media_info_instance_init), (gst_media_info_get_property),
1635         (gst_media_info_new), (gst_media_info_set_source),
1636         (gst_media_info_read_idler), (gst_media_info_read):
1637         * gst-libs/gst/media-info/media-info.h:
1638           first pass at making this work again.  This seems to work on
1639           tagged ogg/vorbis and mp3 files.
1640
1641 2004-03-06  Benjamin Otte  <otte@gnome.org>
1642
1643         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
1644           fix huge leak: gst_buffer_merge doesn't unref the first argument
1645           itself.
1646
1647 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1648
1649         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
1650           report layer/mode/emphasis
1651
1652 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
1653
1654         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
1655
1656 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1657
1658         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
1659           signal serial
1660
1661 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1662
1663         * ext/vorbis/vorbis.c: (plugin_init):
1664         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
1665         (gst_vorbis_dec_init), (vorbis_dec_event):
1666         add debug category
1667         make vorbisdec handle _BYTE and _TIME queries
1668
1669 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
1670
1671         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
1672           from the xing header
1673
1674 2004-03-06  Benjamin Otte  <otte@gnome.org>
1675
1676         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
1677         (gst_audio_convert_link), (gst_audio_convert_change_state),
1678         (gst_audio_convert_buffer_from_default_format):
1679           do conversions from/to float correctly, fix some caps nego errors,
1680           export correct supported caps in template and getcaps, use correct
1681           caps in try_set_caps functions
1682
1683 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
1684
1685         For some reason, I only committed a ChangeLog entry yesterday and 
1686         not the corresponding code...
1687         * ext/mad/gstmad.c: Fix detection of Xing headers
1688         * gst/tags/gstid3tag.c: Changes to support TLEN tags
1689
1690 2004-03-06  Benjamin Otte  <otte@gnome.org>
1691
1692         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
1693         (gst_ogg_demux_src_query):
1694           make sure to handle the case where there's no current chain
1695           gracefully.
1696
1697 2004-03-05  David Schleef  <ds@schleef.org>
1698
1699         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
1700         Add fixate function. (bug #131128)
1701         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
1702         (gst_sdlvideosink_fixate):  Add fixate function.
1703         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
1704         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
1705         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
1706         Fix missing break that was causing ulaw to be interpreted as
1707         raw int.
1708
1709 2004-03-05  David Schleef  <ds@schleef.org>
1710
1711         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
1712         Fix code that ignores return value of gst_buffer_merge().
1713         (bug #114560)
1714         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
1715         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
1716         * testsuite/gst-lint:  Check for above.
1717
1718 2004-03-05  David Schleef  <ds@schleef.org>
1719
1720         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
1721         caps and throw an element error.  (bug #136334)
1722
1723 2004-03-05  David Schleef  <ds@schleef.org>
1724
1725         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
1726         (gst_faad_chain): Fix negotiation.
1727         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
1728         key and button events.
1729         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
1730         dung heap of code.
1731         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
1732         depends on gconf
1733         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
1734         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
1735         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
1736         function to encourage better negotiation, particularly between
1737         audioconvert and osssink.
1738         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
1739         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
1740         more important.
1741         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
1742         typefinding.
1743         * gst/vbidec/vbiscreen.c:  Add glib header
1744         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
1745
1746 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
1747
1748         * ext/mad/gstmad.c: Fix detection of Xing headers
1749         * gst/tags/gstid3tag.c: Changes to support TLEN tags
1750
1751 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1752
1753         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
1754         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
1755           debug updates
1756
1757 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
1758
1759         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
1760         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
1761         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
1762         files, and report the parsed length as a GST_TAG_DURATION tag.
1763         * gst/tags/gstid3tag.c: support TLEN (duration) tag
1764
1765 2004-03-05  Benjamin Otte  <otte@gnome.org>
1766
1767         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
1768           convert channels correctly. convert correctly to unsigned.
1769
1770 2004-03-05  Julien MOUTTE <julien@moutte.net>
1771
1772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
1773         we have a window before clearing it.
1774
1775 2004-03-05  Julien MOUTTE <julien@moutte.net>
1776
1777         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
1778         have a window before clearing it.
1779
1780 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1781
1782         * gconf/gstreamer.schemas.in:
1783         * gst-libs/gst/gconf/Makefile.am:
1784           version installation path the same way as for 0.6
1785         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
1786         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
1787         * pkgconfig/gstreamer-play-uninstalled.pc.in:
1788           remove comment that was fixed
1789
1790 2004-03-05  David Schleef  <ds@schleef.org>
1791
1792         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
1793         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
1794         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
1795         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
1796         Add prototype code for handling seeking and querying.
1797
1798 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1799
1800         * examples/gstplay/player.c: (main):
1801           Initialize variables to NULL. Prevents a segfault because the
1802           (uninitialized) variable is not NULL, resulting in a crash on
1803           trying to reach error->message.
1804
1805 2004-03-05  Benjamin Otte  <otte@gnome.org>
1806
1807         * gst/audioconvert/gstaudioconvert.c:
1808         (gst_audio_convert_buffer_to_default_format):
1809         make float=>int conversion work correctly even in cornercases.
1810
1811 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
1812
1813         * debian/README.Debian:
1814         * debian/build-deps:
1815         * debian/changelog:
1816         * debian/control:
1817         * debian/control.in:
1818         * debian/copyright:
1819         * debian/gstreamer-a52dec.files:
1820         * debian/gstreamer-aa.files:
1821         * debian/gstreamer-alsa.files:
1822         * debian/gstreamer-alsa.manpages:
1823         * debian/gstreamer-arts.files:
1824         * debian/gstreamer-artsd.files:
1825         * debian/gstreamer-audiofile.files:
1826         * debian/gstreamer-avifile.files:
1827         * debian/gstreamer-cdparanoia.files:
1828         * debian/gstreamer-colorspace.files:
1829         * debian/gstreamer-doc.files:
1830         * debian/gstreamer-dv.files:
1831         * debian/gstreamer-dvd.files:
1832         * debian/gstreamer-esd.files:
1833         * debian/gstreamer-festival.files:
1834         * debian/gstreamer-flac.files:
1835         * debian/gstreamer-gconf.conffiles:
1836         * debian/gstreamer-gconf.files:
1837         * debian/gstreamer-gconf.postinst:
1838         * debian/gstreamer-gnomevfs.files:
1839         * debian/gstreamer-gsm.files:
1840         * debian/gstreamer-http.files:
1841         * debian/gstreamer-jack.files:
1842         * debian/gstreamer-jpeg.files:
1843         * debian/gstreamer-mad.files:
1844         * debian/gstreamer-mikmod.files:
1845         * debian/gstreamer-misc.files:
1846         * debian/gstreamer-mpeg2dec.files:
1847         * debian/gstreamer-oss.files:
1848         * debian/gstreamer-plugin-apps.files:
1849         * debian/gstreamer-plugin-apps.manpages:
1850         * debian/gstreamer-plugin-libs-dev.files:
1851         * debian/gstreamer-plugin-libs.files:
1852         * debian/gstreamer-plugin-template.postinst:
1853         * debian/gstreamer-plugin-template.postrm:
1854         * debian/gstreamer-sdl.files:
1855         * debian/gstreamer-sid.files:
1856         * debian/gstreamer-vorbis.files:
1857         * debian/gstreamer-x.files:
1858         * debian/mk.control:
1859         * debian/rules:
1860         Debian package info not maintained here.
1861
1862 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1863
1864         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
1865         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
1866         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
1867         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
1868         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
1869         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
1870         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
1871         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
1872         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
1873         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
1874         * gst-libs/gst/colorbalance/colorbalance.c:
1875         (gst_color_balance_class_init):
1876         * gst-libs/gst/colorbalance/colorbalancechannel.c:
1877         (gst_color_balance_channel_class_init):
1878         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
1879         * gst-libs/gst/play/play.c: (gst_play_class_init):
1880         * gst-libs/gst/propertyprobe/propertyprobe.c:
1881         (gst_property_probe_iface_init):
1882         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
1883         * gst-libs/gst/tuner/tunerchannel.c:
1884         (gst_tuner_channel_class_init):
1885         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
1886         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
1887         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
1888         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
1889         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
1890         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
1891         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
1892         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
1893         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
1894           fix signals to use - instead of _
1895         * ext/libcaca/gstcacasink.h:
1896         * ext/sdl/sdlvideosink.h:
1897           fix header rename
1898
1899 2004-03-04  David Schleef  <ds@schleef.org>
1900
1901         * testsuite/gst-lint:  Add a check for bad signal names.
1902
1903 2004-03-04  <kost@imn.htwk-leipzig.de>
1904
1905         reviewed by David Schleef
1906
1907         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
1908         modified the alpha channel and caused a warning. (bug #136192)
1909
1910 2004-04-03  Christian Schaller <Uraeus@gnome.org>
1911
1912         * gst-plugins.spec.in:
1913         Change names of plugins to actually be correct. Try to keep things
1914         alphabetical to avoid getting beat up by Thomas
1915
1916 2004-03-03  Julien MOUTTE <julien@moutte.net>
1917
1918         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
1919         Using ximagesink as a default if no gconf key found. We should
1920         probably consider using alsasink instead of osssink for the audio
1921         part.
1922
1923 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1924
1925         * configure.ac:
1926           fix --with-plugins, don't think it ever worked before
1927         * gst-plugins.spec.in:
1928           even more updates
1929
1930 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1931
1932         * ext/sdl/sdlvideosink.h:
1933         * sys/ximage/ximagesink.h:
1934         * sys/xvideo/xvideosink.h:
1935         * sys/xvimage/xvimagesink.h:
1936           Fix for move of gstvideosink.h -> videosink.h.
1937
1938 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1939
1940         * gst-libs/gst/xwindowlistener/Makefile.am:
1941           this is a plugin library, not a library
1942
1943 2004-03-01  David Schleef  <ds@schleef.org>
1944
1945         * AUTHORS:  Added some names.  Add yourself if you're still
1946         missing.
1947
1948 2004-03-01  David Schleef  <ds@schleef.org>
1949
1950         * MAINTAINERS: Add
1951
1952 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1953
1954         * gst-plugins.spec.in: clean up spec file
1955
1956 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1957
1958         * gst-libs/gst/video/Makefile.am:
1959         * gst-libs/gst/video/gstvideosink.c:
1960         * gst-libs/gst/video/gstvideosink.h:
1961           rename gstvideosink.h to videosink.h to match other headers
1962         * gst/mixmatrix/Makefile.am:
1963           fix plugin filename
1964         * gst/tags/Makefile.am: fix plugin filename
1965
1966 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1967
1968         * gst/tags/Makefile.am: fix plugin filename
1969
1970 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1971
1972         * examples/gstplay/player.c: (got_time_tick), (main):
1973           add error handler
1974           display time_tick more readably
1975         * gst/mixmatrix/Makefile.am:
1976           fix plugin file name
1977
1978 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
1979
1980         * sys/oss/gstosselement.c: (gst_osselement_probe),
1981         (device_combination_append), (gst_osselement_class_probe_devices):
1982         * sys/oss/gstosselement.h: 
1983           Reworked enumeration of oss dsps and mixers so that gst-mixer works
1984           on my system using alsa oss emulation, fixes bug #135597
1985
1986 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1987
1988         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
1989         (gst_videodrop_chain), (gst_videodrop_change_state):
1990         * gst/videodrop/gstvideodrop.h:
1991           Work based on timestamp of input data, not based on the expected
1992           framerate from the input. The consequence is that this element now
1993           not only scales framerates, but also functions as a framerate
1994           corrector or framerate stabilizer/constantizer.
1995
1996 2004-02-27  David Schleef  <ds@schleef.org>
1997
1998         patches from jmmv@menta.net (Julio M. Merino Vidal)
1999
2000         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
2001         GST_ELEMENT_ERROR call (bug #135634)
2002         * gst/interleave/interleave.c: (interleave_buffered_loop),
2003         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
2004         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
2005         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
2006         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
2007         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
2008         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
2009         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
2010         Fix GST_ELEMENT_ERROR call.
2011         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
2012         GST_ELEMENT_ERROR call.
2013
2014 2004-02-27  Benjamin Otte  <otte@gnome.org>
2015
2016         * gst-libs/gst/audio/audio.h:
2017           add macro to make sure header isn't included twice
2018         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
2019           don't use gst_buffer_free
2020         * gst/playondemand/filter.func:
2021           don't use gst_data_free. Free data only once.
2022
2023 2004-02-26  David Schleef  <ds@schleef.org>
2024
2025         * gst-libs/gst/colorbalance/Makefile.am:
2026         * gst-libs/gst/mixer/Makefile.am:
2027         * gst-libs/gst/tuner/Makefile.am:
2028         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
2029         should not be disted, -marshal.h files should not be installed,
2030         and -enum.h files _should_ be installed.  Fix to make this the
2031         case.
2032
2033 === release 0.7.5 ===
2034
2035 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2036
2037         * configure.ac: release 0.7.5, "Under The Sea"
2038
2039 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2040
2041         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
2042         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
2043         * gst/videoscale/gstvideoscale.c:
2044         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
2045           assorted debug/warning fixes
2046
2047 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2048
2049         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
2050         (gst_videoscale_init), (gst_videoscale_chain),
2051         (gst_videoscale_set_property), (plugin_init):
2052         * gst/videoscale/gstvideoscale.h:
2053         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
2054         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
2055         (gst_videoscale_planar400), (gst_videoscale_packed422),
2056         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
2057         (gst_videoscale_24bit), (gst_videoscale_16bit),
2058         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
2059         (gst_videoscale_scale_plane_slow),
2060         (gst_videoscale_scale_point_sample),
2061         (gst_videoscale_scale_nearest),
2062         (gst_videoscale_scale_nearest_str2),
2063         (gst_videoscale_scale_nearest_str4),
2064         (gst_videoscale_scale_nearest_32bit),
2065         (gst_videoscale_scale_nearest_24bit),
2066         (gst_videoscale_scale_nearest_16bit):
2067         add debugging category and use it properly
2068         fix use of GST_PTR_FORMAT
2069
2070 2004-02-25  Andy Wingo  <wingo@pobox.com>
2071
2072         * gst/interleave/interleave.c (interleave_buffered_loop): Always
2073         push only when channel->buffer is NULL. Prevents segfaults doing
2074         the state change after a nonlocal exit, like a scheme exception.
2075
2076         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
2077         Handle the case where the intersected caps is empty.
2078
2079 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2080
2081         * gst/law/mulaw-decode.c: (mulawdec_link):
2082         * gst/law/mulaw.c: (plugin_init):
2083           fix mulawdec so it actually works again
2084
2085 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
2086
2087         reviewed by: David Schleef  <ds@schleef.org>
2088
2089         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
2090         (gst_gamma_init), (gst_gamma_set_property),
2091         (gst_gamma_get_property), (gst_gamma_calculate_tables),
2092         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
2093         for RGB, with separate r g and b correction factors. (#131167)
2094
2095 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2096
2097         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2098           only signal tags for bitrate if they're > 0 (#134894)
2099
2100 2004-02-24  David Schleef  <ds@schleef.org>
2101
2102         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
2103         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
2104         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
2105         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
2106         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
2107         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
2108         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
2109         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
2110         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
2111         category.  Attempt to fix timestamp calculation.
2112
2113 2004-02-24  Johan Dahlin  <johan@gnome.org>
2114
2115         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
2116
2117 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2118
2119         * configure.ac:
2120         * gconf/Makefile.am:
2121         * gconf/gstreamer.schemas:
2122         * gst-libs/gst/gconf/Makefile.am:
2123         * gst-libs/gst/gconf/gconf.c:
2124           version gconf schemas and install locations
2125
2126 2004-02-23  Benjamin Otte  <otte@gnome.org>
2127
2128         * ext/xine/xineinput.c: (gst_xine_input_dispose):
2129         (gst_xine_input_subclass_init):
2130           call parent dispose.
2131           change pad template for CD reader correctly
2132         * ext/xine/Makefile.am:
2133         * ext/xine/gstxine.h:
2134         * ext/xine/xine.c: (plugin_init):
2135         * ext/xine/xineaudiosink.c:
2136           wrap audio sinks, too
2137         * gst-libs/gst/resample/private.h:
2138         * gst-libs/gst/resample/resample.c: (gst_resample_init),
2139         (gst_resample_reinit), (gst_resample_scale),
2140         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
2141         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
2142         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
2143         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
2144         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
2145         * gst-libs/gst/resample/resample.h:
2146         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
2147         (gst_audioscale_class_init), (gst_audioscale_link),
2148         (gst_audioscale_get_buffer), (gst_audioscale_init),
2149         (gst_audioscale_chain), (gst_audioscale_set_property),
2150         (gst_audioscale_get_property):
2151         * gst/audioscale/gstaudioscale.h:
2152           s/resample_*/gst_resample_*/i to not clobber namespaces
2153
2154 2004-02-23  Julien MOUTTE  <julien@moutte.net>
2155
2156         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2157         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
2158         (gst_riff_create_video_template_caps),
2159         (gst_riff_create_audio_template_caps),
2160         (gst_riff_create_iavs_template_caps):
2161         * gst-libs/gst/riff/riff-media.h:
2162         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
2163         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
2164         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
2165         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
2166         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
2167         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2168         (gst_matroska_demux_plugin_init): First batch implementing audio and 
2169         video codec tags in demuxers.
2170
2171 2004-02-22  Benjamin Otte  <otte@gnome.org>
2172
2173         * ext/xine/Makefile.am:
2174         * ext/xine/gstxine.h:
2175         * ext/xine/xine.c: (plugin_init):
2176         * ext/xine/xineinput.c:
2177           add input plugin wrapper. Playback from files, http, mms and cdda
2178           works.
2179         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
2180           remove leftover G_GNUC_UNUSED
2181         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
2182         (gst_asf_demux_identify_guid):
2183           improve debugging output
2184
2185 2004-02-22  Benjamin Otte  <otte@gnome.org>
2186
2187         reported by: Padraig O'Briain <padraig.obriain@sun.com>
2188
2189         * autogen.sh:
2190           replace test -e with test -x for mkinstalldirs to be more portable.
2191           (fixes #134816)
2192
2193 2004-02-22  Benjamin Otte  <otte@gnome.org>
2194
2195         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
2196
2197         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
2198           set rank to PRIMARY
2199         * gst/volume/gstvolume.c: (plugin_init):
2200           set rank to NONE
2201         fixes #134960
2202
2203 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
2204
2205         reviewed by Benjamin Otte  <otte@gnome.org>
2206
2207         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
2208           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
2209
2210 2004-02-22  Benjamin Otte  <otte@gnome.org>
2211
2212         * configure.ac:
2213           export [_]*{gst,Gst,GST}.* symbols from plugins
2214
2215 2004-02-22  Christophe Fergeau <teuf@gnome.org>
2216
2217         reviewed by: Benjamin Otte  <otte@gnome.org>
2218
2219         * ext/lame/gstlame.c: (add_one_tag):
2220         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
2221         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
2222         (gst_vorbisenc_metadata_set1):
2223         * gst/tags/gstid3tag.c:
2224         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
2225           apply fixes from bugs #135042 (lame can't write tags) and #133817
2226           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
2227
2228 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
2229
2230         * configure.ac: Export only gst_plugin_desc from plugins.
2231          Note that this change only makes any effect with Linux using libtool 
2232          1.5.2 or higher. Otherwise it is silently ignored, but it would build
2233          fine. And don't try to have several versions of libtool in different
2234          directories.
2235
2236 2004-02-20  Andy Wingo  <wingo@pobox.com>
2237
2238         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
2239         interleave respectively.
2240
2241         * gst/interleave/deinterleave.c: New plugin: deinterleave
2242         (replaces on oneton).
2243         * gst/interleave/interleave.c: New plugin: interleave.
2244         * gst/interleave/plugin.h: Support file.
2245         * gst/interleave/plugin.c: Support file.
2246
2247         * configure.ac: Remove intfloat and oneton, add interleave.
2248
2249         * ext/sndfile/gstsf.c: Handle events better.
2250
2251         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
2252         and float2int operation. int2float has scheduling problems as
2253         noted in in2float_chain. 
2254
2255 2004-02-20  Benjamin Otte  <otte@gnome.org>
2256
2257         * ext/xine/Makefile.am:
2258         * ext/xine/gstxine.h:
2259         * ext/xine/xine.c: 
2260         * ext/xine/xineaudiodec.c: 
2261         * ext/xine/xinecaps.c: 
2262           add first version of xine plugin wrapper. Currently only wraps the
2263           QDM2 win32 DLL, and even that only in proof-of-concept quality.
2264         * configure.ac:
2265         * ext/Makefile.am:
2266           add xine plugin wrapper, disabled by default. Use --enable-xine to
2267           build. Note that it'll segfault on gst-register if you don't remove
2268           the goom and tvtime post plugins from xine.
2269         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
2270         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
2271           add extradata parsing for QDM2.
2272           change around debugging prints.
2273
2274 2004-02-19  Benjamin Otte  <otte@gnome.org>
2275
2276         * ext/lame/gstlame.c: (gst_lame_chain):
2277         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
2278           use gst_tag_list_insert when you want to insert tags
2279
2280 2004-02-18  David Schleef  <ds@schleef.org>
2281
2282         * configure.ac:  Move massink to gst-rotten
2283         * ext/Makefile.am:
2284         * ext/mas/Makefile.am:
2285         * ext/mas/massink.c:
2286         * ext/mas/massink.h:
2287
2288 2004-02-18  David Schleef  <ds@schleef.org>
2289
2290         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
2291         typefinding, since it seems to be worse than nothing.
2292         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
2293         atom to recognize .mp4 and .m4a files as video/quicktime.
2294
2295 2004-02-18  David Schleef  <ds@schleef.org>
2296
2297         * gst/sine/demo-dparams.c: (quit_live),
2298         (dynparm_log_value_changed), (dynparm_value_changed), (main):
2299         Use double dparams, not float.
2300         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2301         (gst_sinesrc_init): Change sync default to FALSE, since multiple
2302         sync'd elements don't really work correctly.
2303         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
2304         (volume_update_volume), (volume_get_property):  Change dparam
2305         to double.
2306
2307 2004-02-18  Julien MOUTTE  <julien@moutte.net>
2308
2309         * sys/ximage/ximagesink.c:
2310         (gst_ximagesink_xwindow_update_geometry),
2311         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
2312         (gst_ximagesink_change_state), (gst_ximagesink_expose),
2313         (gst_ximagesink_init): Rework the way software video scaling works. So
2314         now we check on each chain call if the video frames are feeling the 
2315         window. If not we try to renegotiate caps. On failure we memorize that
2316         and we won't try again for that PLAYING sessions.
2317         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
2318         failure.
2319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
2320         synchronous flag.
2321
2322 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2323
2324         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
2325           break up _link so we can give a better debug message for errors
2326
2327 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2328
2329         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
2330           set up debug category
2331
2332 2004-02-18  Julien MOUTTE <julien@moutte.net>
2333
2334         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2335         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
2336         the way renegotiation work. The event handling function is not taking
2337         care of external windows and renegotiate method check for pad flags
2338         NEGOTIATING. Should fix : #133209
2339
2340 2004-02-17  Julien MOUTTE  <julien@moutte.net>
2341
2342         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
2343         pad is negotiating before trying renegotiation.
2344
2345 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2346
2347         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
2348           pass on all possible mime types as typefind hints
2349
2350 2004-02-17  Julien MOUTTE <julien@moutte.net>
2351
2352         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
2354         possible SHM leak if we crash. All other apps using XShm are doing
2355         that.
2356
2357 2004-02-17  Julien MOUTTE  <julien@moutte.net>
2358
2359         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2360         (gst_ximagesink_expose): Renegotiate size on expose.
2361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
2362         size on expose.
2363
2364 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2365
2366         * testsuite/alsa/sinesrc.c:
2367           cosmetic fix to fix compile issue with gcc 2.95.4
2368
2369 2004-02-16  Julien MOUTTE <julien@moutte.net>
2370
2371         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
2372         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
2373         failed opening the audio device.
2374         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2375         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
2376         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
2377         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
2378         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
2379         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
2380         (gst_ximagesink_change_state), (gst_ximagesink_chain),
2381         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
2382         Removing some useless g_return_if_fail like wingo suggested.
2383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2384         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
2385         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
2386         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
2387         (gst_xvimagesink_update_colorbalance),
2388         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
2389         (gst_xvimagesink_xcontext_clear),
2390         (gst_xvimagesink_get_fourcc_from_caps),
2391         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
2392         (gst_xvimagesink_set_xwindow_id),
2393         (gst_xvimagesink_colorbalance_list_channels),
2394         (gst_xvimagesink_colorbalance_set_value),
2395         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
2396         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
2397
2398 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2399
2400         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
2401           throw error when not negotiated instead of asserting
2402
2403 2004-02-15  Julien MOUTTE  <julien@moutte.net>
2404
2405         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
2406         correct data refcounting.
2407
2408 2004-02-15  Julien MOUTTE  <julien@moutte.net>
2409
2410         * gst/switch/gstswitch.c: (gst_switch_change_state),
2411         (gst_switch_class_init): Cleaning the sinkpads correctly on state
2412         change, mostly the EOS flag.
2413
2414 2004-02-15  Julien MOUTTE  <julien@moutte.net>
2415
2416         * examples/gstplay/player.c: (got_eos), (main): Adding some 
2417         output for debugging.
2418         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
2419         timeouts if we go to any state different from PLAYING.
2420         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
2421         more EOS bugs in riff lib.
2422
2423 2004-02-14  Julien MOUTTE  <julien@moutte.net>
2424
2425         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
2426         visualization until i find a way to fix switch correctly.
2427         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
2428         EOS arrives.
2429         * gst/switch/gstswitch.c: (gst_switch_release_pad),
2430         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
2431         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
2432         Reworked switch to get a more correct behaviour with events and refing
2433         of data stored in sinkpads.
2434         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
2435         we don't pull from a pad in EOS.
2436
2437 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2438
2439         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
2440           remove v1 tag even if we can't read it (makes sure we don't detect
2441           it again)
2442
2443 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2444
2445         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
2446         (gst_alsa_xrun_recovery):
2447         * ext/alsa/gstalsa.h:
2448           try xrun recovery when wait failed. Make xrun recovery function
2449           return TRUE/FALSE to indicate success. (might fix #134354)
2450
2451 2004-02-13  David Schleef  <ds@schleef.org>
2452
2453         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
2454         (dynparm_value_changed), (main): Convert from float to double.
2455         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
2456
2457 2004-02-13  David Schleef  <ds@schleef.org>
2458
2459         * gst/silence/gstsilence.c: (gst_silence_class_init),
2460         (gst_silence_set_clock), (gst_silence_get),
2461         (gst_silence_set_property), (gst_silence_get_property):
2462         * gst/silence/gstsilence.h: Add sync property.
2463         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2464         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
2465         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
2466         * gst/sine/gstsinesrc.h: Add sync property.
2467
2468 2004-02-13  David Schleef  <ds@schleef.org>
2469
2470         * gst/intfloat/gstint2float.c: (conv_f32_s16),
2471         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
2472
2473 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2474
2475         * configure.ac:
2476         * ext/Makefile.am:
2477         * gst-libs/ext/Makefile.am:
2478           move ffmpeg plugin to gst-ffmpeg module
2479
2480 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2481
2482         * configure.ac: use GST_ARCH to detect architecture
2483
2484 2004-02-12  Julien MOUTTE  <julien@moutte.net>
2485
2486         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
2487
2488 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2489
2490         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
2491           classify LADSPA plugins based on number of src/sink pads
2492           (#133663, Stefan Kost)
2493         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
2494           fix dparams registration
2495           (#133528, Stefan Kost)
2496         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
2497           fix use of isprint and use g_ascii_isprint instead
2498           (#133316, Stefan Kost)
2499
2500 2004-02-11  David Schleef  <ds@schleef.org>
2501
2502         Convert a few inner loops to use liboil.  This is currently
2503         optional, and is only enabled if liboil is present (duh!).
2504         * configure.ac: Check for liboil-0.1
2505         * gst/intfloat/Makefile.am:
2506         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
2507         (gst_int2float_chain_gint16):
2508         * gst/videofilter/Makefile.am:
2509         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
2510         (tablelookup_u8), (gst_videobalance_planar411):
2511         * gst/videotestsrc/Makefile.am:
2512         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
2513         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
2514         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
2515         (paint_hline_RGB565), (paint_hline_xRGB1555):
2516
2517 2004-02-11  David Schleef  <ds@schleef.org>
2518
2519         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
2520         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
2521         (gst_colorspace_getcaps), (gst_colorspace_link),
2522         (gst_colorspace_base_init), (gst_colorspace_init),
2523         (gst_colorspace_chain), (gst_colorspace_change_state),
2524         (plugin_init): Merge Ronald's patch (bug #117897) and update
2525         for new caps and negotiation.  Seems to work, although it
2526         shows off bugs in lcs.
2527
2528 2004-02-11  David Schleef  <ds@schleef.org>
2529
2530         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
2531         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
2532
2533 2004-02-11  David Schleef  <ds@schleef.org>
2534
2535         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
2536         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
2537         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
2538         Add server and port properties
2539
2540 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2541
2542         * m4/a52.m4:
2543         * m4/aalib.m4:
2544         * m4/as-ffmpeg.m4:
2545         * m4/as-liblame.m4:
2546         * m4/as-slurp-ffmpeg.m4:
2547         * m4/check-libheader.m4:
2548         * m4/esd.m4:
2549         * m4/freetype2.m4:
2550         * m4/gconf-2.m4:
2551         * m4/glib.m4:
2552         * m4/gst-alsa.m4:
2553         * m4/gst-artsc.m4:
2554         * m4/gst-ivorbis.m4:
2555         * m4/gst-matroska.m4:
2556         * m4/gst-sdl.m4:
2557         * m4/gst-shout2.m4:
2558         * m4/gst-sid.m4:
2559         * m4/gtk.m4:
2560         * m4/libdv.m4:
2561         * m4/libfame.m4:
2562         * m4/libmikmod.m4:
2563         * m4/ogg.m4:
2564         * m4/vorbis.m4:
2565           fix underquotedness of macros (#133800)
2566         * m4/as-avifile.m4:
2567         * m4/xmms.m4:
2568           removed because no longer used
2569
2570 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2571
2572         * configure.ac:
2573           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
2574           by autopoint (fixes #132996)
2575
2576 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2577
2578         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
2579         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
2580         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
2581         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
2582           fix memleaks
2583
2584 2004-02-11  David Schleef  <ds@schleef.org>
2585
2586         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
2587         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
2588         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
2589         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
2590         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
2591         (gst_jpegenc_class_init), (gst_jpegenc_init),
2592         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
2593         (gst_jpegenc_chain), (gst_jpegenc_set_property),
2594         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
2595         * ext/jpeg/gstjpegenc.h: Fix negotiation.
2596
2597 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2598
2599         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
2600         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
2601         * ext/mikmod/gstmikmod.h:
2602           fix caps negotiation in mikmod
2603         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
2604           output debug information
2605
2606 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2607
2608         * gst-libs/gst/colorbalance/Makefile.am:
2609         * gst-libs/gst/navigation/Makefile.am:
2610         * gst-libs/gst/xoverlay/Makefile.am:
2611           remove unused GST_OPT_CFLAGS from Makefiles
2612           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
2613
2614 2004-02-07  David Schleef  <ds@schleef.org>
2615
2616         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
2617         push events to pads that haven't been created (#133508)
2618
2619 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
2620
2621         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
2622         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
2623         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
2624         (gst_dvdec_loop), (gst_dvdec_change_state):
2625         Second attempt at committing a working dvdec element.
2626
2627 2004-02-06  David Schleef  <ds@schleef.org>
2628
2629         Build fixes for OS X: (see #129600)
2630         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
2631         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
2632         (gst_riff_read_strf_iavs):
2633         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
2634         (gst_avi_demux_stream_odml):
2635         * gst/playondemand/Makefile.am:
2636         * gst/rtp/rtp-packet.c:
2637
2638 2004-02-05  David Schleef  <ds@schleef.org>
2639
2640         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
2641         last change, because it Just Doesn't Compile.
2642
2643 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2644
2645         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
2646           skip undecodable id3v2 tag instead of keeping it
2647
2648 2004-02-05  David Schleef  <ds@schleef.org>
2649
2650         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
2651         Unref leaked buffer.  (Noticed by Ronald)
2652
2653 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
2654
2655         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
2656         Sync requires with other checks.  >= vs =.
2657
2658 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
2659
2660         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
2661         (gst_dvdec_video_link), (gst_dvdec_loop):
2662         * ext/dv/gstdvdec.h:
2663           rework the caps negotiation so that dvdec works again instead
2664           of just segfaulting.
2665
2666 === release 0.7.4 ===
2667
2668 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2669                                                                                 
2670         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
2671         * configure.ac: changed for release
2672
2673 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2674
2675         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
2676         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
2677         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
2678         * pkgconfig/gstreamer-play-uninstalled.pc.in:
2679           reworked patch by David Lehn to fix libdir and includedir for
2680           uninstalled libraries
2681           removed play and gconf from gstreamer-libs since they have their
2682           own pkgconfig files
2683
2684 2004-02-04  David Schleef  <ds@schleef.org>
2685
2686         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
2687         memleak.
2688
2689 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2690
2691         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
2692           use correct GST_TAG_ENCODER tag
2693
2694 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2695
2696         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
2697           be sure to stop the clock when going to paused
2698         * sys/oss/gstosssink.c: (gst_osssink_change_state):
2699           reset number of transmitted when going to ready.
2700         fixes #132935
2701
2702 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
2703
2704         reviewed by Benjamin Otte
2705
2706         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
2707           extract track count (fixes #133410)
2708
2709 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2710
2711         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
2712           that should be !=, not == (fixes #132519)
2713
2714 2004-02-04  David Schleef  <ds@schleef.org>
2715
2716         Make sure set_explicit_caps() is called before adding pad.
2717         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
2718         * gst/id3/gstid3types.c: (gst_id3types_loop):
2719         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
2720         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
2721
2722 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2723
2724         * configure.ac:
2725           bump nano to 2, first prerelease
2726           put back AM_PROG_LIBTOOL
2727
2728 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2729
2730         * testsuite/alsa/Makefile.am:
2731           these are user test apps, not automatic testsuite tests
2732
2733 2004-02-04  David Schleef  <ds@schleef.org>
2734
2735         Convert GST_DEBUG_CAPS() to GST_DEBUG():
2736         * gst/mpeg1videoparse/gstmp1videoparse.c:
2737         (mp1videoparse_parse_seq):
2738         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
2739         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
2740         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
2741         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
2742         (gst_xvideosink_getcaps):
2743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2744         * testsuite/gst-lint: more tests
2745
2746 2004-02-04  David Schleef  <ds@schleef.org>
2747
2748         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
2749         with the code that they would expand to.
2750         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
2751         (gst_flacdec_get_src_query_types),
2752         (gst_flacdec_get_src_event_masks):
2753         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
2754         (gst_gnomevfssrc_get_query_types),
2755         (gst_gnomevfssrc_get_event_mask):
2756
2757 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2758
2759         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2760         (gst_sinesrc_dispose):
2761           fix memleak by properly disposing sinesrc
2762
2763 2004-02-04  Julien MOUTTE  <julien@moutte.net>
2764
2765         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
2766         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
2767         an overlay to redraw the image because it has been exposed.
2768         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
2769         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
2770         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
2771         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
2772         interface
2773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
2774         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
2775         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
2776         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
2777         interface 
2778
2779 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2780
2781         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
2782           more memleak fixage
2783
2784 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2785
2786         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
2787         * gst/typefind/gsttypefindfunctions.c:
2788           fix memleaks shown by gst-typefind
2789
2790 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2791
2792         * common/glib-gen.mak:
2793           add hack rule to touch .Plo files
2794         * gst-libs/gst/colorbalance/Makefile.am:
2795         * gst-libs/gst/mixer/Makefile.am:
2796         * gst-libs/gst/play/Makefile.am:
2797         * gst-libs/gst/tuner/Makefile.am:
2798           remove glib_root variable
2799
2800 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2801
2802         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
2803           set explicit caps before adding the element, so the autopluggers can
2804           plug correctly.
2805         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
2806         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
2807         (mpeg_video_type_find), (mpeg_video_stream_type_find),
2808         (dv_type_find):
2809           fix memleaks in typefind functions. gst_type_find_suggest takes a const
2810           argument.
2811
2812 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2813
2814         * gst-libs/gst/colorbalance/Makefile.am:
2815         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
2816         * gst-libs/gst/colorbalance/colorbalance.c:
2817         * gst-libs/gst/colorbalance/colorbalance.h:
2818         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
2819         * gst-libs/gst/mixer/Makefile.am:
2820         * gst-libs/gst/mixer/mixer-marshal.list:
2821         * gst-libs/gst/mixer/mixer.c:
2822         * gst-libs/gst/mixer/mixer.h:
2823         * gst-libs/gst/mixer/mixermarshal.list:
2824         * gst-libs/gst/play/Makefile.am:
2825         * gst-libs/gst/play/play.h:
2826         * gst-libs/gst/tuner/Makefile.am:
2827         * gst-libs/gst/tuner/tuner-marshal.list:
2828         * gst-libs/gst/tuner/tuner.c:
2829         * gst-libs/gst/tuner/tuner.h:
2830         * gst-libs/gst/tuner/tunermarshal.list:
2831           use new glib-gen.mak snippet to clean up Makefile.am
2832           fix various bugs in Makefile.am's
2833
2834 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2835
2836         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
2837           handle chain parsing correctly in the multichain case
2838         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
2839         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
2840         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
2841         (theora_dec_chain):
2842           handle events and queries correctly
2843
2844 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
2845
2846         * .cvsignore:
2847         Ignore generated file _stdint.h.
2848
2849 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
2850
2851         * gst-libs/gst/colorbalance/Makefile.am:
2852         * gst-libs/gst/colorbalance/colorbalance.h:
2853         * gst-libs/gst/mixer/Makefile.am:
2854         * gst-libs/gst/mixer/mixer.h:
2855         * gst-libs/gst/play/Makefile.am:
2856         * gst-libs/gst/play/play.h:
2857         * gst-libs/gst/tuner/Makefile.am:
2858         * gst-libs/gst/tuner/tuner.h:
2859         Generate enum type code with glib-mkenums.
2860         * gst-libs/gst/colorbalance/.cvsignore:
2861         * gst-libs/gst/mixer/.cvsignore:
2862         * gst-libs/gst/play/.cvsignore:
2863         * gst-libs/gst/tuner/.cvsignore:
2864         Ignore generated files.
2865
2866 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
2867
2868         * gst-libs/gst/audio/.cvsignore:
2869         Ignore generated file.
2870         * gst-libs/gst/audio/Makefile.am:
2871         Do not install example filter.
2872
2873 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
2874
2875         * examples/switch/.cvsignore:
2876         Ignore generated file.
2877
2878 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2879
2880         * common/m4/ax_create_stdint_h.m4:
2881         * configure.ac:
2882           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
2883           _stdint.h.
2884         * Makefile.am:
2885           remove generated _stdint.h in DISTCLEANFILES
2886         * ext/a52dec/gsta52dec.c:
2887           include _stdint.h for a52dec. (should fix #133064)
2888
2889 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
2890
2891         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
2892         (gst_tag_to_vorbis_comments):
2893         Add replaygain support to vorbistag
2894
2895 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
2896         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
2897         (gst_ffmpeg_caps_to_extradata):
2898           Fix SVQ3 caps flag properties
2899           Use glib macro for bytes swap
2900
2901 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2902
2903         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
2904         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
2905         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2906         * ext/sndfile/gstsf.c: (plugin_init):
2907         * gst/avi/gstavi.c: (plugin_init):
2908         * sys/dxr3/dxr3init.c: (plugin_init):
2909         * sys/oss/gstossaudio.c: (plugin_init):
2910         * sys/v4l/gstv4l.c: (plugin_init):
2911         * sys/v4l2/gstv4l2.c: (plugin_init):
2912           remove textdomain calls
2913         * po/nl.po:
2914           update Dutch translation
2915
2916 2004-02-02  Julien MOUTTE  <julien@moutte.net>
2917
2918         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
2919         (gst_play_set_audio_sink): Moving volume in the audio thread for 
2920         instantaneous volume change. Maybe i will add another volume in front
2921         of visualization later, not sure yet though.
2922
2923 2004-02-02  Julien MOUTTE  <julien@moutte.net>
2924
2925         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2926         (gst_ximagesink_handle_xevents): Better X events handling, only take
2927         the latest events for configure and motion.
2928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
2929
2930 2004-02-02  Jon Trowbridge  <trow@gnu.org>
2931
2932         reviewed by: David Schleef  <ds@schleef.org>
2933
2934         Fix memory leaks:
2935         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
2936         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
2937
2938 2004-02-02  David Schleef  <ds@schleef.org>
2939
2940         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
2941         of lines.
2942         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
2943         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
2944         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
2945         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
2946         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
2947         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
2948         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
2949         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
2950         (gst_float2_2_int_link):
2951         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
2952         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
2953         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
2954         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
2955         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
2956         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
2957         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
2958         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2959         * testsuite/gst-lint: Add tests for bzero and ;;
2960
2961 2004-02-02  David Schleef  <ds@schleef.org>
2962
2963         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
2964
2965 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2966
2967         * ext/aalib/gstaasink.c: (gst_aasink_open):
2968         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
2969         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
2970         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
2971         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
2972         (gst_afsink_close_file):
2973         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
2974         (gst_afsrc_close_file):
2975         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
2976         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
2977         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
2978         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
2979         * ext/esd/esdmon.c: (gst_esdmon_get):
2980         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
2981         * ext/faac/gstfaac.c: (gst_faac_chain):
2982         * ext/faad/gstfaad.c: (gst_faad_chain):
2983         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
2984         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
2985         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
2986         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
2987         (gst_flacdec_loop):
2988         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
2989         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
2990         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2991         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
2992         (gst_gnomevfssink_close_file):
2993         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
2994         (gst_gnomevfssrc_open_file):
2995         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
2996         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
2997         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
2998         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
2999         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
3000         * ext/mad/gstmad.c: (gst_mad_chain):
3001         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
3002         * ext/mpeg2dec/gstmpeg2dec.c:
3003         * ext/mpeg2enc/gstmpeg2enc.cc:
3004         * ext/mplex/gstmplex.cc:
3005         * ext/mplex/gstmplexibitstream.cc:
3006         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
3007         (gst_ogg_demux_push):
3008         * ext/raw1394/gstdv1394src.c:
3009         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
3010         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
3011         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
3012         (gst_sf_loop):
3013         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
3014         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
3015         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
3016         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
3017         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
3018         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
3019         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
3020         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
3021         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
3022         (gst_riff_read_element_data), (gst_riff_read_seek),
3023         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
3024         * gst/adder/gstadder.c: (gst_adder_loop):
3025         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
3026         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
3027         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
3028         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
3029         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
3030         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
3031         * gst/goom/gstgoom.c: (gst_goom_chain):
3032         * gst/id3/gstid3types.c: (gst_id3types_loop):
3033         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
3034         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
3035         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
3036         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
3037         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
3038         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
3039         (gst_ebml_read_float), (gst_ebml_read_header):
3040         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
3041         (gst_matroska_demux_parse_blockgroup):
3042         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
3043         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
3044         * gst/oneton/gstoneton.c: (gst_oneton_chain):
3045         * gst/silence/gstsilence.c: (gst_silence_get):
3046         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
3047         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
3048         * gst/speed/gstspeed.c: (speed_loop):
3049         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
3050         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
3051         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
3052         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
3053         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
3054         (gst_wavparse_loop):
3055         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
3056         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
3057         (dxr3audiosink_close):
3058         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
3059         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
3060         (dxr3videosink_close), (dxr3videosink_write_data):
3061         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
3062         * sys/oss/gstosssink.c: (gst_osssink_chain):
3063         * sys/oss/gstosssrc.c: (gst_osssrc_get):
3064         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
3065         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
3066         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
3067         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
3068         (gst_v4l_set_window), (gst_v4l_enable_overlay):
3069         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
3070         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
3071         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
3072         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
3073         (gst_v4l_set_audio):
3074         * sys/v4l/v4l_calls.h:
3075         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
3076         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
3077         (gst_v4lmjpegsink_playback_init),
3078         (gst_v4lmjpegsink_playback_start):
3079         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
3080         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
3081         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
3082         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
3083         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
3084         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
3085         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
3086         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
3087         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
3088         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
3089         (gst_v4l2_get_output), (gst_v4l2_set_output),
3090         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
3091         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
3092         (gst_v4l2_set_attribute):
3093         * sys/v4l2/v4l2_calls.h:
3094         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3095         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
3096         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
3097         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
3098         (gst_v4l2src_capture_stop):
3099         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
3100         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3101         (gst_ximagesink_chain):
3102         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
3103         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
3104         (gst_xvideosink_xwindow_new):
3105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
3106         (gst_xvimagesink_chain):
3107
3108 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3109
3110         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3111         (gst_volume_get_volume), (volume_class_init), (volume_init),
3112         (volume_chain_int16), (volume_update_volume):
3113         * gst/volume/gstvolume.h:
3114           make code more readable by removing magic numbers
3115           make mixer interface export 0-100 range
3116           make it internally map to 0.0-1.0 range so users don't distort
3117           output by putting the sliders at full volume
3118
3119 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3120
3121         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
3122         (gst_play_state_change), (gst_play_seek_to_time):
3123         block the tick callback for 0.5 secs after doing a seek
3124
3125 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3126
3127         * gst-libs/gst/play/play.c: (gst_play_new):
3128           check for GError
3129
3130 2004-02-01  Julien MOUTTE  <julien@moutte.net>
3131
3132         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
3133         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
3134         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
3135         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
3136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
3137         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
3138
3139 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3140
3141         * configure.ac:
3142         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3143           check for a function added in vorbis 1.1
3144
3145 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3146
3147         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
3148         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
3149           really start/stop clock only on PLAYING <=> PAUSED
3150         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3151           remove \n from debugging lines
3152         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
3153           make it work when seeking does not
3154         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3155           reset on DISCONT
3156
3157 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3158
3159         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
3160           start clock on PAUSED=>PLAYING, not later
3161         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3162           extract correct time for different discont formats
3163         (gst_alsa_sink_get_time):
3164           don't segfault when no format is negotiated yet, just return 0
3165         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
3166         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
3167         (gst_ogg_pad_push):
3168           handle flush and discont events correctly
3169         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
3170           handle discont events correctly
3171
3172 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
3173
3174         * gst-libs/gst/play/play.c: (gst_play_error_quark),
3175         (gst_play_error_create), (gst_play_error_plugin),
3176         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
3177         * gst-libs/gst/play/play.h:
3178           add error handling during creation
3179         * examples/gstplay/player.c: (main):
3180           use new gst_play_new
3181           
3182
3183 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3184
3185         * ext/theora/theoradec.c: (theora_dec_chain):
3186           make comments work
3187         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3188         (vorbis_dec_src_event), (vorbis_dec_chain):
3189           add encoder tag, fix tag reading to be more error tolerant, change
3190           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
3191           gst_pad_event_default.
3192         * gst/tags/gstvorbistag.c:
3193         (gst_tag_list_from_vorbiscomment_buffer):
3194           undefine function specific define at end of function
3195
3196 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
3197
3198         * ext/flac/gstflac.c: (plugin_init):
3199         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
3200         * ext/flac/gstflacdec.h:
3201         * ext/flac/gstflacenc.h:
3202           Fix typos
3203
3204 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
3205
3206         * examples/gstplay/player.c: s/gstplay.h/play.h/
3207
3208 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3209
3210         * gst-libs/gst/play/Makefile.am:
3211         * gst-libs/gst/play/gstplay.c:
3212         * gst-libs/gst/play/gstplay.h:
3213         * gst-libs/gst/play/play.c:
3214           more surgery, operation complete
3215
3216 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3217
3218         * gst-libs/gst/play/play.old.c:
3219         * gst-libs/gst/play/play.old.h:
3220           after CVS surgery by moving, remove
3221         * gst-libs/gst/play/playpipelines.c:
3222           remove
3223           
3224         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
3225           add negotiation error
3226
3227 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3228
3229         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
3230         (gst_ogg_demux_push):
3231           add some seeking debug info
3232           send a flush when seeking
3233
3234 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3235
3236         * configure.ac:
3237           use AC_C_INLINE
3238         * configure.ac:
3239         * ext/Makefile.am:
3240         * ext/theora/Makefile.am:
3241         * ext/theora/theoradec.c: 
3242           add theora video decoder. Does just do simple decoding for now and
3243           has been tested against Theora cvs only. It only works when theora
3244           is compiled with --enable-static.
3245         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3246           always reset packetno on DISCONT
3247
3248 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3249
3250         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
3251           Fix audio.
3252
3253 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3254
3255         * gst/mpegaudioparse/gstmpegaudioparse.c:
3256         (mp3_type_frame_length_from_header):
3257           Fix header parsing - stolen from ffmpeg (thank you! :) ).
3258
3259 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3260
3261         * ext/esd/esdsink.c: (gst_esdsink_init):
3262           Since we have static pad template caps, we don't need to negotiate;
3263           either the core errors out or we know the format.
3264
3265 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3266
3267         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
3268         (gst_riff_read_seek):
3269         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
3270         (gst_ebml_read_seek):
3271           Fix event handling.
3272
3273 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3274
3275         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
3276           removee video/x-theora from vp3 decoder, it doesn't handle raw
3277           theora streams
3278         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
3279           fix bug with finalizing element that never went to PAUSED
3280         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
3281           length and position queries were swapped
3282         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3283         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
3284         (vorbis_dec_src_event):
3285           implement querying time and bytes
3286
3287 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3288
3289         * just about every source file:
3290           gst_element_error -> GST_ELEMENT_ERROR
3291
3292 2004-01-29  Julien MOUTTE  <julien@moutte.net>
3293
3294         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
3295         emiting FLUSH and even before DISCONT.
3296         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
3297         get the best instant seeking as possible yay!
3298
3299 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3300
3301         * gst/mpeg1videoparse/gstmp1videoparse.c:
3302         (gst_mp1videoparse_real_chain):
3303           Committed wrong version last week... Grr... Didn't notice until now.
3304
3305 2004-01-29  Julien MOUTTE <julien@moutte.net>
3306
3307         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
3308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
3309         have_xwindow_id signal in xwindow_create.
3310
3311 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3312
3313         * ext/ogg/gstoggdemux.c: 
3314           lots of changes - mainly support for chained bitstreams, seeking,
3315           querying and bugfixes of course
3316         * ext/vorbis/Makefile.am:
3317         * ext/vorbis/vorbisdec.c: 
3318         * ext/vorbis/vorbisdec.h:
3319           add vorbisdec raw vorbis decoder
3320         * ext/vorbis/vorbis.c: (plugin_init):
3321           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
3322         * gst/intfloat/Makefile.am:
3323         * gst/intfloat/float22int.c:
3324         * gst/intfloat/float22int.h:
3325         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
3326           add float2intnew plugin. It converts multichannel interleaved float to
3327           multichannel interleaved int. The name should probably be changed.
3328         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
3329         (plugin_init):
3330           add typefinding for raw theora video so oggdemux can detect it.
3331
3332 2004-01-28  Julien MOUTTE  <julien@moutte.net>
3333
3334         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
3335         sink element first.
3336         * gst/videoscale/gstvideoscale.c:
3337         (gst_videoscale_handle_src_event): Fixing src event handler.
3338
3339 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3340
3341         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3342         (gst_v4lsrc_open), (gst_v4lsrc_close),
3343         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
3344         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
3345         * sys/v4l/gstv4lsrc.h:
3346         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
3347         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
3348           Implement resizing... Hack. But that's why v4l is b0rked...
3349
3350 2004-01-28  Julien MOUTTE <julien@moutte.net>
3351
3352         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3353         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
3354         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
3355         (gst_ximagesink_xwindow_destroy):
3356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3357         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
3358         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
3359         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
3360         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
3361         correctly cleaning the image created to check xshm calls on succes,
3362         added a lot of XSync calls in X11 functions, and fixed a segfault when
3363         no image format was defined before negotiation happened.
3364
3365 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3366
3367         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
3368           use gst_element_get_time to get correct time
3369
3370 2004-01-28  Julien MOUTTE  <julien@moutte.net>
3371
3372         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
3373         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
3374         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
3375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
3376         (gst_xvimagesink_check_xshm_calls),
3377         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
3378         X plugins are now able to detect that XShm calls will fail even if the
3379         server claims that it has XShm support (remote displays most of the
3380         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
3381         so that we use non XShm functions. This feature is almost useless for
3382         xvimagesink as Xv is not supported on remote displays anyway, but 
3383         it might happen than even on the local display XShm calls fail.
3384
3385 2004-01-27  David Schleef  <ds@schleef.org>
3386
3387         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
3388         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
3389         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
3390         changed esdsink to only use 44100,16,2, since esd sucks at rate
3391         conversion and esdsink has had difficulty negotiating.
3392
3393 2004-01-27  Julien MOUTTE <julien@moutte.net>
3394
3395         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
3396         (gst_play_seek_to_time): Fixing the way to get current position.
3397
3398 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3399
3400         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
3401           use gst_element_get_time to get correct time
3402
3403 2004-01-27  Julien MOUTTE <julien@moutte.net>
3404
3405         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
3406         fix ever... Inverting 2 lines of code make spider autoplug correctly
3407         tagged mp3 !
3408
3409 2004-01-27  David Schleef  <ds@schleef.org>
3410
3411         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3412         Use gst_pad_try_set_caps_nonfixed().
3413
3414 2004-01-27  David Schleef  <ds@schleef.org>
3415
3416         * gst/ac3parse/gstac3parse.c: update to checklist 5
3417         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
3418         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
3419         * gst/audioscale/gstaudioscale.c: same
3420         * gst/auparse/gstauparse.c: same
3421         * gst/avi/gstavidemux.c: same
3422
3423 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3424
3425         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
3426           stop processing after EOS
3427
3428 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3429
3430         * gst/asfdemux/asfheaders.h:
3431         * gst/asfdemux/gstasfdemux.c: 
3432         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
3433         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
3434         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
3435           lot's of fixes to make data extraction simpler and get the code
3436           architecture and compiler independant. Add debugging category
3437         * gst/goom/gstgoom.c: (gst_goom_change_state):
3438           reset channel count on PAUSED=>READY, not READY=>PAUSED
3439
3440 2004-01-26  Colin Walters  <walters@verbum.org>
3441
3442         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
3443         code to pull a bigger buffer in iradio mode.  This as a side effect
3444         makes typefinding work.
3445
3446 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
3447
3448         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
3449         Fix SVQ3 decoding on PPC
3450
3451 2004-01-26  Julien MOUTTE <julien@moutte.net>
3452
3453         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
3454         that one managed to stay there... Fixed.
3455
3456 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
3457
3458         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
3459         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
3460         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
3461         (qtdemux_video_caps):
3462         * gst/qtdemux/qtdemux.h:
3463         Add SVQ3 specific flags to qtdemux and ffmpeg
3464
3465 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3466
3467         * gst-libs/gst/audio/audio.h:
3468           remove buffer-frames from audio caps
3469         * gst/audioconvert/gstaudioconvert.c:
3470           fix plugin to really work.
3471
3472 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3473
3474         * gst-libs/gst/mixer/mixer.c:
3475         * gst-libs/gst/propertyprobe/propertyprobe.c:
3476         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
3477         (gst_tuner_find_channel_by_name):
3478         * gst-libs/gst/tuner/tuner.h:
3479           Add gtk-doc style comments. Also fix a function name.
3480
3481 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3482
3483         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
3484         (gst_divxdec_negotiate):
3485           Fix for new capsnego - also fixes gst-player with divxdec.
3486
3487 2004-01-25  Julien MOUTTE  <julien@moutte.net>
3488
3489         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
3490         (gst_play_identity_handoff), (gst_play_set_location),
3491         (gst_play_set_visualization), (gst_play_connect_visualization): Another
3492         try in visualization implementation. Still have an issue with switch
3493         blocking when pulling from video_queue and only audio comes out of 
3494         spider.
3495         * gst/switch/gstswitch.c: (gst_switch_release_pad),
3496         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
3497         release method. And check if the pad is usable before pulling.
3498
3499 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3500
3501         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
3502         (gst_videobalance_init),
3503         (gst_videobalance_colorbalance_list_channels),
3504         (gst_videobalance_colorbalance_set_value),
3505         (gst_videobalance_colorbalance_get_value),
3506         (gst_videobalance_update_properties),
3507         (gst_videobalance_update_tables_planar411),
3508         (gst_videobalance_planar411):
3509         * gst/videofilter/gstvideobalance.h:
3510           Implement lookup-tables. +/- 10x faster.
3511
3512 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3513
3514         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
3515         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
3516           The index reading was broken. The rest worked fine, but the whole
3517           goal of my rewrite was to make avidemux readable, and this was
3518           not at all readable. Please use typed variables.
3519
3520 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3521
3522         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
3523           Additional pad usability check.
3524         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
3525         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
3526         (gst_mp1videoparse_real_chain):
3527           Fix MPEG video stream parsing. The original plugin had several
3528           issues, including not timestamping streams where the source was
3529           not timestamped (this happens with PTS values in mpeg system
3530           streams, but MPEG video is also a valid stream on its own so
3531           that needs timestamps too). We use the display time code for that
3532           for now. Also, if one incoming buffer contains multiple valid
3533           frames, we push them all on correctly now, including proper EOS
3534           handling. Lastly, several potential segfaults were fixed, and we
3535           properly sync on new sequence/gop headers to include them in next,
3536           not previous frames (since they're header for the next frame, not
3537           the previous). Also see #119206.
3538         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
3539         (bpf_from_header):
3540           Move caps setting so we only do it after finding several valid
3541           MPEG-1 fraes sequentially, not right after the first one (which
3542           might be coincidental).
3543         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
3544         (mpeg_video_type_find), (mpeg_video_stream_type_find),
3545         (plugin_init):
3546           Add unsynced MPEG video stream typefinding, and change some
3547           probability values so we detect streams rightly. The idea is as
3548           follows: I can have an unsynced system stream which contains
3549           video. In the current code, I would randomly get a type for either
3550           system or video stream type found, because the probabilities are
3551           being calculated rather randomly. I now use fixed values, so we
3552           always prefer system stream if that was found (and that is how it
3553           should be). If no system stream was found, we can still identity                the stream as video-only.
3554
3555 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3556
3557         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
3558         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
3559           don't write to buffer. Extract data without the need of
3560           __attribute__ ((packed))
3561
3562 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3563
3564         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
3565         (mpeg1_sys_type_find):
3566           Fix MPEG-1 stream typefinding.
3567
3568 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3569
3570         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3571           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
3572
3573 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3574
3575         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
3576         * ext/esd/gstesd.c: (plugin_init):
3577           private debugging, better error reporting
3578
3579 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3580
3581         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
3582         (gst_riff_read_init), (gst_riff_read_change_state):
3583         * gst-libs/gst/riff/riff-read.h:
3584           Remove stuff fromold metadata system.
3585
3586 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3587
3588         * ext/ogg/gstoggdemux.c:
3589           Fix wrong file comment.
3590         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
3591         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
3592           Add metadata reading properly.
3593
3594 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3595
3596         * ext/Makefile.am:
3597           Fix nas DIST_SUBDIRS
3598           Uraeus:
3599           Fix bug where make distcheck doesn't get run on adding stuff to
3600           the build.
3601
3602 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3603
3604         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
3605         * ext/divx/gstdivxdec.h:
3606           Fix divx3 ("msmpeg4") playback using divxdec.
3607
3608 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3609
3610         * gst/typefind/gsttypefindfunctions.c:
3611         (mp3_type_frame_length_from_header): fix bug in length computation 
3612         (mp3_type_find): improve debugging output
3613
3614 2004-01-23  Julien MOUTTE  <julien@moutte.net>
3615
3616         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
3617         (gst_play_set_location), (gst_play_seek_to_time),
3618         (gst_play_set_audio_sink), (gst_play_set_visualization),
3619         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
3620         the pipeline from scratch. Visualization is back and switch went out as
3621         i realized it was not possible to use the way i wanted.
3622         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
3623         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
3624         clearing in state change from READY to NULL. So that one can clean the
3625         X ressources keeping the element.
3626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
3627         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
3628         (gst_xvimagesink_colorbalance_set_value),
3629         (gst_xvimagesink_colorbalance_get_value),
3630         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
3631         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
3632         change from READY to NULL and fixed some stupid bugs in colorbalance
3633         get/set values. Also added the following feature : when nobody tries to
3634         set some values to the colorbalance levels before the xcontext is 
3635         grabbed, then when creating channels list from Xv attributes we set the
3636         internal values to the Xv defaults. This way we handle buggy Xv drivers
3637         that set default hue values far from the middle of the range (Thanks
3638         to Jon Trowbridge for pointing that issue).
3639         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
3640         colorbalance levels have been set before xcontext is grabbed.
3641
3642 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3643
3644         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
3645           Fix the ossmixer case where we shouldn't open /dev/dsp* because
3646           it might block operations (which is bad for a mixer).
3647
3648 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3649
3650         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
3651         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
3652         (gmip_find_type_pre):
3653         * gst-libs/gst/media-info/media-info-priv.h:
3654         * gst-libs/gst/media-info/media-info.c:
3655         (gst_media_info_instance_init), (gst_media_info_read_idler):
3656         add fakesink to get caps on decoder src pad again
3657         fix callback prototype to match new have_type signal signature
3658
3659 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3660
3661         * gst/adder/gstadder.c: (gst_adder_link):
3662           fix non-compile and cut-n-paste code
3663
3664 2004-01-21  David Schleef  <ds@schleef.org>
3665
3666         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
3667         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
3668         (gst_swfdec_init), (gst_swfdec_change_state):
3669         * ext/swfdec/gstswfdec.h:
3670         Fix negotiation.
3671         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
3672         (gst_adder_request_new_pad): Fix negotiation.
3673         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
3674         Add a fixate function.
3675         * gst/intfloat/gstfloat2int.c:
3676         * gst/intfloat/gstfloat2int.h:
3677         * gst/intfloat/gstint2float.c:
3678         * gst/intfloat/gstint2float.h:
3679         Completely rewrite the negotiation.  Doesn't quite work yet,
3680         due to some buffer-frames problem.
3681
3682 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3683
3684         * ext/gnomevfs/gstgnomevfssrc.c:
3685         * sys/v4l2/v4l2_calls.h:
3686           fix includes for distcheck
3687
3688 2004-01-21  Christian Schaller <uraeus@gnome.org>
3689
3690         * ext/nas/
3691         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
3692         based on earlier patch from Laurent Vivier
3693
3694 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
3695
3696         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
3697         Fix wma caps property
3698         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
3699         Fix typo (flags1 and flags2)
3700
3701 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3702
3703         * gst-libs/gst/media-info/media-info-priv.c:
3704         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
3705         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
3706         (gmip_find_stream), (gmip_find_track_metadata),
3707         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
3708         (gmip_find_track_format):
3709         * gst-libs/gst/media-info/media-info-priv.h:
3710         * gst-libs/gst/media-info/media-info-test.c: (main):
3711         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
3712         (gst_media_info_read_idler), (gst_media_info_read):
3713         * gst-libs/gst/media-info/media-info.h:
3714           register debugging category and use it for debugging
3715
3716 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3717
3718         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
3719         (gst_vorbisfile_new_link):
3720           signal streaminfo through tags
3721
3722 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3723
3724         * ext/mplex/gstmplex.cc:
3725         * ext/mplex/gstmplexibitstream.cc:
3726           g++ doesn't like NULL in our i18n/error macros, should be
3727           either (NULL) or ("").
3728
3729 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3730
3731         * sys/dxr3/dxr3audiosink.c:
3732         * sys/dxr3/dxr3init.c:
3733         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
3734         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
3735           Fix more error error error errors (missing includes here).
3736
3737 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3738
3739         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
3740           fix thomas' error errors.
3741
3742 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3743
3744         * ext/mpeg2enc/gstmpeg2enc.cc:
3745           fix error errors.
3746
3747 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3748
3749         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
3750         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
3751           Fix for new error system.
3752
3753 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3754
3755         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
3756           fix for new error reporting
3757
3758 2004-01-20  David Schleef  <ds@schleef.org>
3759
3760         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
3761         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
3762         (gst_ximagesink_set_xwindow_id): Change to using a framerate
3763         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
3764         and neither is 100+, most likely.
3765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3766         (gst_xvimagesink_getcaps): same
3767
3768 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3769
3770         * configure.ac:
3771           Up version requirement to 2.0.3 (not yet released) to avoid symbol
3772           clashes with ffmpeg.
3773
3774 2004-01-20  Julien MOUTTE  <julien@moutte.net>
3775
3776         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
3777         (gst_switch_init): Fixed switch element : proxying link and setting
3778         caps from src to sink on request.
3779
3780 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3781
3782         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
3783         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
3784         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
3785         fix element_error
3786
3787 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3788
3789         * sys/v4l/v4l_calls.h:
3790         * sys/v4l2/v4l2_calls.h:
3791           element_error fixes
3792
3793 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3794
3795         * gst-libs/gst/gst-i18n-plugin.h:
3796           add locale.h
3797           remove config.h inclusion
3798
3799 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3800
3801         * autogen.sh:
3802           adding autopoint invocation
3803         * Makefile.am:
3804         * configure.ac:
3805         * gst-libs/gst/gettext.h:
3806           adding gettext bits
3807         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
3808         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
3809         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3810         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
3811         (gst_gnomevfssink_close_file):
3812         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
3813         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
3814         * gst-libs/gst/gst-i18n-plugin.h:
3815         * gst/avi/gstavi.c: (plugin_init):
3816         * sys/dxr3/dxr3init.c: (plugin_init):
3817         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
3818         * sys/oss/gstossaudio.c: (plugin_init):
3819         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
3820         * sys/v4l/gstv4l.c: (plugin_init):
3821         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3822         * sys/v4l2/gstv4l2.c: (plugin_init):
3823         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
3824         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
3825         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
3826         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
3827         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
3828         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
3829           make sure locale and translation domain are set
3830           fix translated strings 
3831         * po/.cvsignore:
3832         * po/LINGUAS:
3833         * po/Makevars:
3834         * po/POTFILES.in:
3835         * po/nl.po:
3836           put translation files into place
3837         * sys/xvideo/imagetest.c: (main):
3838         * ext/dv/demo-play.c: (main):
3839           fix unnecessary translations
3840
3841 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3842
3843         * ext/sndfile/gstsf.c:
3844         * gst/avi/gstavimux.c:
3845         * ext/audiofile/gstafsink.c:
3846         * ext/audiofile/gstafsrc.c:
3847         * ext/gnomevfs/gstgnomevfssink.c:
3848         * ext/gnomevfs/gstgnomevfssrc.c:
3849         * sys/oss/gstosselement.c:
3850         * sys/v4l/v4l_calls.h:
3851           fix i18n include
3852
3853 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3854
3855         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
3856         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
3857         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
3858         (gst_v4l2_get_output), (gst_v4l2_set_output),
3859         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
3860         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
3861         (gst_v4l2_set_attribute):
3862         update to new error handling
3863
3864 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3865
3866         * ext/sidplay/gstsiddec.cc:
3867         * gst/modplug/gstmodplug.cc:
3868           parenthese NULL because C++ seems angry about it
3869
3870 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3871
3872         * gst-libs/gst/gst-i18n-plugin.h:
3873           add skeleton i18n stuff, but needs to be further implemented
3874
3875 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3876
3877         * examples/gstplay/player.c: (main):
3878         * ext/aalib/gstaasink.c: (gst_aasink_open):
3879         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
3880         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3881         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
3882         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
3883         (gst_afsink_close_file):
3884         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
3885         (gst_afsrc_close_file):
3886         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
3887         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
3888         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
3889         * ext/esd/esdmon.c: (gst_esdmon_get):
3890         * ext/esd/esdsink.c: (gst_esdsink_chain):
3891         * ext/faac/gstfaac.c: (gst_faac_chain):
3892         * ext/faad/gstfaad.c: (gst_faad_chain):
3893         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
3894         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
3895         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
3896         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
3897         (gst_flacdec_loop):
3898         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
3899         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
3900         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3901         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
3902         (gst_gnomevfssink_close_file):
3903         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3904         (gst_gnomevfssrc_open_file):
3905         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
3906         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
3907         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
3908         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
3909         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
3910         * ext/mad/gstmad.c: (gst_mad_chain):
3911         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
3912         * ext/mpeg2dec/gstmpeg2dec.c:
3913         * ext/mpeg2enc/gstmpeg2enc.cc:
3914         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
3915         * ext/mplex/gstmplex.cc:
3916         * ext/mplex/gstmplexibitstream.cc:
3917         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
3918         (gst_ogg_demux_push), (gst_ogg_pad_push):
3919         * ext/raw1394/gstdv1394src.c:
3920         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
3921         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
3922         * ext/sidplay/gstsiddec.cc:
3923         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
3924         (gst_sf_loop):
3925         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
3926         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
3927         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
3928         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
3929         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
3930         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
3931         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
3932         * gst-libs/gst/Makefile.am:
3933         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
3934         (gst_riff_read_element_data), (gst_riff_read_seek),
3935         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
3936         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
3937         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
3938         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
3939         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
3940         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
3941         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
3942         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
3943         * gst/goom/gstgoom.c: (gst_goom_chain):
3944         * gst/id3/gstid3types.c: (gst_id3types_loop):
3945         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
3946         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
3947         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
3948         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
3949         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
3950         (gst_ebml_read_float), (gst_ebml_read_header):
3951         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
3952         (gst_matroska_demux_parse_blockgroup):
3953         * gst/modplug/gstmodplug.cc:
3954         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
3955         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
3956         * gst/oneton/gstoneton.c: (gst_oneton_chain):
3957         * gst/silence/gstsilence.c: (gst_silence_get):
3958         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
3959         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
3960         * gst/speed/gstspeed.c: (speed_loop):
3961         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
3962         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
3963         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
3964         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
3965         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
3966         (gst_wavparse_loop):
3967         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
3968         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
3969         (dxr3audiosink_close):
3970         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
3971         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
3972         (dxr3videosink_close), (dxr3videosink_write_data):
3973         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
3974         * sys/oss/gstosselement.h:
3975         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
3976         (gst_osssink_chain):
3977         * sys/oss/gstosssrc.c: (gst_osssrc_get):
3978         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
3979         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
3980         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
3981         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
3982         (gst_v4l_enable_overlay):
3983         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
3984         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
3985         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
3986         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
3987         (gst_v4l_set_audio):
3988         * sys/v4l/v4l_calls.h:
3989         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
3990         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
3991         (gst_v4lmjpegsink_playback_init),
3992         (gst_v4lmjpegsink_playback_start):
3993         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
3994         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
3995         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
3996         (gst_v4lmjpegsrc_requeue_frame):
3997         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
3998         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
3999         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
4000         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
4001         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
4002         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
4003         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
4004         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
4005         (gst_v4l2src_capture_stop):
4006         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
4007         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4008         (gst_ximagesink_chain):
4009         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
4010         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
4011         (gst_xvideosink_xwindow_new):
4012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4013         (gst_xvimagesink_chain):
4014         use new error signal, function and categories
4015
4016 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
4017
4018         * configure.ac:
4019         * ext/Makefile.am:
4020         * ext/musicbrainz/gsttrm.c:
4021         * ext/musicbrainz/gsttrm.h:
4022         * ext/musicbrainz/Makefile.am:
4023         Add a trm plugin 
4024
4025 2004-01-18  Julien MOUTTE  <julien@moutte.net>
4026
4027         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
4028         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
4029         synchronous property for debugging.
4030         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
4031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4032         (gst_xvimagesink_set_property): Moving a pointer declaration to a
4033         smaller block, fixing indent.
4034
4035 2004-01-16  David Schleef  <ds@schleef.org>
4036
4037         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
4038         property affects the video stream.
4039         * sys/xvimage/xvimagesink.c: 
4040         * sys/xvimage/xvimagesink.h:
4041         Add synchronous property for debugging.  Should probably be
4042         disabled in non-CVS builds.  Make sure that the Xv attribute
4043         exists before we set it (crash!).  Fix a silly float bug that
4044         caused colorbalance to just not work.
4045
4046 2004-01-17  Christian Schaller <Uraeus@gnome.org>
4047
4048         * tools/gst-launch-ext.in - update for new plugins
4049
4050 2004-01-16  David Schleef  <ds@schleef.org>
4051
4052         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
4053         already-freed caps.
4054
4055 2994-01-16  Christian Schaller <Uraeus@gnome.org>
4056
4057         * Update spec for new colorspace plugin and libcaca plugin
4058         * Fix compilation of libcaca plugin (clock -> id)
4059
4060 2004-01-16  Julien MOUTTE <julien@moutte.net>
4061
4062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
4063         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
4064         (gst_xvimagesink_set_xwindow_id),
4065         (gst_xvimagesink_colorbalance_set_value),
4066         (gst_xvimagesink_colorbalance_get_value),
4067         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4068         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
4069         correct colorbalance properties. They can now be set when the element
4070         is still in NULL state. The values will be committed to the Xv Port
4071         when xcontext is initialized.
4072         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
4073         brightness int values in the GstXvImagesink structure.
4074
4075 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4076
4077         * gst-libs/gst/Makefile.am:
4078           restructure so having local patches works easier.
4079
4080 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4081
4082         * ext/mpeg2enc/Makefile.am:
4083         * ext/mpeg2enc/gstmpeg2enc.cc:
4084         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4085           Bugfix with respect to EOS handling.
4086
4087 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4088
4089         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
4090           Link with right caps (else, it segfaults).
4091         * ext/mplex/gstmplexjob.cc:
4092           Fix for slight API change in 1.6.1.93 release of mjpegtools.
4093
4094 2004-01-15  David Schleef  <ds@schleef.org>
4095
4096         * gst-libs/gst/audio/Makefile.am:
4097         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
4098         from the template.
4099         * gst-libs/gst/audio/gstaudiofilter.c:
4100         * gst-libs/gst/audio/gstaudiofilter.h:
4101         Add bytes_per_sample and size and n_samples calculation.
4102         * gst-libs/gst/audio/gstaudiofilterexample.c:
4103         Remove, now autogenerated.
4104         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4105         Moved from gstaudiofilterexample, object name changed, code added
4106         so that it actually works.
4107         * gst-libs/gst/audio/make_filter:
4108         Script to build an audiofilter subclass from the template.
4109         * gst/colorspace/Makefile.am:
4110         * gst/colorspace/yuv2yuv.c:
4111         Remove file, since it's GPL, and we don't use it.
4112
4113 2004-01-15  Julien MOUTTE  <julien@moutte.net>
4114
4115         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
4116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
4117         them use the buffer free function to test how the buffer was allocated.
4118
4119 2004-01-15  David Schleef  <ds@schleef.org>
4120
4121         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
4122         that handles osssink fallback.
4123         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4124         (gst_audio_convert_getcaps):
4125         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
4126         Add audio/x-qdm2 for QDM2 audio.
4127         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
4128         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
4129         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
4130         Decrease minimum size to 16x16.
4131         * gst/wavparse/gstwavparse.c:
4132         Convert disabled pad template caps to new caps.
4133         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4135         (gst_xvimagesink_chain): Throw element error when display cannot
4136         be opened.  Increase minimum framerate to 1.0.  Check the data
4137         free function on a buffer to make sure it is the type we expect
4138         before manipulating it.
4139
4140 2004-01-15  Julien MOUTTE <julien@moutte.net>
4141
4142         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
4143         (gst_videobalance_colorbalance_set_value): Implement passthru if
4144         settings are in the middle.
4145         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
4146
4147 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4148
4149         * gst/videofilter/Makefile.am:
4150         * gst/volume/Makefile.am:
4151           Since we use videofilter symbols, link to it.
4152
4153 2004-01-15  Julien MOUTTE <julien@moutte.net>
4154
4155         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
4156         mixer interface type to HARDWARE.
4157         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
4158         type to SOFTWARE.
4159         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
4160         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
4161         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4162         (gst_volume_interface_init), (gst_volume_list_tracks),
4163         (gst_volume_set_volume), (gst_volume_get_volume),
4164         (gst_volume_set_mute), (gst_volume_mixer_init),
4165         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
4166         (volume_init): Implementing mixer interface.
4167         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
4168         * sys/oss/gstosselement.c: (gst_osselement_get_type),
4169         (gst_osselement_change_state): Removing some trailing commas in
4170         structures.
4171         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
4172         interface type to HARDWARE.
4173         * sys/v4l/gstv4lcolorbalance.c:
4174         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
4175         type to HARDWARE.
4176         * sys/v4l2/gstv4l2colorbalance.c:
4177         (gst_v4l2_color_balance_interface_init): Setting colorbalance
4178         interface type to HARDWARE.
4179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
4180         same code than ximagesink for event handling.
4181
4182 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4183
4184         * ext/snapshot/Makefile.am:
4185         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
4186         (gst_snapshot_chain):
4187         * ext/snapshot/gstsnapshot.h:
4188           This has to be a joke... Snapshot should be connected to a tee,
4189           colorspace element before it and EOS after that, where the other
4190           src of the tee receives normal data.
4191           The current way is *wrong*.
4192
4193 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4194
4195         * ext/hermes/gsthermescolorspace.c:
4196           Fix another compile error. Same as below.
4197
4198 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4199
4200         * gst/colorspace/gstcolorspace.c:
4201         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
4202         (gst_colorspace_i420_to_yv12):
4203           Fix compiling... Didn't test if it actually works.
4204
4205 2004-01-15  David Schleef  <ds@schleef.org>
4206
4207         * configure.ac:
4208         * gst/colorspace/Makefile.am:
4209         * gst/colorspace/gstcolorspace.c:
4210         * gst/colorspace/gstcolorspace.h:
4211         * gst/colorspace/yuv2rgb.c:
4212         * gst/colorspace/yuv2rgb.h:
4213         Duplicate the ext/hermes colorspace plugin, and remove Hermes
4214         code and GPL code.  Fix for new caps negotiation.  Rewrite
4215         much of the format handling code, and some of the conversion
4216         code.  Basically, rewrote almost everything.  This element
4217         handles I420, YV12 to RGB conversions.
4218         * ext/hermes/Makefile.am:
4219         * ext/hermes/gsthermescolorspace.c:
4220         Rename colorspace to hermescolorspace.  Fix negotiation issues.
4221         Remove non-Hermes related code.  This element handles lots of
4222         RGB to RGB conversions, but no YUV.
4223         * ext/hermes/gstcolorspace.c:
4224         * ext/hermes/gstcolorspace.h:
4225         * ext/hermes/rgb2yuv.c:
4226         * ext/hermes/yuv2rgb.c:
4227         * ext/hermes/yuv2rgb.h:
4228         * ext/hermes/yuv2rgb_mmx16.s:
4229         * ext/hermes/yuv2yuv.c:
4230         * ext/hermes/yuv2yuv.h:
4231         Remove old code.
4232
4233 2004-01-14  Colin Walters  <walters@verbum.org>
4234
4235         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
4236         they've already been.
4237
4238 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4239
4240         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
4241           assume tag mode when pad is not connected
4242
4243 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4244
4245         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4246           Don't update the time of the clock
4247         (gst_alsa_sink_loop):
4248           sync to the clock given to alsasink, not the own clock
4249         * sys/oss/gstosssink.c: (gst_osssink_chain):
4250           sync to the clock
4251         (gst_osssink_change_state):
4252           activate the clock
4253         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
4254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
4255           remove bogus code that made DISCONT events unhandled
4256         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
4257           explicitly case to double in _set_simple. (fixes 2nd warning in bug
4258           #131502)
4259         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
4260         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
4261         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
4262           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
4263           2nd warning in bug #131502)
4264
4265 2004-01-14  Julien MOUTTE  <julien@moutte.net>
4266
4267         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
4268         (gst_videobalance_colorbalance_set_value),
4269         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
4270         for colorbalance interface implementation.
4271         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4272         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4273         (gst_ximagesink_dispose), (gst_ximagesink_init),
4274         (gst_ximagesink_class_init): Adding DISPLAY property.
4275         * sys/ximage/ximagesink.h: Adding display_name to store display.
4276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4277         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4278         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
4279         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
4280         properties (they still need polishing though for gst-launch use : no
4281         xcontext yet, i ll do that tomorrow).
4282         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
4283
4284 2004-01-14  Julien MOUTTE  <julien@moutte.net>
4285
4286         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
4287         (gst_play_set_location), (gst_play_set_visualization): Preparing 
4288         switch integration, adding videobalance in the pipeline.
4289
4290 2004-01-14  Julien MOUTTE <julien@moutte.net>
4291
4292         * gst-libs/gst/colorbalance/colorbalance.c:
4293         (gst_color_balance_class_init): Adding a default type.
4294         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
4295         the type.
4296         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
4297         (gst_videobalance_dispose), (gst_videobalance_class_init),
4298         (gst_videobalance_init), (gst_videobalance_interface_supported),
4299         (gst_videobalance_interface_init),
4300         (gst_videobalance_colorbalance_list_channels),
4301         (gst_videobalance_colorbalance_set_value),
4302         (gst_videobalance_colorbalance_get_value),
4303         (gst_videobalance_colorbalance_init): Implementing colorbalance
4304         interface.
4305         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
4306         list.
4307         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
4308         bug which was triggering a BadAccess X error when setting an overlay
4309         before pad was really negotiated.
4310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
4311         Using the colorbalance type macro.
4312
4313 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4314
4315         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
4316         (gst_flacenc_chain):
4317           handle tags correctly
4318         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4319           extract ID3v1 tags correctly
4320
4321 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4322
4323         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
4324         (plugin_init):
4325           Improve matroska typefinding for odd-typed headers...
4326
4327 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4328
4329         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
4330           Fix for using incremental number on padnames.
4331
4332 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4333
4334         * ext/divx/gstdivxdec.c:
4335         * ext/divx/gstdivxenc.c:
4336           Set category to divx4linux instead of divx (too generic).
4337         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
4338         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
4339         (gst_wavparse_loop), (gst_wavparse_change_state):
4340         * gst/wavparse/gstwavparse.h:
4341           fix parsing of WAV files with non-standard fmt-tag size and fix
4342           skipping of unrecognized chunks... Someone please fix this thing
4343           to use rifflib so all this is automated.
4344         * sys/v4l/Makefile.am:
4345         * sys/v4l2/Makefile.am:
4346           Add X_CFLAGS because we depend on X (for overlay).
4347
4348 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
4349
4350         * ext/mpeg2dec/gstmpeg2dec.c:
4351           Don't issue a timestamp unless we tagged the frame
4352           with a PTS.
4353
4354 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4355
4356         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
4357           Query the audio element to get the time, not the clock. We're
4358           interested in the element's time here.
4359
4360 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4361
4362         * ext/aalib/gstaasink.c: (gst_aasink_chain):
4363         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4364         * ext/esd/esdsink.c: (gst_esdsink_chain):
4365         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
4366         * ext/mas/massink.c: (gst_massink_chain):
4367         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
4368         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
4369         (gst_matroska_demux_parse_metadata):
4370         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
4371         (gst_mpeg_parse_release_locks):
4372         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
4373         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
4374         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
4375         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
4376         (gst_osssink_change_state):
4377         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
4378         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
4379         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
4380         (gst_xvideosink_release_locks):
4381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
4382           use element time.
4383         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
4384         (gst_alsa_clock_stop):
4385         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
4386         (gst_audio_clock_get_internal_time):
4387           simplify for use with new clocking code.
4388         * testsuite/alsa/Makefile.am:
4389         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
4390           fix testsuite for new caps system
4391
4392 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4393
4394         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
4395         * ext/flac/gstflacenc.c: (add_one_tag):
4396           length is already host endian, no need to convert. Fixes playback of
4397           tagged files on PPC. (bug #128384)
4398
4399 2004-01-13  Julien MOUTTE <julien@moutte.net>
4400
4401         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
4402         colorbalance interface stating if it is hardware based or software
4403         based.
4404         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
4405         Removing a trailing comma.
4406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4407         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
4408         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
4409         the documentation seems to be wrong on the -1000 to 1000 interval.
4410
4411 2004-01-12  David Schleef  <ds@schleef.org>
4412
4413         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
4414         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
4415         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
4416         Fix negotiation.  Add a bufferalloc function for the sink pad,
4417         and generally clean up some of the code.
4418
4419 2004-01-12  Julien MOUTTE <julien@moutte.net>
4420
4421         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4422         (gst_color_balance_channel_dispose): Adding safety check in dispose
4423         method.
4424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4425         (gst_xvimagesink_xcontext_clear),
4426         (gst_xvimagesink_interface_supported),
4427         (gst_xvimagesink_colorbalance_list_channels),
4428         (gst_xvimagesink_colorbalance_set_value),
4429         (gst_xvimagesink_colorbalance_get_value),
4430         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
4431         Adding colorbalance interface support to set XV parameters such as
4432         HUE, BRIGHTNESS, CONTRAST, SATURATION.
4433         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
4434         interface.
4435
4436 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4437
4438         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
4439         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
4440         (gst_audio_convert_init), (gst_audio_convert_set_property),
4441         (gst_audio_convert_get_property), (gst_audio_convert_chain),
4442         (gst_audio_convert_link),
4443         (gst_audio_convert_buffer_to_default_format),
4444         (gst_audio_convert_buffer_from_default_format), (plugin_init):
4445           - implement _getcaps and use it
4446           - improve linking
4447           - remove float caps since no float conversion is actually done
4448           - remove properties and arguments that were to be used for rate
4449             conversion
4450
4451 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4452
4453         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
4454         (gst_audio_structure_set_int):
4455         * gst-libs/gst/audio/audio.h:
4456           add helper functions for _getcaps matching the standard audio
4457           templates
4458
4459 2004-01-12  David Schleef  <ds@schleef.org>
4460
4461         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
4462         Test that pad is negotiated before getting its caps.
4463
4464 2004-01-12  Julien MOUTTE <julien@moutte.net>
4465
4466         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
4467         analyzing the pads of an element the bin is mostly in READY state so
4468         no caps were negotiated. This helper function needs to work with
4469         _get_caps directly then. I was not freeing them though, added that to
4470         fix the mem leak.
4471
4472 2004-01-12  Julien MOUTTE <julien@moutte.net>
4473
4474         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
4475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
4476         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
4477         than the free_func.
4478
4479 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4480
4481         * sys/oss/gstossaudio.c: (plugin_init):
4482         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
4483         * sys/oss/gstosselement.h:
4484           make an oss debugging category
4485           make failure more descriptive
4486
4487 2004-01-11  David Schleef  <ds@schleef.org>
4488
4489         * ext/ffmpeg/gstffmpeg.c:
4490         * ext/ffmpeg/gstffmpegcodecmap.c:
4491         * ext/ffmpeg/gstffmpegdec.c:
4492         * ext/ffmpeg/gstffmpegenc.c:
4493         * ext/ffmpeg/gstffmpegprotocol.c:
4494         * ext/gdk_pixbuf/gstgdkanimation.c:
4495         * ext/jpeg/gstjpeg.c:
4496         * ext/libpng/gstpng.c:
4497         * ext/mpeg2dec/perftest.c:
4498         * ext/speex/gstspeex.c:
4499         * gst-libs/gst/resample/dtos.c:
4500         * gst/intfloat/gstintfloatconvert.c:
4501         * gst/oneton/gstoneton.c:
4502         * gst/rtjpeg/RTjpeg.c:
4503         * gst/rtp/gstrtp.c:
4504         * sys/dxr3/dxr3init.c:
4505         * sys/glsink/gstgl_nvimage.c:
4506         * sys/glsink/gstgl_pdrimage.c:
4507         * sys/glsink/gstglsink.c:
4508         * testsuite/gst-lint:
4509         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
4510
4511 2004-01-11  David Schleef  <ds@schleef.org>
4512
4513         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
4514         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
4515         * ext/gdk_pixbuf/gstgdkanimation.c:
4516         (gst_gdk_animation_iter_create_pixbuf):
4517         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
4518         (gst_gdk_pixbuf_chain):
4519         * ext/gdk_pixbuf/gstgdkpixbuf.h:
4520         * ext/jack/gstjack.c: (gst_jack_change_state):
4521         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
4522         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
4523         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
4524         * gst/videofilter/gstvideofilter.c:
4525         (gst_videofilter_set_output_size):
4526         Remove all usage of gst_pad_get_caps(), and replace it with
4527         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
4528
4529 2004-01-11  David Schleef  <ds@schleef.org>
4530
4531         * configure.ac:
4532         * ext/Makefile.am: Fixes to make ext/libcaca compile.
4533         * ext/divx/gstdivxdec.c:
4534         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
4535         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
4536         handle images that span multiple buffers.  Now work with both
4537         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
4538         * ext/gdk_pixbuf/gstgdkpixbuf.h:
4539         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
4540         video/video.h changes
4541         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
4542         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
4543         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
4544         of GstData free function.
4545         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
4546         same.
4547
4548 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4549
4550         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
4551         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
4552         (gst_v4l2element_get_property):
4553         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
4554           add norm, channel and frequency properties.
4555         * sys/v4l2/gstv4l2tuner.c:
4556           fixes for tuner interface changes
4557         * sys/v4l2/gstv4l2element.h:
4558         * sys/v4l2/gstv4l2src.c: 
4559         * sys/v4l2/gstv4l2src.h:
4560         * sys/v4l2/v4l2src_calls.c: 
4561         * sys/v4l2/v4l2src_calls.h:
4562           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
4563
4564 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4565
4566         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
4567         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
4568         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
4569         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
4570         * gst-libs/gst/tuner/tuner.h:
4571           GObjects aren't const.
4572           Add find_by_name functions.
4573           Add checks to _changed functions.
4574         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
4575         (gst_v4l_tuner_get_norm):
4576           Fixes for above.
4577
4578 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4579
4580         * gst-libs/gst/video/video.h:
4581           Fix caps template names to be understandable.
4582           Prefix everything with GST_VIDEO.
4583         * ext/aalib/gstaasink.c:
4584         * ext/divx/gstdivxdec.c:
4585         * ext/divx/gstdivxenc.c:
4586         * ext/gdk_pixbuf/gstgdkpixbuf.c:
4587         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
4588         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
4589         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
4590         * ext/libcaca/gstcacasink.c:
4591         * ext/libpng/gstpngenc.c: (raw_caps_factory):
4592         * ext/snapshot/gstsnapshot.c:
4593         * ext/swfdec/gstswfdec.c:
4594         * ext/xvid/gstxviddec.c:
4595         * ext/xvid/gstxvidenc.c:
4596         * gst/chart/gstchart.c:
4597         * gst/deinterlace/gstdeinterlace.c:
4598         * gst/effectv/gsteffectv.c:
4599         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
4600         * gst/goom/gstgoom.c:
4601         * gst/median/gstmedian.c:
4602         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
4603         (gst_monoscope_srcconnect), (gst_monoscope_chain):
4604         * gst/overlay/gstoverlay.c:
4605         * gst/smooth/gstsmooth.c:
4606         * gst/smpte/gstsmpte.c:
4607         * gst/synaesthesia/gstsynaesthesia.c:
4608         * gst/videocrop/gstvideocrop.c:
4609         * gst/videodrop/gstvideodrop.c:
4610         * gst/y4m/gsty4mencode.c:
4611         * sys/qcam/gstqcamsrc.c:
4612         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
4613           Make them work with new video.h file.
4614         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
4615         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
4616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
4617         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
4618           Make it work with new buffer allocation system.
4619
4620 2004-01-11  Julien MOUTTE  <julien@moutte.net>
4621
4622         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
4623         pad_alloc_buffer implementation to use ->srcpad
4624         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
4625         pad_alloc_buffer implementation to use ->srcpad
4626         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
4627         pad_alloc_buffer implementation to use ->srcpad
4628         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4629         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
4630         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
4631         a reference to everything we need.
4632         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
4633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4634         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
4635         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
4636         a reference to everything we need.
4637         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
4638
4639 2004-01-11  David Schleef  <ds@schleef.org>
4640
4641         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
4642         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
4643         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
4644         structure members.
4645         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
4646         value during a resize/renegotiation.
4647         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
4648         gst_pad_alloc_buffer();
4649         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
4650         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
4651         structure members.
4652         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
4653         Fix for rename of buffer private structure members.
4654         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
4655         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
4656         Fix for rename of buffer private structure members.
4657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
4658         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
4659         Fix for rename of buffer private structure members.
4660
4661 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
4662
4663         reviewed by: David Schleef <ds@schleef.org>
4664
4665         * gst/videofilter/Makefile.am:
4666         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
4667         from the patch by ds to fit in with recent make_filter changes.
4668
4669 2004-01-11  Julien MOUTTE  <julien@moutte.net>
4670
4671         * configure.ac: Adding examples/switch/Makefile
4672         * examples/Makefile.am: Adding examples/switch
4673         * examples/switch/Makefile.am: Adding switcher example.
4674         * examples/switch/switcher.c: (got_eos), (idle_iterate),
4675         (switch_timer), (main): Adding an example demonstrating switch usage
4676         with 2 videotestsrc showing different patterns.
4677         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
4678         (gst_switch_init): Fixing switch with the new caps system.
4679
4680 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4681
4682         * gst-libs/gst/video/video.h:
4683           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
4684           They should probably be like
4685           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
4686
4687 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4688
4689         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4690         (qtdemux_parse_trak):
4691           fix audio chunk size/timestamp calculation
4692
4693 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4694
4695         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
4696           fix SVQ3 caps
4697
4698 2004-01-11  Steve Baker  <steve@stevebaker.org>
4699
4700         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
4701         (gst_agingtv_base_init), (gst_agingtv_class_init),
4702         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
4703         (gst_agingtv_set_property), (gst_agingtv_get_property):
4704         Port agingTV to videofilter
4705
4706 2004-01-09  Julien MOUTTE <julien@moutte.net>
4707
4708         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
4709         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
4710
4711 2004-01-09  Julien MOUTTE <julien@moutte.net>
4712
4713         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
4714         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
4715         * gst-libs/gst/xoverlay/xoverlay.c:
4716         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
4717         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
4718         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
4719         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
4720         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
4721         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
4722         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
4723         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
4724         the bufferalloc_function to replace bufferpools, fixing the XOverlay
4725         interface implementation to handle xid being 0 and fix some bugs
4726         triggered by Benjamin's testcase.
4727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
4728         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4729         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
4730         the bufferalloc_function to replace bufferpools, fixing the XOverlay
4731         interface implementation to handle xid being 0 and fix some bugs
4732         triggered by Benjamin's testcase.
4733
4734 2004-01-09  David Schleef  <ds@schleef.org>
4735
4736         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
4737         mouse pointer events.  It works.
4738
4739 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4740
4741         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
4742           Use explicit caps - fix capsnego.
4743         * ext/xvid/gstxviddec.c:
4744         * ext/xvid/gstxvidenc.c:
4745           Remove macro-inside-macro which caused compile errors.
4746         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
4747           Error out if it's not a RIFF file. Else we error out without
4748           gst_element_error() which is not good...
4749
4750 2004-01-08  David Schleef  <ds@schleef.org>
4751
4752         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
4753         Fix pad_link function to handle formats that ffmpeg returns
4754         as multiple caps structures.
4755         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
4756         Only complain if source buffer is _smaller_ than expected.
4757         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
4758         (gst_videoscale_handle_src_event): Resize navigation events
4759         when passing them upstream.
4760         * gst/videotestsrc/gstvideotestsrc.c:
4761         * gst/videotestsrc/gstvideotestsrc.h:
4762         * gst/videotestsrc/videotestsrc.c:
4763         * gst/videotestsrc/videotestsrc.h:
4764         Rewrite many of the buffer painting functions to handle odd
4765         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
4766         been verified to work with my video card.
4767         * testsuite/gst-lint:  Add check for elements calling
4768         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
4769
4770 2004-01-08  David Schleef  <ds@schleef.org>
4771
4772         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
4773         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
4774
4775 2004-01-08  Julien MOUTTE  <julien@moutte.net>
4776
4777         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
4778         configure event is not emiting the desired size signal. That fixes
4779         aspect ratio issues with gst-player.
4780
4781 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4782
4783         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
4784           Fix capsnego.
4785
4786 2004-01-08  Julien MOUTTE  <julien@moutte.net>
4787
4788         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
4789         public method to fire size signal.
4790
4791 2004-01-07  Julien MOUTTE  <julien@moutte.net>
4792
4793         * examples/gstplay/Makefile.am: Adding the interface library.
4794         * gst-libs/gst/play/Makefile.am: Adding the interface library.
4795         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
4796         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
4797         GST_IS_X_OVERLAY before signal connect.
4798         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
4799         Removing the have_video_size signal.
4800         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
4801         and associated public method.
4802         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
4803         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
4804         signal.
4805         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
4806         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
4807         signal.
4808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
4809         Using XOverlay public method to fire size signal.
4810
4811 2004-01-07  David Schleef  <ds@schleef.org>
4812
4813         * gst/videofilter/Makefile.am:
4814         * gst/videofilter/gstvideotemplate.c:
4815         * gst/videofilter/make_filter:
4816         Create gstvideoexample.c in a srcdir!=builddir friendly way.
4817         Convert make_filter to /bin/sh script.
4818
4819 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4820
4821         * gst/modplug/gstmodplug.cc: fix element description
4822
4823 2004-01-07  Julien MOUTTE  <julien@moutte.net>
4824
4825         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
4826         (got_video_size): Adding some new lines in g_print calls.
4827         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4828         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
4829         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
4830         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
4831         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
4832         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
4833         Complete code review, reverting some stuff i disagree with, adding
4834         some fixes : time synchronization on invalid timestamps, renegotiation
4835         of private window.
4836         * sys/ximage/ximagesink.h:
4837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
4838         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
4839         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
4840         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
4841         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
4842         (gst_xvimagesink_buffer_new),
4843         (gst_xvimagesink_navigation_send_event),
4844         (gst_xvimagesink_set_xwindow_id),
4845         (gst_xvimagesink_get_desired_size),
4846         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
4847         stuff i disagree with, adding some fixes : Renegotiation of private
4848         window, implementing get_desired_size.
4849
4850 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4851
4852         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
4853         (gst_afsink_handle_event):
4854         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
4855         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
4856         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
4857         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
4858         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
4859           Fix for instantiate-test (see core). Also remove dead code from
4860           jpegenc (which still needs fixing, but that's lower on my TODO
4861           list...).
4862         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
4863           Never return NULL as caps.
4864
4865 2004-01-07  David Schleef  <ds@schleef.org>
4866
4867         * configure.ac:
4868         * ext/Makefile.am:
4869         * ext/librfb/Makefile.am:
4870         * ext/librfb/gstrfbsrc.c:
4871         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
4872         is the protocol used by VNC.
4873
4874 2004-01-07  David Schleef  <ds@schleef.org>
4875
4876         * gst/videofilter/gstvideotemplate.c:
4877         * gst/videofilter/gstvideotemplate.h:
4878         * gst/videofilter/make_filter:
4879         Merge videotemplate header into source file.
4880         * gst/effectv/Makefile.am:
4881         * gst/effectv/gsteffectv.c: (plugin_init):
4882         * gst/effectv/gstwarp.c:
4883         Make warpTV a subclass of videofilter.
4884
4885 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4886
4887         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
4888           Add guard against invalid utf-8 conversions in mad. Just in case.
4889
4890 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4891
4892         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
4893           Fix for bug shown by poisoning
4894
4895 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4896
4897         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
4898         (gst_v4lmjpegsrc_buffer_free):
4899         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
4900         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
4901         (gst_v4lsrc_buffer_free):
4902           Fix for removed bufferpools.
4903
4904 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
4905
4906         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
4907         Fix caps negotiation.
4908
4909         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
4910         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
4911         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
4912         (dvdnavsrc_event):
4913         * ext/mpeg2dec/gstmpeg2dec.c:
4914         * gst-libs/gst/navigation/navigation.c:
4915         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
4916         * gst-libs/gst/navigation/navigation.h:
4917         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
4918         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
4919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
4920         Super-simple first version of mouse and keyboard events. Clicking
4921         on a DVD menu now works, although it may not take you where you
4922         expected.
4923
4924         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
4925         * gst/videotestsrc/gstvideotestsrc.c:
4926         (gst_videotestsrc_src_fixate):
4927         These fixate functions were broken - they never actually
4928         fixated :)
4929         
4930 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4931
4932         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
4933         (gst_icecastsend_init):
4934           fix for new caps system.
4935         * gst-libs/gst/mixer/mixertrack.h:
4936         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
4937           Add 'master track' flag (for tools like ACME that only want to
4938           change the main volume).
4939
4940 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
4941
4942         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
4943         (gst_xvid_csp_to_caps):
4944         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
4945         * ext/xvid/gstxvidenc.c:
4946         ifdef out ARGB type when it isn't available 
4947         in xvidcore 1.0.0beta2
4948
4949 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4950
4951         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
4952           When we have received a new SCR right in the first buffer after
4953           a seek (so in the same cycle that handles the discont), we should
4954           handle the buffer instead of unreffing it, else we lose data.
4955
4956 2004-01-06  Iain <iain@prettypeople.org>
4957
4958         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
4959           buffer-frames caps too.
4960
4961         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
4962           caps that we need, don't destroy them all and rebuild them. And when
4963           creating src pads, use the src pad template rather than the sink...
4964
4965 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4966
4967         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
4968           Add pad to element *after* setting functions such as event handler.
4969           Without this, the scheduler (opt) will link pads, set the event
4970           handler from the default event function (dispatcher in gstpad.c)
4971           and *after* that, we will set our own event function, which will
4972           thus never be used (and thus mpegdemux doesn't handle events).
4973
4974 2004-01-04  David Schleef  <ds@schleef.org>
4975
4976         Fix the fixate functions to handle new prototype:
4977         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
4978         * gst/videotestsrc/gstvideotestsrc.c:
4979         (gst_videotestsrc_src_fixate):
4980         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
4981         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
4982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
4983
4984 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4985
4986         * sys/ximage/ximagesink.h:
4987         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4988         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
4989         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
4990         (gst_ximagesink_xoverlay_init):
4991           assorted fixes to make (re)embedding work
4992         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
4993         (gst_ximagesink_get_desired_size):
4994           implement desired size additions to XOverlay
4995
4996 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4997
4998         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
4999         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
5000         (gst_x_overlay_got_desired_size):
5001         * gst-libs/gst/xoverlay/xoverlay.h:
5002           Add optional "desired size" signal and querying.
5003
5004 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5005
5006         * gst/matroska/matroska-demux.c:
5007         (gst_matroska_demux_parse_blockgroup):
5008           Fix EBML-laced block parsing. Diffs are relative to previous
5009           lace, not the first lace. Thanks to Mosu from the Matroska
5010           team for detecting this.
5011         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
5012         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
5013         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
5014         (gst_wavparse_change_state):
5015         * gst/wavparse/gstwavparse.h:
5016           Quickfix for capsnego.
5017
5018 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5019
5020         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
5021           Fix indenting, fix pad creation.
5022
5023 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5024
5025         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
5026         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
5027         (gst_xviddec_sink_link):
5028           Implement src_getcaps() so proper size caps is negotiated.
5029
5030 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5031
5032         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
5033           Finish flac decoder on EOS. See #116178.
5034
5035 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5036
5037         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
5038         (gst_matroska_demux_add_stream):
5039         * gst/matroska/matroska-ids.h:
5040           Add getcaps() function to fix capsnego...
5041
5042 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5043
5044         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
5045         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
5046         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
5047           Fix more integer overflows. Again, see #126967.
5048
5049 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5050
5051         * ext/mpeg2dec/gstmpeg2dec.c:
5052           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
5053           #130416.
5054
5055 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5056
5057         * configure.ac:
5058         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
5059         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
5060         * ext/xvid/gstxvid.h:
5061         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
5062         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
5063         (gst_xviddec_src_link), (gst_xviddec_sink_link),
5064         (gst_xviddec_change_state):
5065         * ext/xvid/gstxviddec.h:
5066         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
5067         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
5068         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
5069         (gst_xvidenc_link), (gst_xvidenc_set_property),
5070         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
5071         * ext/xvid/gstxvidenc.h:
5072           Update xvid plugin to latest xvid (1.0.0-beta3) API.
5073
5074 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5075
5076         * gst/rtp/rtp-packet.c:
5077           Add sys/types.h include, since OS X doesn't define in_addr_t
5078           in netinet/in.h, like it does on Linux (see #129600).
5079
5080 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
5081
5082         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
5083
5084         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
5085           Correct logic of dispose function (see #129306).
5086
5087 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5088
5089         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
5090         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
5091         (gst_mpeg_parse_init):
5092         * gst/mpegstream/gstmpegparse.h:
5093           Remove clock (which was never provided, i.e. dead code), and
5094           also fix integer overflows at high PTS values (see #126967).
5095
5096 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5097
5098         * ext/flac/gstflacdec.c:
5099         * ext/libpng/gstpngenc.h:
5100         * ext/mikmod/gstmikmod.h:
5101           OS X fixes (see #126628).
5102
5103 2004-01-02  David Schleef  <ds@schleef.org>
5104
5105         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
5106         (gst_alsa_src_base_init): Remove bogus "src" request pad.
5107         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
5108         (gst_mpeg_parse_class_init): Move pad template registration
5109         to class_init, since the derived class (mpegdemux) doesn't
5110         want them.
5111
5112 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5113
5114         * sys/ximage/Makefile.am:
5115         * sys/xvideo/Makefile.am:
5116         * sys/xvimage/Makefile.am:
5117           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
5118           after installation (see #127664).
5119
5120 2004-01-02  David Schleef  <ds@schleef.org>
5121
5122         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
5123         (gst_ffmpegenc_connect):  Negotiation fixes.
5124         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
5125         Remove inappropriate gst_caps_free().
5126         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
5127         Reenable Ronald's internal resize code, since the core handles
5128         it correctly now.
5129
5130 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5131
5132         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5133         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5134         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
5135           Fix pad template stuff.
5136
5137 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5138
5139         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
5140         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
5141           fix signed integer reading/writing.
5142
5143 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5144
5145         * ext/alsa/README:
5146           Remove outdated document
5147
5148 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
5149
5150         * gst/cutter/gstcutter.c: (gst_cutter_init):
5151           src pad was being created twice - oops.
5152
5153 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5154
5155         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
5156           Comment out internal resize. It doesn't handle the resulting
5157           XEvent internally, does another try_set_caps() which leads to
5158           a really nice loop.
5159           Real fix will come when Julien and Dave are awake. ;).
5160
5161 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5162
5163         * ext/mpeg2enc/gstmpeg2enc.cc:
5164           fix const/nonconst compile issue.
5165
5166 2004-01-02  David Schleef  <ds@schleef.org>
5167
5168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
5169         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
5170         Add fixate function and a check for bad formats.
5171
5172 2004-01-01  David Schleef  <ds@schleef.org>
5173
5174         Negotiation fixes:
5175         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5176         (gst_audiofilter_init):
5177         * gst/debug/efence.c: (gst_efence_init):
5178         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
5179         (gst_deinterlace_init):
5180         * gst/volume/gstvolume.c: (volume_connect):
5181
5182 2004-01-01  David Schleef  <ds@schleef.org>
5183
5184         Convert elements to use gst_pad_use_explicit_caps() where
5185         appropriate:
5186         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
5187         * ext/audiofile/gstafparse.c: (gst_afparse_init),
5188         (gst_afparse_open_file):
5189         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
5190         (gst_afsrc_open_file):
5191         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
5192         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
5193         (gst_ffmpegdec_chain):
5194         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
5195         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
5196         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
5197         (gst_gdk_pixbuf_chain):
5198         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
5199         (gst_jpegdec_chain):
5200         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
5201         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
5202         (gst_mikmod_negotiate):
5203         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
5204         (gst_mpeg2dec_negotiate_format):
5205         * ext/mpeg2enc/gstmpeg2enc.cc:
5206         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5207         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
5208         (gst_speexdec_sinkconnect):
5209         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
5210         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
5211         (gst_vorbisfile_new_link):
5212         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
5213         (gst_ac3parse_chain):
5214         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
5215         (gst_asf_demux_setup_pad):
5216         * gst/auparse/gstauparse.c: (gst_auparse_init),
5217         (gst_auparse_chain):
5218         * gst/id3/gstid3types.c: (gst_id3types_loop):
5219         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
5220         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
5221         (mp1videoparse_parse_seq):
5222         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
5223         (bpf_from_header):
5224         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
5225         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
5226         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
5227         (gst_mpeg_parse_send_data):
5228         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
5229         (gst_qtdemux_add_stream):
5230         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
5231         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
5232         (gst_wavparse_parse_fmt):
5233
5234 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5235
5236         * configure.ac:
5237           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
5238           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
5239           it therefore uses the wrong include paths. Too bad... Note
5240           that 1.6.1.93 is not release yet. ;).
5241           Also add a check for mplex, which is now using the lib'ified
5242           mplex from mjpegtools, too.
5243         * ext/ffmpeg/gstffmpegcodecmap.c:
5244           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
5245           issues. I don't think ffmpeg handles 3ivx correctly, so this
5246           probably won't work. But it won't hurt either.
5247         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
5248         (gst_ffmpegdec_chain):
5249         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
5250         (gst_ffmpegenc_chain_audio):
5251           Fix memleak in audio encoding. Close codec if open fails, this
5252           calls the cleanup routines so we can re-use the context.
5253         * ext/mpeg2enc/gstmpeg2enc.cc:
5254           Fix pad template names/types, fix memory issue with getcaps().
5255         * ext/mpeg2enc/gstmpeg2encoder.cc:
5256         * ext/mpeg2enc/gstmpeg2encoder.hh:
5257           Fix compile issue with new caps system (const thingy).
5258         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5259         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
5260           We read a first frame right on initing, so that we have a caps
5261           when we init the output. This caps is cached in padprivate and
5262           read as first frame.
5263         * ext/mplex/Makefile.am:
5264         * ext/mplex/gstmplex.cc:
5265         * ext/mplex/gstmplex.h:
5266         * ext/mplex/gstmplex.hh:
5267         * ext/mplex/gstmplexibitstream.cc:
5268         * ext/mplex/gstmplexibitstream.hh:
5269         * ext/mplex/gstmplexjob.cc:
5270         * ext/mplex/gstmplexjob.hh:
5271         * ext/mplex/gstmplexoutputstream.cc:
5272         * ext/mplex/gstmplexoutputstream.hh:
5273           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
5274           had issues, didn't do capsnego, supported only a subset of the
5275           mplex features and required a mplex fork in our local CVS. Plus
5276           that it worked agaist a very old mplex version. Rewriting was
5277           faster than updating it.
5278         * gst-libs/ext/Makefile.am:
5279         * gst-libs/ext/mplex/INSTRUCT:
5280         * gst-libs/ext/mplex/Makefile.am:
5281         * gst-libs/ext/mplex/README:
5282         * gst-libs/ext/mplex/TODO:
5283         * gst-libs/ext/mplex/ac3strm_in.cc:
5284         * gst-libs/ext/mplex/audiostrm.hh:
5285         * gst-libs/ext/mplex/audiostrm_out.cc:
5286         * gst-libs/ext/mplex/aunit.hh:
5287         * gst-libs/ext/mplex/bits.cc:
5288         * gst-libs/ext/mplex/bits.hh:
5289         * gst-libs/ext/mplex/buffer.cc:
5290         * gst-libs/ext/mplex/buffer.hh:
5291         * gst-libs/ext/mplex/fastintfns.h:
5292         * gst-libs/ext/mplex/format_codes.h:
5293         * gst-libs/ext/mplex/inputstrm.cc:
5294         * gst-libs/ext/mplex/inputstrm.hh:
5295         * gst-libs/ext/mplex/lpcmstrm_in.cc:
5296         * gst-libs/ext/mplex/mjpeg_logging.cc:
5297         * gst-libs/ext/mplex/mjpeg_logging.h:
5298         * gst-libs/ext/mplex/mjpeg_types.h:
5299         * gst-libs/ext/mplex/mpastrm_in.cc:
5300         * gst-libs/ext/mplex/mpegconsts.cc:
5301         * gst-libs/ext/mplex/mpegconsts.h:
5302         * gst-libs/ext/mplex/mplexconsts.hh:
5303         * gst-libs/ext/mplex/multplex.cc:
5304         * gst-libs/ext/mplex/outputstream.hh:
5305         * gst-libs/ext/mplex/padstrm.cc:
5306         * gst-libs/ext/mplex/padstrm.hh:
5307         * gst-libs/ext/mplex/stillsstream.cc:
5308         * gst-libs/ext/mplex/stillsstream.hh:
5309         * gst-libs/ext/mplex/systems.cc:
5310         * gst-libs/ext/mplex/systems.hh:
5311         * gst-libs/ext/mplex/vector.cc:
5312         * gst-libs/ext/mplex/vector.hh:
5313         * gst-libs/ext/mplex/videostrm.hh:
5314         * gst-libs/ext/mplex/videostrm_in.cc:
5315         * gst-libs/ext/mplex/videostrm_out.cc:
5316         * gst-libs/ext/mplex/yuv4mpeg.cc:
5317         * gst-libs/ext/mplex/yuv4mpeg.h:
5318         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
5319         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
5320           We don't fork mjpegtools' mplex in our CVS anymore.
5321         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
5322         (gst_avi_demux_add_stream):
5323         * gst/avi/gstavidemux.h:
5324           Add getcaps() function for proper caps nego. This makes some
5325           parts of AVI playback/reading work.
5326         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
5327           Resize window on new capsnego. This is probably wrong, but
5328           I'm still committing it because with current capsnego, the
5329           first successfull capsnego is auto-fixated, therefore rounded
5330           down to the lowest values in the caps. this results in a 16x16
5331           XWindow that is not reized when real capsnego finishes.
5332           Dave, I see more cases of this, do you know a proper solution?
5333         * tools/gst-launch-ext.in:
5334           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
5335
5336 2003-12-31  David Schleef  <ds@schleef.org>
5337
5338         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
5339         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
5340           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
5341
5342 2003-12-30  David Schleef  <ds@schleef.org>
5343
5344         * ext/ffmpeg/gstffmpegcolorspace.c:
5345         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5346         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
5347         (gst_ffmpegcsp_chain): Negotiation fixes
5348         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
5349         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5350         (gst_audio_convert_link), (gst_audio_convert_channels):
5351         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
5352         (gst_audioscale_link), (gst_audioscale_get_buffer),
5353         (gst_audioscale_chain): Negotiation fixes
5354         * gst/audioscale/gstaudioscale.h:
5355         * gst/videofilter/gstvideofilter.c:
5356         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
5357         (gst_videofilter_link), (gst_videofilter_init),
5358         (gst_videofilter_set_output_size), (gst_videofilter_setup),
5359         (gst_videofilter_find_format_by_structure):
5360         * gst/videofilter/gstvideofilter.h: Negotiation fixes
5361         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
5362         (gst_videoscale_link):
5363         * gst/videoscale/videoscale.c: (videoscale_get_structure),
5364         (videoscale_find_by_structure), (gst_videoscale_setup):
5365         * gst/videoscale/videoscale.h: Negotiation fixes
5366         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
5367         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
5368         function, restrict resizing to a multiple of 4 (hack until
5369         everyone supports odd sizes correctly).
5370
5371 2003-12-29  Colin Walters  <walters@verbum.org>
5372
5373         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
5374         signed.
5375
5376 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
5377
5378         * ext/sndfile/gstsf.c: (gst_sf_loop):
5379           Fix warning about discarding const qualifier
5380
5381 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
5382
5383         * gst/cutter/gstcutter.c:
5384         * gst/videoscale/gstvideoscale.c:
5385         * gst/volenv/gstvolenv.c:
5386         * gst-libs/gst/audio/audio.c:
5387         * gst-libs/gst/video/video.c:
5388           Fix warnings
5389
5390 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5391
5392         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
5393           Don't send ALSA debugging to stderr.
5394         * ext/alsa/gstalsa.h:
5395           Use GST_WARNING instead of g_warning when ALSA functions fail.
5396
5397 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5398
5399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5400           Free XVAdapterInfo correctly.
5401
5402 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5403
5404         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
5405         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
5406           Make id3tag use correct caps nego.
5407
5408 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
5409
5410         * ext/ivorbis/vorbis.c: 
5411         * ext/ivorbis/vorbisenc.h:
5412         * ext/ivorbis/vorbisfile.c:
5413           Modify so that it uses the new caps things
5414
5415 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5416
5417         * testsuite/spider/spider1.c: (main):
5418         * testsuite/spider/spider2.c: (main):
5419         * testsuite/spider/spider3.c: (main):
5420           Make tests compile again. They probably don't work.
5421
5422 2003-12-24  Colin Walters  <walters@verbum.org>
5423
5424         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
5425         we can't fixate the caps anymore.
5426
5427 2003-12-23  David Schleef  <ds@schleef.org>
5428
5429         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
5430         * sys/oss/gstosssink.c: (gst_osssink_init),
5431         (gst_osssink_sink_fixate): Add fixate function.
5432
5433 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5434
5435         * ext/ffmpeg/gstffmpegcodecmap.c:
5436         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
5437         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
5438         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
5439         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
5440         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
5441         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
5442         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
5443           fix typo in RGB masks, and move back to "old" colorspace
5444           capsnego code until whoever wrote this new crap has actually
5445           tested it so that it works.
5446           And yes, this works, keep it that way please.
5447
5448 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5449
5450         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
5451         (gst_divxdec_init), (gst_divxdec_negotiate):
5452         * ext/divx/gstdivxdec.h:
5453         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
5454         (gst_divxenc_init):
5455         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
5456         (gst_faac_sinkconnect), (gst_faac_srcconnect):
5457         * ext/mpeg2enc/gstmpeg2enc.cc:
5458         * ext/mpeg2enc/gstmpeg2encoder.cc:
5459         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5460         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
5461         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
5462         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
5463         (dxr3spusink_init):
5464         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
5465         (dxr3videosink_init):
5466           Fix caps breakage after Dave's caps branch merge.
5467
5468 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5469
5470         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
5471           Fix for 24bpp display.
5472
5473 2003-12-23  Colin Walters  <walters@verbum.org>
5474
5475         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
5476         a GnomeVFSHandle directly.
5477
5478 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5479
5480         * gst/volume/Makefile.am:
5481         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
5482         (volume_base_init), (volume_init):
5483           Reenable volume element and fix to work with new caps stuff.
5484           Rhythmbox needs this.
5485
5486 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5487
5488         * gst/qtdemux/qtdemux.c: (plugin_init):
5489           qtdemux requires bytestream
5490
5491 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5492
5493         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
5494           Fix remaining caps handling errors due to CAPS merge.
5495
5496 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5497
5498         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
5499         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
5500         (gst_faad_srcconnect): 
5501           Port to new caps system.
5502
5503 2003-12-21  Julien MOUTTE  <julien@moutte.net>
5504
5505         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
5506         (got_video_size), (main): using g_print instead of g_message.
5507         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
5508         signal which was not emitted because of "switch" element added to the
5509         bin but not connected. (Removing from the bin temporarily)
5510
5511 2003-12-21  Julien MOUTTE  <julien@moutte.net>
5512
5513         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
5514         find X development files. I don't understand the previous tests and
5515         they fail on my debian/ppc unstable. This one works.
5516         * examples/gstplay/player.c: (main): Set the pipeline to READY before
5517         exiting.
5518         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
5519         (gst_play_set_video_sink), (gst_play_set_audio_sink),
5520         (gst_play_set_visualization): Add some safety checks in set_ methods
5521         and state_change. This was throwing some ugly CRITICAL messages when
5522         pipeline was getting disposed and casts were failing.
5523
5524 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5525
5526         * configure.ac:
5527           Improve mpeg2enc detection. This is for distributions that do
5528           ship mjpegtools, but without mpeg2enc. Also does object check
5529           for might there ever be ABI incompatibility.
5530         * ext/mpeg2enc/gstmpeg2enc.cc:
5531           Add Andrew as second maintainer (he's helping me), and also add
5532           an error if no caps was set. This happens if I pull before capsnego
5533           and that's something I should solve sometime else.
5534         * gst/matroska/matroska-demux.c:
5535         (gst_matroska_demux_parse_blockgroup):
5536           Fix time parsing.
5537         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
5538         (gst_matroska_mux_track_header):
5539           Add caps to templates.
5540         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
5541           Add mpegversion=1 to prevent confusion with MPEG/AAC.
5542         * gst/mpegstream/gstmpegdemux.c:
5543           Remove layer since it causes warnings about unfixed caps.
5544         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
5545           Fix obvious typo (we error out if caps were set, we should of
5546           course error out if *no* caps were set).
5547         * sys/oss/gstosselement.c: (gst_osselement_convert):
5548           Fix format conversion, we confused bits/bytes.
5549         * sys/oss/gstosselement.h:
5550           Improve documentation for 'bps'.
5551         * sys/v4l/TODO:
5552           Remove stuff about plugins that need removing - this was done
5553           ages ago.
5554         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
5555         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
5556         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
5557         (gst_v4lsrc_src_query):
5558         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
5559         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
5560           Add get_query_types(), get_formats() and query() functions.
5561
5562 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5563
5564         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
5565         * moved CVS to freedesktop.org
5566