gst-indent
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * *.c, *.h: run gst-indent
4
5 2004-03-14  Benjamin Otte  <otte@gnome.org>
6
7         * gst/modplug/gstmodplug.cc:
8         * gst/modplug/gstmodplug.h:
9           set correct timestamps on outgoing buffers
10
11 2004-03-14  Benjamin Otte  <otte@gnome.org>
12
13         * gst/modplug/gstmodplug.cc:
14           handle events - don't do crap when a discont arrives that's not
15           necessary
16           This allows correct loading and playback of mods in Rhythmbox
17
18 2004-03-14  Benjamin Otte  <otte@gnome.org>
19
20         * configure.ac:
21         * gst-libs/gst/gconf/Makefile.am:
22         * pkgconfig/Makefile.am:
23           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
24           they get rebuilt properly
25         * configure.ac:
26           when checking for vorbis, try pkgconfig first.
27         * gst/modplug/gstmodplug.cc:
28           add fixate function
29
30 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31
32         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
33           Fix for obvious mistake, where we first shift the offset and then
34           read a samplesize element assuming the old offset. Note that this
35           part still has something weird, i.e. my movies containing those
36           don't actually play well, but at least there's something that looks
37           like sound now.
38
39 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
40         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
41         (plugin_init):
42         Add a typefind function for speex format
43
44 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
45
46         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
47         (gst_asf_demux_setup_pad):
48           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
49           instead of 0. Reason is simple: some elements have a fps range
50           of 1-max instead of 0-max. So now ASF video actually works.
51
52 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
53
54         * po/LINGUAS:
55         * po/sr.po:
56           adding serbian as a language
57
58 2004-03-13  Benjamin Otte  <otte@gnome.org>
59
60         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
61           return taglist correctly from _get function, don't gst_pad_push it.
62           (fixes #137042)
63
64 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
65         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
66
67 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
68
69         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
70         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
71         (gst_alsa_mixer_track_new):
72         * ext/alsa/gstalsamixertrack.h:
73           Fix ancient leftovers... MixerTrack is a GObject.
74
75 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
76
77         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
78         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
79           Don't block during probing...
80
81 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
82
83         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
84         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
85         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
86         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
87         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
88         (gst_alsa_open_audio), (gst_alsa_close_audio):
89         * ext/alsa/gstalsa.h:
90           Add propertyprobe interface implementation, add some device-name
91           property, all this so that it looks good in gnome-volume-control.
92
93 2004-03-12  David Schleef  <ds@schleef.org>
94
95         * configure.ac: the Hermes library controls hermescolorspace, not
96         colorspace.
97         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
98         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
99         not /* */
100         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
101         * ext/sdl/sdlvideosink.h: ditto.
102         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
103
104 2004-03-12  Benjamin Otte  <otte@gnome.org>
105
106         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
107         (gst_x_overlay_got_xwindow_id):
108         * gst-libs/gst/xoverlay/xoverlay.h:
109           replace XID with unsigned long to get rid of the xlibs dependency in
110           XOverlay (fixes #137004)
111
112 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
113         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
114         (gst_agingtv_setup):
115         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
116         (gst_dicetv_base_init), (gst_dicetv_class_init),
117         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
118         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
119         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
120         (gst_edgetv_setup), (gst_edgetv_rgb32):
121         * gst/effectv/gsteffectv.c:
122         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
123         (gst_quarktv_set_property):
124         * gst/effectv/gstrev.c: (gst_revtv_get_type),
125         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
126         (gst_revtv_setup), (gst_revtv_rgb32):
127         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
128         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
129         (gst_shagadelictv_init), (gst_shagadelictv_setup),
130         (gst_shagadelictv_rgb32):
131         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
132         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
133         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
134         * gst/effectv/gstwarp.c:
135         Port everything that can be ported to videofilter and fix up the caps.
136         Can someone with a big-endian machine please check these?
137
138 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
139
140         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
141         (gst_osssink_chain), (gst_osssink_change_state):
142           Latest fixes for A/V sync, audio playback and such. This is about
143           all... MPEG playback issues are mostly related to the async build-
144           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
145
146 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
147
148         patch from: Stephane Loeuillet
149
150         * configure.ac:
151           use pkg-config for some libraries, falling back to the old .m4 way
152           (fixes #131270)
153         * m4/libdv.m4:
154           removed
155
156 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
157
158         * configure.ac:
159         * tools/Makefile.am:
160         * tools/Makefile.in:
161         * tools/gst-launch-ext-m.m:
162         * tools/gst-launch-ext.1.in:
163         * tools/gst-visualise-m.m:
164         * tools/gst-visualise.1:
165         * tools/gst-visualise.1.in:
166           reorganizing generation of script tools
167
168 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
169
170         * ext/divx/gstdivxdec.c:
171           Downgrade priority. We prefer ffdec_mpeg4.
172         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
173         (gst_faad_chain), (gst_faad_change_state):
174           Fix capsnego. Doesn't work for some sounds because we don't have
175           a 5:1 to stereo element.
176         * ext/xvid/gstxvid.c: (plugin_init):
177           Add priority.
178         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
179         (gst_osssink_change_state):
180           Add discont handling.
181
182 2004-03-09  Colin Walters  <walters@verbum.org>
183
184         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
185         conversion.
186
187 2004-03-09  Benjamin Otte  <otte@gnome.org>
188
189         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
190           the signals take 2 arguments
191
192 2004-03-09  David Schleef  <ds@schleef.org>
193
194         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
195         (gst_alsa_fixate): Add fixate function.  (bug #136686)
196         * ext/alsa/gstalsa.h:
197         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
198
199 2004-03-09  Benjamin Otte  <otte@gnome.org>
200
201         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
202         (gst_mikmod_change_state):
203         * ext/mikmod/gstmikmod.h:
204           make mikmod's loop function not loop infinitely and call
205           gst_element_yield anymore
206         * gst/modplug/gstmodplug.cc:
207           fix pad negotiation (fixes #136590)
208
209 2004-03-09  David Schleef  <ds@schleef.org>
210
211         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
212         doesn't conflict with the internal colorspace plugin.
213         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
214         satisfy the crappy-ass shell shipped by a certain vendor.
215         * gst/videofilter/make_filter: same (bug #135299)
216
217 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
218
219         * configure.ac: bump nano to 1
220
221 === gst-plugins 0.7.6 ===
222
223 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
224
225         * configure.in: releasing 0.7.6, "There"
226
227 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
228
229         * pkgconfig/gstreamer-play-uninstalled.pc.in:
230         * pkgconfig/gstreamer-play.pc.in:
231           synchronize the two
232
233 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
234
235         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
236         (cdparanoia_open), (cdparanoia_event):
237           fix/add error handling
238         * po/POTFILES.in:
239           add cdparanoia source
240         * tools/Makefile.am:
241           make scripts executable
242
243 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
244
245         * configure.ac:
246         * ext/vorbis/Makefile.am:
247         * sys/Makefile.am:
248           remove id3types, vorbisfile and xvideosink from the build (#133783)
249
250 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
251
252         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
253           Fix metadata read crash (#136537).
254
255 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
256
257         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
258         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
259           adding mime types, fixing the one-stop function
260
261 2004-03-08  Christian Schaller <Uraeus@gnome.org>
262
263         * ext/nas/nassink.c and /ext/nas/nassink.h:
264         More NAS love from Arwed von Merkatz
265         So lets all sing 'Can you feel the NAS tonight' 
266
267 2004-03-08  Christian Schaller <Uraeus@gnome.org>
268
269         * tools/gst-launch-ext.in: 
270         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
271
272 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
273
274         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
275         (gst_mpeg2dec_init):
276         remove the user_data pad for now, because it is being used in
277         fixating causing MPEG playback to fixate on 1000 Hz for playback.
278         If someone knows how to fix this properly, please do.
279
280 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
281
282         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
283         (gst_osssink_get_time):
284         add a warning, IMO this won't get triggered anymore, remove later
285
286 2004-03-07  David Schleef  <ds@schleef.org>
287
288         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
289         format (bug #136470)
290
291 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
292
293         * gst-libs/Makefile.am:
294         * gst-libs/gst/media-info/Makefile.am:
295         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
296         (error_callback), (gst_media_info_error_create),
297         (gst_media_info_error_element), (gmip_init), (gmip_reset),
298         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
299         * gst-libs/gst/media-info/media-info-priv.h:
300         * gst-libs/gst/media-info/media-info-test.c: (main):
301         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
302         (gst_media_info_class_init), (gst_media_info_instance_init),
303         (gst_media_info_set_source), (gst_media_info_read_with_idler),
304         (gst_media_info_read_idler), (gst_media_info_read):
305         * gst-libs/gst/media-info/media-info.h:
306         fixed, should work now
307
308 2004-03-07  Christian Schaller <Uraeus@gnome.org>
309
310         * ext/nas/nassink.c:
311         A bunch of NAS fixes from Arwed von Merkatz
312
313 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
314
315         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
316         (qtdemux_parse_trak):
317           Fix crash (j might be greater than n_samples, in which case we're
318           writing outside the allocated space for the array) and memleak.
319
320 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
321
322         * sys/oss/gstosssink.c: (gst_osssink_chain):
323           And another caller that couldn't handle delay < 0 (unsigned
324           integer overflow). Video now continues playing on an audio
325           buffer underrun, and the clock continues working. Audio still
326           stalls.
327
328 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
329
330         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
331         (gst_osssink_get_time):
332           get_delay() may return values lower than 0. In those cases, we
333           should not actually cast to *unsigned* int64, that will break
334           stuff horribly. In my case, it screwed up A/V sync in movies
335           in totem rather badly.
336
337 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
338
339         * ext/faac/gstfaac.c: (gst_faac_chain):
340         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
341         * ext/libpng/gstpngenc.c: (user_write_data):
342         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
343         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
344         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
345         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
346         Fix several misuse of gst_buffer_merge (it doesn't take ownership
347         of any buffer), should fix some leaks. I hope I didn't unref buffers
348         that shouldn't be...
349         
350 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
351
352         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
353         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
354         (error_callback), (gmi_reset), (gmi_seek_to_track),
355         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
356         (gmip_find_type_post), (gmip_find_stream_post),
357         (gmip_find_track_streaminfo_post):
358         * gst-libs/gst/media-info/media-info-priv.h:
359         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
360         (info_print), (main):
361         * gst-libs/gst/media-info/media-info.c:
362         (gst_media_info_error_create), (gst_media_info_error_element),
363         (gst_media_info_instance_init), (gst_media_info_get_property),
364         (gst_media_info_new), (gst_media_info_set_source),
365         (gst_media_info_read_idler), (gst_media_info_read):
366         * gst-libs/gst/media-info/media-info.h:
367           first pass at making this work again.  This seems to work on
368           tagged ogg/vorbis and mp3 files.
369
370 2004-03-06  Benjamin Otte  <otte@gnome.org>
371
372         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
373           fix huge leak: gst_buffer_merge doesn't unref the first argument
374           itself.
375
376 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
377
378         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
379           report layer/mode/emphasis
380
381 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
382
383         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
384
385 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
386
387         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
388           signal serial
389
390 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
391
392         * ext/vorbis/vorbis.c: (plugin_init):
393         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
394         (gst_vorbis_dec_init), (vorbis_dec_event):
395         add debug category
396         make vorbisdec handle _BYTE and _TIME queries
397
398 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
399
400         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
401           from the xing header
402
403 2004-03-06  Benjamin Otte  <otte@gnome.org>
404
405         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
406         (gst_audio_convert_link), (gst_audio_convert_change_state),
407         (gst_audio_convert_buffer_from_default_format):
408           do conversions from/to float correctly, fix some caps nego errors,
409           export correct supported caps in template and getcaps, use correct
410           caps in try_set_caps functions
411
412 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
413
414         For some reason, I only committed a ChangeLog entry yesterday and 
415         not the corresponding code...
416         * ext/mad/gstmad.c: Fix detection of Xing headers
417         * gst/tags/gstid3tag.c: Changes to support TLEN tags
418
419 2004-03-06  Benjamin Otte  <otte@gnome.org>
420
421         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
422         (gst_ogg_demux_src_query):
423           make sure to handle the case where there's no current chain
424           gracefully.
425
426 2004-03-05  David Schleef  <ds@schleef.org>
427
428         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
429         Add fixate function. (bug #131128)
430         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
431         (gst_sdlvideosink_fixate):  Add fixate function.
432         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
433         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
434         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
435         Fix missing break that was causing ulaw to be interpreted as
436         raw int.
437
438 2004-03-05  David Schleef  <ds@schleef.org>
439
440         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
441         Fix code that ignores return value of gst_buffer_merge().
442         (bug #114560)
443         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
444         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
445         * testsuite/gst-lint:  Check for above.
446
447 2004-03-05  David Schleef  <ds@schleef.org>
448
449         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
450         caps and throw an element error.  (bug #136334)
451
452 2004-03-05  David Schleef  <ds@schleef.org>
453
454         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
455         (gst_faad_chain): Fix negotiation.
456         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
457         key and button events.
458         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
459         dung heap of code.
460         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
461         depends on gconf
462         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
463         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
464         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
465         function to encourage better negotiation, particularly between
466         audioconvert and osssink.
467         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
468         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
469         more important.
470         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
471         typefinding.
472         * gst/vbidec/vbiscreen.c:  Add glib header
473         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
474
475 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
476
477         * ext/mad/gstmad.c: Fix detection of Xing headers
478         * gst/tags/gstid3tag.c: Changes to support TLEN tags
479
480 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
481
482         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
483         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
484           debug updates
485
486 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
487
488         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
489         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
490         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
491         files, and report the parsed length as a GST_TAG_DURATION tag.
492         * gst/tags/gstid3tag.c: support TLEN (duration) tag
493
494 2004-03-05  Benjamin Otte  <otte@gnome.org>
495
496         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
497           convert channels correctly. convert correctly to unsigned.
498
499 2004-03-05  Julien MOUTTE <julien@moutte.net>
500
501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
502         we have a window before clearing it.
503
504 2004-03-05  Julien MOUTTE <julien@moutte.net>
505
506         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
507         have a window before clearing it.
508
509 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
510
511         * gconf/gstreamer.schemas.in:
512         * gst-libs/gst/gconf/Makefile.am:
513           version installation path the same way as for 0.6
514         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
515         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
516         * pkgconfig/gstreamer-play-uninstalled.pc.in:
517           remove comment that was fixed
518
519 2004-03-05  David Schleef  <ds@schleef.org>
520
521         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
522         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
523         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
524         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
525         Add prototype code for handling seeking and querying.
526
527 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
528
529         * examples/gstplay/player.c: (main):
530           Initialize variables to NULL. Prevents a segfault because the
531           (uninitialized) variable is not NULL, resulting in a crash on
532           trying to reach error->message.
533
534 2004-03-05  Benjamin Otte  <otte@gnome.org>
535
536         * gst/audioconvert/gstaudioconvert.c:
537         (gst_audio_convert_buffer_to_default_format):
538         make float=>int conversion work correctly even in cornercases.
539
540 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
541
542         * debian/README.Debian:
543         * debian/build-deps:
544         * debian/changelog:
545         * debian/control:
546         * debian/control.in:
547         * debian/copyright:
548         * debian/gstreamer-a52dec.files:
549         * debian/gstreamer-aa.files:
550         * debian/gstreamer-alsa.files:
551         * debian/gstreamer-alsa.manpages:
552         * debian/gstreamer-arts.files:
553         * debian/gstreamer-artsd.files:
554         * debian/gstreamer-audiofile.files:
555         * debian/gstreamer-avifile.files:
556         * debian/gstreamer-cdparanoia.files:
557         * debian/gstreamer-colorspace.files:
558         * debian/gstreamer-doc.files:
559         * debian/gstreamer-dv.files:
560         * debian/gstreamer-dvd.files:
561         * debian/gstreamer-esd.files:
562         * debian/gstreamer-festival.files:
563         * debian/gstreamer-flac.files:
564         * debian/gstreamer-gconf.conffiles:
565         * debian/gstreamer-gconf.files:
566         * debian/gstreamer-gconf.postinst:
567         * debian/gstreamer-gnomevfs.files:
568         * debian/gstreamer-gsm.files:
569         * debian/gstreamer-http.files:
570         * debian/gstreamer-jack.files:
571         * debian/gstreamer-jpeg.files:
572         * debian/gstreamer-mad.files:
573         * debian/gstreamer-mikmod.files:
574         * debian/gstreamer-misc.files:
575         * debian/gstreamer-mpeg2dec.files:
576         * debian/gstreamer-oss.files:
577         * debian/gstreamer-plugin-apps.files:
578         * debian/gstreamer-plugin-apps.manpages:
579         * debian/gstreamer-plugin-libs-dev.files:
580         * debian/gstreamer-plugin-libs.files:
581         * debian/gstreamer-plugin-template.postinst:
582         * debian/gstreamer-plugin-template.postrm:
583         * debian/gstreamer-sdl.files:
584         * debian/gstreamer-sid.files:
585         * debian/gstreamer-vorbis.files:
586         * debian/gstreamer-x.files:
587         * debian/mk.control:
588         * debian/rules:
589         Debian package info not maintained here.
590
591 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
592
593         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
594         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
595         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
596         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
597         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
598         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
599         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
600         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
601         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
602         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
603         * gst-libs/gst/colorbalance/colorbalance.c:
604         (gst_color_balance_class_init):
605         * gst-libs/gst/colorbalance/colorbalancechannel.c:
606         (gst_color_balance_channel_class_init):
607         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
608         * gst-libs/gst/play/play.c: (gst_play_class_init):
609         * gst-libs/gst/propertyprobe/propertyprobe.c:
610         (gst_property_probe_iface_init):
611         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
612         * gst-libs/gst/tuner/tunerchannel.c:
613         (gst_tuner_channel_class_init):
614         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
615         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
616         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
617         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
618         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
619         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
620         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
621         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
622         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
623           fix signals to use - instead of _
624         * ext/libcaca/gstcacasink.h:
625         * ext/sdl/sdlvideosink.h:
626           fix header rename
627
628 2004-03-04  David Schleef  <ds@schleef.org>
629
630         * testsuite/gst-lint:  Add a check for bad signal names.
631
632 2004-03-04  <kost@imn.htwk-leipzig.de>
633
634         reviewed by David Schleef
635
636         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
637         modified the alpha channel and caused a warning. (bug #136192)
638
639 2004-04-03  Christian Schaller <Uraeus@gnome.org>
640
641         * gst-plugins.spec.in:
642         Change names of plugins to actually be correct. Try to keep things
643         alphabetical to avoid getting beat up by Thomas
644
645 2004-03-03  Julien MOUTTE <julien@moutte.net>
646
647         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
648         Using ximagesink as a default if no gconf key found. We should
649         probably consider using alsasink instead of osssink for the audio
650         part.
651
652 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
653
654         * configure.ac:
655           fix --with-plugins, don't think it ever worked before
656         * gst-plugins.spec.in:
657           even more updates
658
659 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
660
661         * ext/sdl/sdlvideosink.h:
662         * sys/ximage/ximagesink.h:
663         * sys/xvideo/xvideosink.h:
664         * sys/xvimage/xvimagesink.h:
665           Fix for move of gstvideosink.h -> videosink.h.
666
667 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
668
669         * gst-libs/gst/xwindowlistener/Makefile.am:
670           this is a plugin library, not a library
671
672 2004-03-01  David Schleef  <ds@schleef.org>
673
674         * AUTHORS:  Added some names.  Add yourself if you're still
675         missing.
676
677 2004-03-01  David Schleef  <ds@schleef.org>
678
679         * MAINTAINERS: Add
680
681 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
682
683         * gst-plugins.spec.in: clean up spec file
684
685 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
686
687         * gst-libs/gst/video/Makefile.am:
688         * gst-libs/gst/video/gstvideosink.c:
689         * gst-libs/gst/video/gstvideosink.h:
690           rename gstvideosink.h to videosink.h to match other headers
691         * gst/mixmatrix/Makefile.am:
692           fix plugin filename
693         * gst/tags/Makefile.am: fix plugin filename
694
695 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
696
697         * gst/tags/Makefile.am: fix plugin filename
698
699 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
700
701         * examples/gstplay/player.c: (got_time_tick), (main):
702           add error handler
703           display time_tick more readably
704         * gst/mixmatrix/Makefile.am:
705           fix plugin file name
706
707 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
708
709         * sys/oss/gstosselement.c: (gst_osselement_probe),
710         (device_combination_append), (gst_osselement_class_probe_devices):
711         * sys/oss/gstosselement.h: 
712           Reworked enumeration of oss dsps and mixers so that gst-mixer works
713           on my system using alsa oss emulation, fixes bug #135597
714
715 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
716
717         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
718         (gst_videodrop_chain), (gst_videodrop_change_state):
719         * gst/videodrop/gstvideodrop.h:
720           Work based on timestamp of input data, not based on the expected
721           framerate from the input. The consequence is that this element now
722           not only scales framerates, but also functions as a framerate
723           corrector or framerate stabilizer/constantizer.
724
725 2004-02-27  David Schleef  <ds@schleef.org>
726
727         patches from jmmv@menta.net (Julio M. Merino Vidal)
728
729         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
730         GST_ELEMENT_ERROR call (bug #135634)
731         * gst/interleave/interleave.c: (interleave_buffered_loop),
732         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
733         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
734         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
735         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
736         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
737         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
738         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
739         Fix GST_ELEMENT_ERROR call.
740         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
741         GST_ELEMENT_ERROR call.
742
743 2004-02-27  Benjamin Otte  <otte@gnome.org>
744
745         * gst-libs/gst/audio/audio.h:
746           add macro to make sure header isn't included twice
747         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
748           don't use gst_buffer_free
749         * gst/playondemand/filter.func:
750           don't use gst_data_free. Free data only once.
751
752 2004-02-26  David Schleef  <ds@schleef.org>
753
754         * gst-libs/gst/colorbalance/Makefile.am:
755         * gst-libs/gst/mixer/Makefile.am:
756         * gst-libs/gst/tuner/Makefile.am:
757         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
758         should not be disted, -marshal.h files should not be installed,
759         and -enum.h files _should_ be installed.  Fix to make this the
760         case.
761
762 === release 0.7.5 ===
763
764 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
765
766         * configure.ac: release 0.7.5, "Under The Sea"
767
768 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
769
770         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
771         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
772         * gst/videoscale/gstvideoscale.c:
773         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
774           assorted debug/warning fixes
775
776 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
777
778         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
779         (gst_videoscale_init), (gst_videoscale_chain),
780         (gst_videoscale_set_property), (plugin_init):
781         * gst/videoscale/gstvideoscale.h:
782         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
783         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
784         (gst_videoscale_planar400), (gst_videoscale_packed422),
785         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
786         (gst_videoscale_24bit), (gst_videoscale_16bit),
787         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
788         (gst_videoscale_scale_plane_slow),
789         (gst_videoscale_scale_point_sample),
790         (gst_videoscale_scale_nearest),
791         (gst_videoscale_scale_nearest_str2),
792         (gst_videoscale_scale_nearest_str4),
793         (gst_videoscale_scale_nearest_32bit),
794         (gst_videoscale_scale_nearest_24bit),
795         (gst_videoscale_scale_nearest_16bit):
796         add debugging category and use it properly
797         fix use of GST_PTR_FORMAT
798
799 2004-02-25  Andy Wingo  <wingo@pobox.com>
800
801         * gst/interleave/interleave.c (interleave_buffered_loop): Always
802         push only when channel->buffer is NULL. Prevents segfaults doing
803         the state change after a nonlocal exit, like a scheme exception.
804
805         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
806         Handle the case where the intersected caps is empty.
807
808 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
809
810         * gst/law/mulaw-decode.c: (mulawdec_link):
811         * gst/law/mulaw.c: (plugin_init):
812           fix mulawdec so it actually works again
813
814 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
815
816         reviewed by: David Schleef  <ds@schleef.org>
817
818         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
819         (gst_gamma_init), (gst_gamma_set_property),
820         (gst_gamma_get_property), (gst_gamma_calculate_tables),
821         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
822         for RGB, with separate r g and b correction factors.
823
824 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
825
826         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
827           only signal tags for bitrate if they're > 0 (#134894)
828
829 2004-02-24  David Schleef  <ds@schleef.org>
830
831         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
832         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
833         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
834         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
835         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
836         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
837         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
838         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
839         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
840         category.  Attempt to fix timestamp calculation.
841
842 2004-02-24  Johan Dahlin  <johan@gnome.org>
843
844         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
845
846 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
847
848         * configure.ac:
849         * gconf/Makefile.am:
850         * gconf/gstreamer.schemas:
851         * gst-libs/gst/gconf/Makefile.am:
852         * gst-libs/gst/gconf/gconf.c:
853           version gconf schemas and install locations
854
855 2004-02-23  Benjamin Otte  <otte@gnome.org>
856
857         * ext/xine/xineinput.c: (gst_xine_input_dispose):
858         (gst_xine_input_subclass_init):
859           call parent dispose.
860           change pad template for CD reader correctly
861         * ext/xine/Makefile.am:
862         * ext/xine/gstxine.h:
863         * ext/xine/xine.c: (plugin_init):
864         * ext/xine/xineaudiosink.c:
865           wrap audio sinks, too
866         * gst-libs/gst/resample/private.h:
867         * gst-libs/gst/resample/resample.c: (gst_resample_init),
868         (gst_resample_reinit), (gst_resample_scale),
869         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
870         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
871         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
872         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
873         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
874         * gst-libs/gst/resample/resample.h:
875         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
876         (gst_audioscale_class_init), (gst_audioscale_link),
877         (gst_audioscale_get_buffer), (gst_audioscale_init),
878         (gst_audioscale_chain), (gst_audioscale_set_property),
879         (gst_audioscale_get_property):
880         * gst/audioscale/gstaudioscale.h:
881           s/resample_*/gst_resample_*/i to not clobber namespaces
882
883 2004-02-23  Julien MOUTTE  <julien@moutte.net>
884
885         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
886         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
887         (gst_riff_create_video_template_caps),
888         (gst_riff_create_audio_template_caps),
889         (gst_riff_create_iavs_template_caps):
890         * gst-libs/gst/riff/riff-media.h:
891         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
892         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
893         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
894         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
895         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
896         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
897         (gst_matroska_demux_plugin_init): First batch implementing audio and 
898         video codec tags in demuxers.
899
900 2004-02-22  Benjamin Otte  <otte@gnome.org>
901
902         * ext/xine/Makefile.am:
903         * ext/xine/gstxine.h:
904         * ext/xine/xine.c: (plugin_init):
905         * ext/xine/xineinput.c:
906           add input plugin wrapper. Playback from files, http, mms and cdda
907           works.
908         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
909           remove leftover G_GNUC_UNUSED
910         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
911         (gst_asf_demux_identify_guid):
912           improve debugging output
913
914 2004-02-22  Benjamin Otte  <otte@gnome.org>
915
916         reported by: Padraig O'Briain <padraig.obriain@sun.com>
917
918         * autogen.sh:
919           replace test -e with test -x for mkinstalldirs to be more portable.
920           (fixes #134816)
921
922 2004-02-22  Benjamin Otte  <otte@gnome.org>
923
924         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
925
926         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
927           set rank to PRIMARY
928         * gst/volume/gstvolume.c: (plugin_init):
929           set rank to NONE
930         fixes #134960
931
932 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
933
934         reviewed by Benjamin Otte  <otte@gnome.org>
935
936         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
937           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
938
939 2004-02-22  Benjamin Otte  <otte@gnome.org>
940
941         * configure.ac:
942           export [_]*{gst,Gst,GST}.* symbols from plugins
943
944 2004-02-22  Christophe Fergeau <teuf@gnome.org>
945
946         reviewed by: Benjamin Otte  <otte@gnome.org>
947
948         * ext/lame/gstlame.c: (add_one_tag):
949         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
950         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
951         (gst_vorbisenc_metadata_set1):
952         * gst/tags/gstid3tag.c:
953         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
954           apply fixes from bugs #135042 (lame can't write tags) and #133817
955           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
956
957 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
958
959         * configure.ac: Export only gst_plugin_desc from plugins.
960          Note that this change only makes any effect with Linux using libtool 
961          1.5.2 or higher. Otherwise it is silently ignored, but it would build
962          fine. And don't try to have several versions of libtool in different
963          directories.
964
965 2004-02-20  Andy Wingo  <wingo@pobox.com>
966
967         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
968         interleave respectively.
969
970         * gst/interleave/deinterleave.c: New plugin: deinterleave
971         (replaces on oneton).
972         * gst/interleave/interleave.c: New plugin: interleave.
973         * gst/interleave/plugin.h: Support file.
974         * gst/interleave/plugin.c: Support file.
975
976         * configure.ac: Remove intfloat and oneton, add interleave.
977
978         * ext/sndfile/gstsf.c: Handle events better.
979
980         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
981         and float2int operation. int2float has scheduling problems as
982         noted in in2float_chain. 
983
984 2004-02-20  Benjamin Otte  <otte@gnome.org>
985
986         * ext/xine/Makefile.am:
987         * ext/xine/gstxine.h:
988         * ext/xine/xine.c: 
989         * ext/xine/xineaudiodec.c: 
990         * ext/xine/xinecaps.c: 
991           add first version of xine plugin wrapper. Currently only wraps the
992           QDM2 win32 DLL, and even that only in proof-of-concept quality.
993         * configure.ac:
994         * ext/Makefile.am:
995           add xine plugin wrapper, disabled by default. Use --enable-xine to
996           build. Note that it'll segfault on gst-register if you don't remove
997           the goom and tvtime post plugins from xine.
998         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
999         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
1000           add extradata parsing for QDM2.
1001           change around debugging prints.
1002
1003 2004-02-19  Benjamin Otte  <otte@gnome.org>
1004
1005         * ext/lame/gstlame.c: (gst_lame_chain):
1006         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
1007           use gst_tag_list_insert when you want to insert tags
1008
1009 2004-02-18  David Schleef  <ds@schleef.org>
1010
1011         * configure.ac:  Move massink to gst-rotten
1012         * ext/Makefile.am:
1013         * ext/mas/Makefile.am:
1014         * ext/mas/massink.c:
1015         * ext/mas/massink.h:
1016
1017 2004-02-18  David Schleef  <ds@schleef.org>
1018
1019         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
1020         typefinding, since it seems to be worse than nothing.
1021         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
1022         atom to recognize .mp4 and .m4a files as video/quicktime.
1023
1024 2004-02-18  David Schleef  <ds@schleef.org>
1025
1026         * gst/sine/demo-dparams.c: (quit_live),
1027         (dynparm_log_value_changed), (dynparm_value_changed), (main):
1028         Use double dparams, not float.
1029         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1030         (gst_sinesrc_init): Change sync default to FALSE, since multiple
1031         sync'd elements don't really work correctly.
1032         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
1033         (volume_update_volume), (volume_get_property):  Change dparam
1034         to double.
1035
1036 2004-02-18  Julien MOUTTE  <julien@moutte.net>
1037
1038         * sys/ximage/ximagesink.c:
1039         (gst_ximagesink_xwindow_update_geometry),
1040         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
1041         (gst_ximagesink_change_state), (gst_ximagesink_expose),
1042         (gst_ximagesink_init): Rework the way software video scaling works. So
1043         now we check on each chain call if the video frames are feeling the 
1044         window. If not we try to renegotiate caps. On failure we memorize that
1045         and we won't try again for that PLAYING sessions.
1046         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
1047         failure.
1048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
1049         synchronous flag.
1050
1051 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1052
1053         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
1054           break up _link so we can give a better debug message for errors
1055
1056 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1057
1058         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
1059           set up debug category
1060
1061 2004-02-18  Julien MOUTTE <julien@moutte.net>
1062
1063         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
1064         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
1065         the way renegotiation work. The event handling function is not taking
1066         care of external windows and renegotiate method check for pad flags
1067         NEGOTIATING. Should fix : #133209
1068
1069 2004-02-17  Julien MOUTTE  <julien@moutte.net>
1070
1071         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
1072         pad is negotiating before trying renegotiation.
1073
1074 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1075
1076         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
1077           pass on all possible mime types as typefind hints
1078
1079 2004-02-17  Julien MOUTTE <julien@moutte.net>
1080
1081         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
1082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
1083         possible SHM leak if we crash. All other apps using XShm are doing
1084         that.
1085
1086 2004-02-17  Julien MOUTTE  <julien@moutte.net>
1087
1088         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
1089         (gst_ximagesink_expose): Renegotiate size on expose.
1090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
1091         size on expose.
1092
1093 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1094
1095         * testsuite/alsa/sinesrc.c:
1096           cosmetic fix to fix compile issue with gcc 2.95.4
1097
1098 2004-02-16  Julien MOUTTE <julien@moutte.net>
1099
1100         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
1101         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
1102         failed opening the audio device.
1103         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
1104         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1105         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
1106         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
1107         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
1108         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
1109         (gst_ximagesink_change_state), (gst_ximagesink_chain),
1110         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
1111         Removing some useless g_return_if_fail like wingo suggested.
1112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1113         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
1114         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
1115         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
1116         (gst_xvimagesink_update_colorbalance),
1117         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
1118         (gst_xvimagesink_xcontext_clear),
1119         (gst_xvimagesink_get_fourcc_from_caps),
1120         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
1121         (gst_xvimagesink_set_xwindow_id),
1122         (gst_xvimagesink_colorbalance_list_channels),
1123         (gst_xvimagesink_colorbalance_set_value),
1124         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
1125         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
1126
1127 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1128
1129         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
1130           throw error when not negotiated instead of asserting
1131
1132 2004-02-15  Julien MOUTTE  <julien@moutte.net>
1133
1134         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
1135         correct data refcounting.
1136
1137 2004-02-15  Julien MOUTTE  <julien@moutte.net>
1138
1139         * gst/switch/gstswitch.c: (gst_switch_change_state),
1140         (gst_switch_class_init): Cleaning the sinkpads correctly on state
1141         change, mostly the EOS flag.
1142
1143 2004-02-15  Julien MOUTTE  <julien@moutte.net>
1144
1145         * examples/gstplay/player.c: (got_eos), (main): Adding some 
1146         output for debugging.
1147         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
1148         timeouts if we go to any state different from PLAYING.
1149         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
1150         more EOS bugs in riff lib.
1151
1152 2004-02-14  Julien MOUTTE  <julien@moutte.net>
1153
1154         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
1155         visualization until i find a way to fix switch correctly.
1156         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
1157         EOS arrives.
1158         * gst/switch/gstswitch.c: (gst_switch_release_pad),
1159         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
1160         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
1161         Reworked switch to get a more correct behaviour with events and refing
1162         of data stored in sinkpads.
1163         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
1164         we don't pull from a pad in EOS.
1165
1166 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1167
1168         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
1169           remove v1 tag even if we can't read it (makes sure we don't detect
1170           it again)
1171
1172 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1173
1174         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
1175         (gst_alsa_xrun_recovery):
1176         * ext/alsa/gstalsa.h:
1177           try xrun recovery when wait failed. Make xrun recovery function
1178           return TRUE/FALSE to indicate success. (might fix #134354)
1179
1180 2004-02-13  David Schleef  <ds@schleef.org>
1181
1182         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
1183         (dynparm_value_changed), (main): Convert from float to double.
1184         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
1185
1186 2004-02-13  David Schleef  <ds@schleef.org>
1187
1188         * gst/silence/gstsilence.c: (gst_silence_class_init),
1189         (gst_silence_set_clock), (gst_silence_get),
1190         (gst_silence_set_property), (gst_silence_get_property):
1191         * gst/silence/gstsilence.h: Add sync property.
1192         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1193         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
1194         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
1195         * gst/sine/gstsinesrc.h: Add sync property.
1196
1197 2004-02-13  David Schleef  <ds@schleef.org>
1198
1199         * gst/intfloat/gstint2float.c: (conv_f32_s16),
1200         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
1201
1202 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1203
1204         * configure.ac:
1205         * ext/Makefile.am:
1206         * gst-libs/ext/Makefile.am:
1207           move ffmpeg plugin to gst-ffmpeg module
1208
1209 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1210
1211         * configure.ac: use GST_ARCH to detect architecture
1212
1213 2004-02-12  Julien MOUTTE  <julien@moutte.net>
1214
1215         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
1216
1217 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1218
1219         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
1220           classify LADSPA plugins based on number of src/sink pads
1221           (#133663, Stefan Kost)
1222         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
1223           fix dparams registration
1224           (#133528, Stefan Kost)
1225         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
1226           fix use of isprint and use g_ascii_isprint instead
1227           (#133316, Stefan Kost)
1228
1229 2004-02-11  David Schleef  <ds@schleef.org>
1230
1231         Convert a few inner loops to use liboil.  This is currently
1232         optional, and is only enabled if liboil is present (duh!).
1233         * configure.ac: Check for liboil-0.1
1234         * gst/intfloat/Makefile.am:
1235         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
1236         (gst_int2float_chain_gint16):
1237         * gst/videofilter/Makefile.am:
1238         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
1239         (tablelookup_u8), (gst_videobalance_planar411):
1240         * gst/videotestsrc/Makefile.am:
1241         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
1242         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
1243         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
1244         (paint_hline_RGB565), (paint_hline_xRGB1555):
1245
1246 2004-02-11  David Schleef  <ds@schleef.org>
1247
1248         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
1249         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
1250         (gst_colorspace_getcaps), (gst_colorspace_link),
1251         (gst_colorspace_base_init), (gst_colorspace_init),
1252         (gst_colorspace_chain), (gst_colorspace_change_state),
1253         (plugin_init): Merge Ronald's patch (bug #117897) and update
1254         for new caps and negotiation.  Seems to work, although it
1255         shows off bugs in lcs.
1256
1257 2004-02-11  David Schleef  <ds@schleef.org>
1258
1259         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
1260         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
1261
1262 2004-02-11  David Schleef  <ds@schleef.org>
1263
1264         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
1265         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
1266         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
1267         Add server and port properties
1268
1269 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1270
1271         * m4/a52.m4:
1272         * m4/aalib.m4:
1273         * m4/as-ffmpeg.m4:
1274         * m4/as-liblame.m4:
1275         * m4/as-slurp-ffmpeg.m4:
1276         * m4/check-libheader.m4:
1277         * m4/esd.m4:
1278         * m4/freetype2.m4:
1279         * m4/gconf-2.m4:
1280         * m4/glib.m4:
1281         * m4/gst-alsa.m4:
1282         * m4/gst-artsc.m4:
1283         * m4/gst-ivorbis.m4:
1284         * m4/gst-matroska.m4:
1285         * m4/gst-sdl.m4:
1286         * m4/gst-shout2.m4:
1287         * m4/gst-sid.m4:
1288         * m4/gtk.m4:
1289         * m4/libdv.m4:
1290         * m4/libfame.m4:
1291         * m4/libmikmod.m4:
1292         * m4/ogg.m4:
1293         * m4/vorbis.m4:
1294           fix underquotedness of macros (#133800)
1295         * m4/as-avifile.m4:
1296         * m4/xmms.m4:
1297           removed because no longer used
1298
1299 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1300
1301         * configure.ac:
1302           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
1303           by autopoint (fixes #132996)
1304
1305 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1306
1307         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
1308         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
1309         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
1310         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
1311           fix memleaks
1312
1313 2004-02-11  David Schleef  <ds@schleef.org>
1314
1315         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
1316         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
1317         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
1318         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
1319         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
1320         (gst_jpegenc_class_init), (gst_jpegenc_init),
1321         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
1322         (gst_jpegenc_chain), (gst_jpegenc_set_property),
1323         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
1324         * ext/jpeg/gstjpegenc.h: Fix negotiation.
1325
1326 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1327
1328         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
1329         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
1330         * ext/mikmod/gstmikmod.h:
1331           fix caps negotiation in mikmod
1332         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
1333           output debug information
1334
1335 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1336
1337         * gst-libs/gst/colorbalance/Makefile.am:
1338         * gst-libs/gst/navigation/Makefile.am:
1339         * gst-libs/gst/xoverlay/Makefile.am:
1340           remove unused GST_OPT_CFLAGS from Makefiles
1341           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
1342
1343 2004-02-07  David Schleef  <ds@schleef.org>
1344
1345         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
1346         push events to pads that haven't been created (#133508)
1347
1348 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
1349
1350         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
1351         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
1352         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
1353         (gst_dvdec_loop), (gst_dvdec_change_state):
1354         Second attempt at committing a working dvdec element.
1355
1356 2004-02-06  David Schleef  <ds@schleef.org>
1357
1358         Build fixes for OS X: (see #129600)
1359         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
1360         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
1361         (gst_riff_read_strf_iavs):
1362         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
1363         (gst_avi_demux_stream_odml):
1364         * gst/playondemand/Makefile.am:
1365         * gst/rtp/rtp-packet.c:
1366
1367 2004-02-05  David Schleef  <ds@schleef.org>
1368
1369         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
1370         last change, because it Just Doesn't Compile.
1371
1372 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1373
1374         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
1375           skip undecodable id3v2 tag instead of keeping it
1376
1377 2004-02-05  David Schleef  <ds@schleef.org>
1378
1379         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
1380         Unref leaked buffer.  (Noticed by Ronald)
1381
1382 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
1383
1384         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
1385         Sync requires with other checks.  >= vs =.
1386
1387 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1388
1389         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
1390         (gst_dvdec_video_link), (gst_dvdec_loop):
1391         * ext/dv/gstdvdec.h:
1392           rework the caps negotiation so that dvdec works again instead
1393           of just segfaulting.
1394
1395 === gst-plugins 0.7.4 ===
1396
1397 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1398                                                                                 
1399         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
1400         * configure.ac: changed for release
1401
1402 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1403
1404         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
1405         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
1406         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
1407         * pkgconfig/gstreamer-play-uninstalled.pc.in:
1408           reworked patch by David Lehn to fix libdir and includedir for
1409           uninstalled libraries
1410           removed play and gconf from gstreamer-libs since they have their
1411           own pkgconfig files
1412
1413 2004-02-04  David Schleef  <ds@schleef.org>
1414
1415         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
1416         memleak.
1417
1418 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1419
1420         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
1421           use correct GST_TAG_ENCODER tag
1422
1423 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1424
1425         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
1426           be sure to stop the clock when going to paused
1427         * sys/oss/gstosssink.c: (gst_osssink_change_state):
1428           reset number of transmitted when going to ready.
1429         fixes #132935
1430
1431 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
1432
1433         reviewed by Benjamin Otte
1434
1435         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
1436           extract track count (fixes #133410)
1437
1438 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1439
1440         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
1441           that should be !=, not == (fixes #132519)
1442
1443 2004-02-04  David Schleef  <ds@schleef.org>
1444
1445         Make sure set_explicit_caps() is called before adding pad.
1446         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
1447         * gst/id3/gstid3types.c: (gst_id3types_loop):
1448         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
1449         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
1450
1451 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1452
1453         * configure.ac:
1454           bump nano to 2, first prerelease
1455           put back AM_PROG_LIBTOOL
1456
1457 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1458
1459         * testsuite/alsa/Makefile.am:
1460           these are user test apps, not automatic testsuite tests
1461
1462 2004-02-04  David Schleef  <ds@schleef.org>
1463
1464         Convert GST_DEBUG_CAPS() to GST_DEBUG():
1465         * gst/mpeg1videoparse/gstmp1videoparse.c:
1466         (mp1videoparse_parse_seq):
1467         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
1468         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
1469         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
1470         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
1471         (gst_xvideosink_getcaps):
1472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1473         * testsuite/gst-lint: more tests
1474
1475 2004-02-04  David Schleef  <ds@schleef.org>
1476
1477         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
1478         with the code that they would expand to.
1479         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
1480         (gst_flacdec_get_src_query_types),
1481         (gst_flacdec_get_src_event_masks):
1482         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
1483         (gst_gnomevfssrc_get_query_types),
1484         (gst_gnomevfssrc_get_event_mask):
1485
1486 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1487
1488         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1489         (gst_sinesrc_dispose):
1490           fix memleak by properly disposing sinesrc
1491
1492 2004-02-04  Julien MOUTTE  <julien@moutte.net>
1493
1494         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
1495         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
1496         an overlay to redraw the image because it has been exposed.
1497         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
1498         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
1499         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
1500         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
1501         interface
1502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
1503         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
1504         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
1505         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
1506         interface 
1507
1508 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1509
1510         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
1511           more memleak fixage
1512
1513 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1514
1515         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
1516         * gst/typefind/gsttypefindfunctions.c:
1517           fix memleaks shown by gst-typefind
1518
1519 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1520
1521         * common/glib-gen.mak:
1522           add hack rule to touch .Plo files
1523         * gst-libs/gst/colorbalance/Makefile.am:
1524         * gst-libs/gst/mixer/Makefile.am:
1525         * gst-libs/gst/play/Makefile.am:
1526         * gst-libs/gst/tuner/Makefile.am:
1527           remove glib_root variable
1528
1529 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1530
1531         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
1532           set explicit caps before adding the element, so the autopluggers can
1533           plug correctly.
1534         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
1535         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
1536         (mpeg_video_type_find), (mpeg_video_stream_type_find),
1537         (dv_type_find):
1538           fix memleaks in typefind functions. gst_type_find_suggest takes a const
1539           argument.
1540
1541 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1542
1543         * gst-libs/gst/colorbalance/Makefile.am:
1544         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
1545         * gst-libs/gst/colorbalance/colorbalance.c:
1546         * gst-libs/gst/colorbalance/colorbalance.h:
1547         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
1548         * gst-libs/gst/mixer/Makefile.am:
1549         * gst-libs/gst/mixer/mixer-marshal.list:
1550         * gst-libs/gst/mixer/mixer.c:
1551         * gst-libs/gst/mixer/mixer.h:
1552         * gst-libs/gst/mixer/mixermarshal.list:
1553         * gst-libs/gst/play/Makefile.am:
1554         * gst-libs/gst/play/play.h:
1555         * gst-libs/gst/tuner/Makefile.am:
1556         * gst-libs/gst/tuner/tuner-marshal.list:
1557         * gst-libs/gst/tuner/tuner.c:
1558         * gst-libs/gst/tuner/tuner.h:
1559         * gst-libs/gst/tuner/tunermarshal.list:
1560           use new glib-gen.mak snippet to clean up Makefile.am
1561           fix various bugs in Makefile.am's
1562
1563 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1564
1565         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
1566           handle chain parsing correctly in the multichain case
1567         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
1568         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
1569         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
1570         (theora_dec_chain):
1571           handle events and queries correctly
1572
1573 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
1574
1575         * .cvsignore:
1576         Ignore generated file _stdint.h.
1577
1578 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
1579
1580         * gst-libs/gst/colorbalance/Makefile.am:
1581         * gst-libs/gst/colorbalance/colorbalance.h:
1582         * gst-libs/gst/mixer/Makefile.am:
1583         * gst-libs/gst/mixer/mixer.h:
1584         * gst-libs/gst/play/Makefile.am:
1585         * gst-libs/gst/play/play.h:
1586         * gst-libs/gst/tuner/Makefile.am:
1587         * gst-libs/gst/tuner/tuner.h:
1588         Generate enum type code with glib-mkenums.
1589         * gst-libs/gst/colorbalance/.cvsignore:
1590         * gst-libs/gst/mixer/.cvsignore:
1591         * gst-libs/gst/play/.cvsignore:
1592         * gst-libs/gst/tuner/.cvsignore:
1593         Ignore generated files.
1594
1595 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
1596
1597         * gst-libs/gst/audio/.cvsignore:
1598         Ignore generated file.
1599         * gst-libs/gst/audio/Makefile.am:
1600         Do not install example filter.
1601
1602 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
1603
1604         * examples/switch/.cvsignore:
1605         Ignore generated file.
1606
1607 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1608
1609         * common/m4/ax_create_stdint_h.m4:
1610         * configure.ac:
1611           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
1612           _stdint.h.
1613         * Makefile.am:
1614           remove generated _stdint.h in DISTCLEANFILES
1615         * ext/a52dec/gsta52dec.c:
1616           include _stdint.h for a52dec. (should fix #133064)
1617
1618 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
1619
1620         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
1621         (gst_tag_to_vorbis_comments):
1622         Add replaygain support to vorbistag
1623
1624 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
1625         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
1626         (gst_ffmpeg_caps_to_extradata):
1627           Fix SVQ3 caps flag properties
1628           Use glib macro for bytes swap
1629
1630 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1631
1632         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
1633         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
1634         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1635         * ext/sndfile/gstsf.c: (plugin_init):
1636         * gst/avi/gstavi.c: (plugin_init):
1637         * sys/dxr3/dxr3init.c: (plugin_init):
1638         * sys/oss/gstossaudio.c: (plugin_init):
1639         * sys/v4l/gstv4l.c: (plugin_init):
1640         * sys/v4l2/gstv4l2.c: (plugin_init):
1641           remove textdomain calls
1642         * po/nl.po:
1643           update Dutch translation
1644
1645 2004-02-02  Julien MOUTTE  <julien@moutte.net>
1646
1647         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
1648         (gst_play_set_audio_sink): Moving volume in the audio thread for 
1649         instantaneous volume change. Maybe i will add another volume in front
1650         of visualization later, not sure yet though.
1651
1652 2004-02-02  Julien MOUTTE  <julien@moutte.net>
1653
1654         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
1655         (gst_ximagesink_handle_xevents): Better X events handling, only take
1656         the latest events for configure and motion.
1657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
1658
1659 2004-02-02  Jon Trowbridge  <trow@gnu.org>
1660
1661         reviewed by: David Schleef  <ds@schleef.org>
1662
1663         Fix memory leaks:
1664         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
1665         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
1666
1667 2004-02-02  David Schleef  <ds@schleef.org>
1668
1669         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
1670         of lines.
1671         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
1672         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
1673         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
1674         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
1675         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
1676         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
1677         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
1678         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
1679         (gst_float2_2_int_link):
1680         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
1681         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
1682         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
1683         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
1684         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
1685         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
1686         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
1687         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1688         * testsuite/gst-lint: Add tests for bzero and ;;
1689
1690 2004-02-02  David Schleef  <ds@schleef.org>
1691
1692         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
1693
1694 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1695
1696         * ext/aalib/gstaasink.c: (gst_aasink_open):
1697         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
1698         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1699         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
1700         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
1701         (gst_afsink_close_file):
1702         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
1703         (gst_afsrc_close_file):
1704         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
1705         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
1706         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
1707         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
1708         * ext/esd/esdmon.c: (gst_esdmon_get):
1709         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
1710         * ext/faac/gstfaac.c: (gst_faac_chain):
1711         * ext/faad/gstfaad.c: (gst_faad_chain):
1712         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
1713         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
1714         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
1715         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
1716         (gst_flacdec_loop):
1717         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
1718         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
1719         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
1720         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
1721         (gst_gnomevfssink_close_file):
1722         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
1723         (gst_gnomevfssrc_open_file):
1724         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
1725         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
1726         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
1727         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
1728         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
1729         * ext/mad/gstmad.c: (gst_mad_chain):
1730         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
1731         * ext/mpeg2dec/gstmpeg2dec.c:
1732         * ext/mpeg2enc/gstmpeg2enc.cc:
1733         * ext/mplex/gstmplex.cc:
1734         * ext/mplex/gstmplexibitstream.cc:
1735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
1736         (gst_ogg_demux_push):
1737         * ext/raw1394/gstdv1394src.c:
1738         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
1739         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
1740         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
1741         (gst_sf_loop):
1742         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
1743         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
1744         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
1745         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
1746         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
1747         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
1748         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
1749         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
1750         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
1751         (gst_riff_read_element_data), (gst_riff_read_seek),
1752         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
1753         * gst/adder/gstadder.c: (gst_adder_loop):
1754         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
1755         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
1756         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
1757         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
1758         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
1759         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
1760         * gst/goom/gstgoom.c: (gst_goom_chain):
1761         * gst/id3/gstid3types.c: (gst_id3types_loop):
1762         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
1763         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
1764         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
1765         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1766         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
1767         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
1768         (gst_ebml_read_float), (gst_ebml_read_header):
1769         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
1770         (gst_matroska_demux_parse_blockgroup):
1771         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
1772         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
1773         * gst/oneton/gstoneton.c: (gst_oneton_chain):
1774         * gst/silence/gstsilence.c: (gst_silence_get):
1775         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
1776         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
1777         * gst/speed/gstspeed.c: (speed_loop):
1778         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
1779         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
1780         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
1781         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1782         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
1783         (gst_wavparse_loop):
1784         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
1785         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
1786         (dxr3audiosink_close):
1787         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
1788         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
1789         (dxr3videosink_close), (dxr3videosink_write_data):
1790         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
1791         * sys/oss/gstosssink.c: (gst_osssink_chain):
1792         * sys/oss/gstosssrc.c: (gst_osssrc_get):
1793         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
1794         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
1795         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
1796         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
1797         (gst_v4l_set_window), (gst_v4l_enable_overlay):
1798         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
1799         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
1800         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
1801         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
1802         (gst_v4l_set_audio):
1803         * sys/v4l/v4l_calls.h:
1804         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
1805         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
1806         (gst_v4lmjpegsink_playback_init),
1807         (gst_v4lmjpegsink_playback_start):
1808         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
1809         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
1810         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
1811         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
1812         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
1813         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
1814         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
1815         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1816         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
1817         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
1818         (gst_v4l2_get_output), (gst_v4l2_set_output),
1819         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
1820         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
1821         (gst_v4l2_set_attribute):
1822         * sys/v4l2/v4l2_calls.h:
1823         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
1824         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
1825         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
1826         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
1827         (gst_v4l2src_capture_stop):
1828         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
1829         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1830         (gst_ximagesink_chain):
1831         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
1832         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
1833         (gst_xvideosink_xwindow_new):
1834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1835         (gst_xvimagesink_chain):
1836
1837 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1838
1839         * gst/volume/gstvolume.c: (gst_volume_set_volume),
1840         (gst_volume_get_volume), (volume_class_init), (volume_init),
1841         (volume_chain_int16), (volume_update_volume):
1842         * gst/volume/gstvolume.h:
1843           make code more readable by removing magic numbers
1844           make mixer interface export 0-100 range
1845           make it internally map to 0.0-1.0 range so users don't distort
1846           output by putting the sliders at full volume
1847
1848 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1849
1850         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
1851         (gst_play_state_change), (gst_play_seek_to_time):
1852         block the tick callback for 0.5 secs after doing a seek
1853
1854 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1855
1856         * gst-libs/gst/play/play.c: (gst_play_new):
1857           check for GError
1858
1859 2004-02-01  Julien MOUTTE  <julien@moutte.net>
1860
1861         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
1862         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
1863         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
1864         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
1865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
1866         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
1867
1868 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1869
1870         * configure.ac:
1871         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
1872           check for a function added in vorbis 1.1
1873
1874 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1875
1876         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
1877         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
1878           really start/stop clock only on PLAYING <=> PAUSED
1879         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1880           remove \n from debugging lines
1881         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
1882           make it work when seeking does not
1883         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
1884           reset on DISCONT
1885
1886 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1887
1888         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
1889           start clock on PAUSED=>PLAYING, not later
1890         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1891           extract correct time for different discont formats
1892         (gst_alsa_sink_get_time):
1893           don't segfault when no format is negotiated yet, just return 0
1894         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
1895         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
1896         (gst_ogg_pad_push):
1897           handle flush and discont events correctly
1898         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
1899           handle discont events correctly
1900
1901 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
1902
1903         * gst-libs/gst/play/play.c: (gst_play_error_quark),
1904         (gst_play_error_create), (gst_play_error_plugin),
1905         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
1906         * gst-libs/gst/play/play.h:
1907           add error handling during creation
1908         * examples/gstplay/player.c: (main):
1909           use new gst_play_new
1910           
1911
1912 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1913
1914         * ext/theora/theoradec.c: (theora_dec_chain):
1915           make comments work
1916         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1917         (vorbis_dec_src_event), (vorbis_dec_chain):
1918           add encoder tag, fix tag reading to be more error tolerant, change
1919           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
1920           gst_pad_event_default.
1921         * gst/tags/gstvorbistag.c:
1922         (gst_tag_list_from_vorbiscomment_buffer):
1923           undefine function specific define at end of function
1924
1925 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
1926
1927         * ext/flac/gstflac.c: (plugin_init):
1928         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
1929         * ext/flac/gstflacdec.h:
1930         * ext/flac/gstflacenc.h:
1931           Fix typos
1932
1933 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
1934
1935         * examples/gstplay/player.c: s/gstplay.h/play.h/
1936
1937 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1938
1939         * gst-libs/gst/play/Makefile.am:
1940         * gst-libs/gst/play/gstplay.c:
1941         * gst-libs/gst/play/gstplay.h:
1942         * gst-libs/gst/play/play.c:
1943           more surgery, operation complete
1944
1945 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1946
1947         * gst-libs/gst/play/play.old.c:
1948         * gst-libs/gst/play/play.old.h:
1949           after CVS surgery by moving, remove
1950         * gst-libs/gst/play/playpipelines.c:
1951           remove
1952           
1953         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
1954           add negotiation error
1955
1956 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1957
1958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
1959         (gst_ogg_demux_push):
1960           add some seeking debug info
1961           send a flush when seeking
1962
1963 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1964
1965         * configure.ac:
1966           use AC_C_INLINE
1967         * configure.ac:
1968         * ext/Makefile.am:
1969         * ext/theora/Makefile.am:
1970         * ext/theora/theoradec.c: 
1971           add theora video decoder. Does just do simple decoding for now and
1972           has been tested against Theora cvs only. It only works when theora
1973           is compiled with --enable-static.
1974         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
1975           always reset packetno on DISCONT
1976
1977 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1978
1979         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
1980           Fix audio.
1981
1982 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1983
1984         * gst/mpegaudioparse/gstmpegaudioparse.c:
1985         (mp3_type_frame_length_from_header):
1986           Fix header parsing - stolen from ffmpeg (thank you! :) ).
1987
1988 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1989
1990         * ext/esd/esdsink.c: (gst_esdsink_init):
1991           Since we have static pad template caps, we don't need to negotiate;
1992           either the core errors out or we know the format.
1993
1994 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1995
1996         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
1997         (gst_riff_read_seek):
1998         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1999         (gst_ebml_read_seek):
2000           Fix event handling.
2001
2002 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2003
2004         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
2005           removee video/x-theora from vp3 decoder, it doesn't handle raw
2006           theora streams
2007         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
2008           fix bug with finalizing element that never went to PAUSED
2009         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
2010           length and position queries were swapped
2011         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
2012         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
2013         (vorbis_dec_src_event):
2014           implement querying time and bytes
2015
2016 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2017
2018         * just about every source file:
2019           gst_element_error -> GST_ELEMENT_ERROR
2020
2021 2004-01-29  Julien MOUTTE  <julien@moutte.net>
2022
2023         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
2024         emiting FLUSH and even before DISCONT.
2025         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
2026         get the best instant seeking as possible yay!
2027
2028 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2029
2030         * gst/mpeg1videoparse/gstmp1videoparse.c:
2031         (gst_mp1videoparse_real_chain):
2032           Committed wrong version last week... Grr... Didn't notice until now.
2033
2034 2004-01-29  Julien MOUTTE <julien@moutte.net>
2035
2036         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
2037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
2038         have_xwindow_id signal in xwindow_create.
2039
2040 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2041
2042         * ext/ogg/gstoggdemux.c: 
2043           lots of changes - mainly support for chained bitstreams, seeking,
2044           querying and bugfixes of course
2045         * ext/vorbis/Makefile.am:
2046         * ext/vorbis/vorbisdec.c: 
2047         * ext/vorbis/vorbisdec.h:
2048           add vorbisdec raw vorbis decoder
2049         * ext/vorbis/vorbis.c: (plugin_init):
2050           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
2051         * gst/intfloat/Makefile.am:
2052         * gst/intfloat/float22int.c:
2053         * gst/intfloat/float22int.h:
2054         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
2055           add float2intnew plugin. It converts multichannel interleaved float to
2056           multichannel interleaved int. The name should probably be changed.
2057         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
2058         (plugin_init):
2059           add typefinding for raw theora video so oggdemux can detect it.
2060
2061 2004-01-28  Julien MOUTTE  <julien@moutte.net>
2062
2063         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
2064         sink element first.
2065         * gst/videoscale/gstvideoscale.c:
2066         (gst_videoscale_handle_src_event): Fixing src event handler.
2067
2068 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2069
2070         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
2071         (gst_v4lsrc_open), (gst_v4lsrc_close),
2072         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
2073         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
2074         * sys/v4l/gstv4lsrc.h:
2075         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
2076         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
2077           Implement resizing... Hack. But that's why v4l is b0rked...
2078
2079 2004-01-28  Julien MOUTTE <julien@moutte.net>
2080
2081         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2082         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
2083         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
2084         (gst_ximagesink_xwindow_destroy):
2085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2086         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
2087         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
2088         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
2089         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
2090         correctly cleaning the image created to check xshm calls on succes,
2091         added a lot of XSync calls in X11 functions, and fixed a segfault when
2092         no image format was defined before negotiation happened.
2093
2094 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2095
2096         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
2097           use gst_element_get_time to get correct time
2098
2099 2004-01-28  Julien MOUTTE  <julien@moutte.net>
2100
2101         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
2102         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
2103         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
2104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
2105         (gst_xvimagesink_check_xshm_calls),
2106         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
2107         X plugins are now able to detect that XShm calls will fail even if the
2108         server claims that it has XShm support (remote displays most of the
2109         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
2110         so that we use non XShm functions. This feature is almost useless for
2111         xvimagesink as Xv is not supported on remote displays anyway, but 
2112         it might happen than even on the local display XShm calls fail.
2113
2114 2004-01-27  David Schleef  <ds@schleef.org>
2115
2116         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
2117         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
2118         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
2119         changed esdsink to only use 44100,16,2, since esd sucks at rate
2120         conversion and esdsink has had difficulty negotiating.
2121
2122 2004-01-27  Julien MOUTTE <julien@moutte.net>
2123
2124         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
2125         (gst_play_seek_to_time): Fixing the way to get current position.
2126
2127 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2128
2129         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
2130           use gst_element_get_time to get correct time
2131
2132 2004-01-27  Julien MOUTTE <julien@moutte.net>
2133
2134         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
2135         fix ever... Inverting 2 lines of code make spider autoplug correctly
2136         tagged mp3 !
2137
2138 2004-01-27  David Schleef  <ds@schleef.org>
2139
2140         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2141         Use gst_pad_try_set_caps_nonfixed().
2142
2143 2004-01-27  David Schleef  <ds@schleef.org>
2144
2145         * gst/ac3parse/gstac3parse.c: update to checklist 5
2146         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
2147         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
2148         * gst/audioscale/gstaudioscale.c: same
2149         * gst/auparse/gstauparse.c: same
2150         * gst/avi/gstavidemux.c: same
2151
2152 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2153
2154         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
2155           stop processing after EOS
2156
2157 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2158
2159         * gst/asfdemux/asfheaders.h:
2160         * gst/asfdemux/gstasfdemux.c: 
2161         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
2162         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
2163         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
2164           lot's of fixes to make data extraction simpler and get the code
2165           architecture and compiler independant. Add debugging category
2166         * gst/goom/gstgoom.c: (gst_goom_change_state):
2167           reset channel count on PAUSED=>READY, not READY=>PAUSED
2168
2169 2004-01-26  Colin Walters  <walters@verbum.org>
2170
2171         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
2172         code to pull a bigger buffer in iradio mode.  This as a side effect
2173         makes typefinding work.
2174
2175 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
2176
2177         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
2178         Fix SVQ3 decoding on PPC
2179
2180 2004-01-26  Julien MOUTTE <julien@moutte.net>
2181
2182         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
2183         that one managed to stay there... Fixed.
2184
2185 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
2186
2187         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
2188         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
2189         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
2190         (qtdemux_video_caps):
2191         * gst/qtdemux/qtdemux.h:
2192         Add SVQ3 specific flags to qtdemux and ffmpeg
2193
2194 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2195
2196         * gst-libs/gst/audio/audio.h:
2197           remove buffer-frames from audio caps
2198         * gst/audioconvert/gstaudioconvert.c:
2199           fix plugin to really work.
2200
2201 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2202
2203         * gst-libs/gst/mixer/mixer.c:
2204         * gst-libs/gst/propertyprobe/propertyprobe.c:
2205         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
2206         (gst_tuner_find_channel_by_name):
2207         * gst-libs/gst/tuner/tuner.h:
2208           Add gtk-doc style comments. Also fix a function name.
2209
2210 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2211
2212         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
2213         (gst_divxdec_negotiate):
2214           Fix for new capsnego - also fixes gst-player with divxdec.
2215
2216 2004-01-25  Julien MOUTTE  <julien@moutte.net>
2217
2218         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
2219         (gst_play_identity_handoff), (gst_play_set_location),
2220         (gst_play_set_visualization), (gst_play_connect_visualization): Another
2221         try in visualization implementation. Still have an issue with switch
2222         blocking when pulling from video_queue and only audio comes out of 
2223         spider.
2224         * gst/switch/gstswitch.c: (gst_switch_release_pad),
2225         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
2226         release method. And check if the pad is usable before pulling.
2227
2228 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2229
2230         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
2231         (gst_videobalance_init),
2232         (gst_videobalance_colorbalance_list_channels),
2233         (gst_videobalance_colorbalance_set_value),
2234         (gst_videobalance_colorbalance_get_value),
2235         (gst_videobalance_update_properties),
2236         (gst_videobalance_update_tables_planar411),
2237         (gst_videobalance_planar411):
2238         * gst/videofilter/gstvideobalance.h:
2239           Implement lookup-tables. +/- 10x faster.
2240
2241 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2242
2243         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
2244         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
2245           The index reading was broken. The rest worked fine, but the whole
2246           goal of my rewrite was to make avidemux readable, and this was
2247           not at all readable. Please use typed variables.
2248
2249 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2250
2251         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
2252           Additional pad usability check.
2253         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
2254         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
2255         (gst_mp1videoparse_real_chain):
2256           Fix MPEG video stream parsing. The original plugin had several
2257           issues, including not timestamping streams where the source was
2258           not timestamped (this happens with PTS values in mpeg system
2259           streams, but MPEG video is also a valid stream on its own so
2260           that needs timestamps too). We use the display time code for that
2261           for now. Also, if one incoming buffer contains multiple valid
2262           frames, we push them all on correctly now, including proper EOS
2263           handling. Lastly, several potential segfaults were fixed, and we
2264           properly sync on new sequence/gop headers to include them in next,
2265           not previous frames (since they're header for the next frame, not
2266           the previous). Also see #119206.
2267         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
2268         (bpf_from_header):
2269           Move caps setting so we only do it after finding several valid
2270           MPEG-1 fraes sequentially, not right after the first one (which
2271           might be coincidental).
2272         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
2273         (mpeg_video_type_find), (mpeg_video_stream_type_find),
2274         (plugin_init):
2275           Add unsynced MPEG video stream typefinding, and change some
2276           probability values so we detect streams rightly. The idea is as
2277           follows: I can have an unsynced system stream which contains
2278           video. In the current code, I would randomly get a type for either
2279           system or video stream type found, because the probabilities are
2280           being calculated rather randomly. I now use fixed values, so we
2281           always prefer system stream if that was found (and that is how it
2282           should be). If no system stream was found, we can still identity                the stream as video-only.
2283
2284 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2285
2286         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
2287         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
2288           don't write to buffer. Extract data without the need of
2289           __attribute__ ((packed))
2290
2291 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2292
2293         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
2294         (mpeg1_sys_type_find):
2295           Fix MPEG-1 stream typefinding.
2296
2297 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2298
2299         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
2300           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
2301
2302 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2303
2304         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
2305         * ext/esd/gstesd.c: (plugin_init):
2306           private debugging, better error reporting
2307
2308 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2309
2310         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
2311         (gst_riff_read_init), (gst_riff_read_change_state):
2312         * gst-libs/gst/riff/riff-read.h:
2313           Remove stuff fromold metadata system.
2314
2315 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2316
2317         * ext/ogg/gstoggdemux.c:
2318           Fix wrong file comment.
2319         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
2320         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
2321           Add metadata reading properly.
2322
2323 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2324
2325         * ext/Makefile.am:
2326           Fix nas DIST_SUBDIRS
2327           Uraeus:
2328           Fix bug where make distcheck doesn't get run on adding stuff to
2329           the build.
2330
2331 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2332
2333         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
2334         * ext/divx/gstdivxdec.h:
2335           Fix divx3 ("msmpeg4") playback using divxdec.
2336
2337 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2338
2339         * gst/typefind/gsttypefindfunctions.c:
2340         (mp3_type_frame_length_from_header): fix bug in length computation 
2341         (mp3_type_find): improve debugging output
2342
2343 2004-01-23  Julien MOUTTE  <julien@moutte.net>
2344
2345         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
2346         (gst_play_set_location), (gst_play_seek_to_time),
2347         (gst_play_set_audio_sink), (gst_play_set_visualization),
2348         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
2349         the pipeline from scratch. Visualization is back and switch went out as
2350         i realized it was not possible to use the way i wanted.
2351         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
2352         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
2353         clearing in state change from READY to NULL. So that one can clean the
2354         X ressources keeping the element.
2355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2356         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
2357         (gst_xvimagesink_colorbalance_set_value),
2358         (gst_xvimagesink_colorbalance_get_value),
2359         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
2360         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
2361         change from READY to NULL and fixed some stupid bugs in colorbalance
2362         get/set values. Also added the following feature : when nobody tries to
2363         set some values to the colorbalance levels before the xcontext is 
2364         grabbed, then when creating channels list from Xv attributes we set the
2365         internal values to the Xv defaults. This way we handle buggy Xv drivers
2366         that set default hue values far from the middle of the range (Thanks
2367         to Jon Trowbridge for pointing that issue).
2368         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
2369         colorbalance levels have been set before xcontext is grabbed.
2370
2371 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2372
2373         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
2374           Fix the ossmixer case where we shouldn't open /dev/dsp* because
2375           it might block operations (which is bad for a mixer).
2376
2377 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2378
2379         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
2380         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
2381         (gmip_find_type_pre):
2382         * gst-libs/gst/media-info/media-info-priv.h:
2383         * gst-libs/gst/media-info/media-info.c:
2384         (gst_media_info_instance_init), (gst_media_info_read_idler):
2385         add fakesink to get caps on decoder src pad again
2386         fix callback prototype to match new have_type signal signature
2387
2388 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2389
2390         * gst/adder/gstadder.c: (gst_adder_link):
2391           fix non-compile and cut-n-paste code
2392
2393 2004-01-21  David Schleef  <ds@schleef.org>
2394
2395         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
2396         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
2397         (gst_swfdec_init), (gst_swfdec_change_state):
2398         * ext/swfdec/gstswfdec.h:
2399         Fix negotiation.
2400         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
2401         (gst_adder_request_new_pad): Fix negotiation.
2402         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
2403         Add a fixate function.
2404         * gst/intfloat/gstfloat2int.c:
2405         * gst/intfloat/gstfloat2int.h:
2406         * gst/intfloat/gstint2float.c:
2407         * gst/intfloat/gstint2float.h:
2408         Completely rewrite the negotiation.  Doesn't quite work yet,
2409         due to some buffer-frames problem.
2410
2411 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2412
2413         * ext/gnomevfs/gstgnomevfssrc.c:
2414         * sys/v4l2/v4l2_calls.h:
2415           fix includes for distcheck
2416
2417 2004-01-21  Christian Schaller <uraeus@gnome.org>
2418
2419         * ext/nas/
2420         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
2421         based on earlier patch from Laurent Vivier
2422
2423 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
2424
2425         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
2426         Fix wma caps property
2427         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
2428         Fix typo (flags1 and flags2)
2429
2430 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2431
2432         * gst-libs/gst/media-info/media-info-priv.c:
2433         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
2434         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
2435         (gmip_find_stream), (gmip_find_track_metadata),
2436         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
2437         (gmip_find_track_format):
2438         * gst-libs/gst/media-info/media-info-priv.h:
2439         * gst-libs/gst/media-info/media-info-test.c: (main):
2440         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
2441         (gst_media_info_read_idler), (gst_media_info_read):
2442         * gst-libs/gst/media-info/media-info.h:
2443           register debugging category and use it for debugging
2444
2445 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2446
2447         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
2448         (gst_vorbisfile_new_link):
2449           signal streaminfo through tags
2450
2451 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2452
2453         * ext/mplex/gstmplex.cc:
2454         * ext/mplex/gstmplexibitstream.cc:
2455           g++ doesn't like NULL in our i18n/error macros, should be
2456           either (NULL) or ("").
2457
2458 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2459
2460         * sys/dxr3/dxr3audiosink.c:
2461         * sys/dxr3/dxr3init.c:
2462         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
2463         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
2464           Fix more error error error errors (missing includes here).
2465
2466 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2467
2468         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
2469           fix thomas' error errors.
2470
2471 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2472
2473         * ext/mpeg2enc/gstmpeg2enc.cc:
2474           fix error errors.
2475
2476 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2477
2478         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
2479         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
2480           Fix for new error system.
2481
2482 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2483
2484         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
2485           fix for new error reporting
2486
2487 2004-01-20  David Schleef  <ds@schleef.org>
2488
2489         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
2490         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
2491         (gst_ximagesink_set_xwindow_id): Change to using a framerate
2492         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
2493         and neither is 100+, most likely.
2494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2495         (gst_xvimagesink_getcaps): same
2496
2497 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2498
2499         * configure.ac:
2500           Up version requirement to 2.0.3 (not yet released) to avoid symbol
2501           clashes with ffmpeg.
2502
2503 2004-01-20  Julien MOUTTE  <julien@moutte.net>
2504
2505         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
2506         (gst_switch_init): Fixed switch element : proxying link and setting
2507         caps from src to sink on request.
2508
2509 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2510
2511         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
2512         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
2513         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
2514         fix element_error
2515
2516 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2517
2518         * sys/v4l/v4l_calls.h:
2519         * sys/v4l2/v4l2_calls.h:
2520           element_error fixes
2521
2522 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2523
2524         * gst-libs/gst/gst-i18n-plugin.h:
2525           add locale.h
2526           remove config.h inclusion
2527
2528 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2529
2530         * autogen.sh:
2531           adding autopoint invocation
2532         * Makefile.am:
2533         * configure.ac:
2534         * gst-libs/gst/gettext.h:
2535           adding gettext bits
2536         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
2537         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
2538         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2539         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
2540         (gst_gnomevfssink_close_file):
2541         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
2542         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
2543         * gst-libs/gst/gst-i18n-plugin.h:
2544         * gst/avi/gstavi.c: (plugin_init):
2545         * sys/dxr3/dxr3init.c: (plugin_init):
2546         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
2547         * sys/oss/gstossaudio.c: (plugin_init):
2548         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
2549         * sys/v4l/gstv4l.c: (plugin_init):
2550         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2551         * sys/v4l2/gstv4l2.c: (plugin_init):
2552         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2553         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
2554         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
2555         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
2556         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
2557         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
2558           make sure locale and translation domain are set
2559           fix translated strings 
2560         * po/.cvsignore:
2561         * po/LINGUAS:
2562         * po/Makevars:
2563         * po/POTFILES.in:
2564         * po/nl.po:
2565           put translation files into place
2566         * sys/xvideo/imagetest.c: (main):
2567         * ext/dv/demo-play.c: (main):
2568           fix unnecessary translations
2569
2570 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2571
2572         * ext/sndfile/gstsf.c:
2573         * gst/avi/gstavimux.c:
2574         * ext/audiofile/gstafsink.c:
2575         * ext/audiofile/gstafsrc.c:
2576         * ext/gnomevfs/gstgnomevfssink.c:
2577         * ext/gnomevfs/gstgnomevfssrc.c:
2578         * sys/oss/gstosselement.c:
2579         * sys/v4l/v4l_calls.h:
2580           fix i18n include
2581
2582 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2583
2584         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2585         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
2586         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
2587         (gst_v4l2_get_output), (gst_v4l2_set_output),
2588         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
2589         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
2590         (gst_v4l2_set_attribute):
2591         update to new error handling
2592
2593 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2594
2595         * ext/sidplay/gstsiddec.cc:
2596         * gst/modplug/gstmodplug.cc:
2597           parenthese NULL because C++ seems angry about it
2598
2599 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2600
2601         * gst-libs/gst/gst-i18n-plugin.h:
2602           add skeleton i18n stuff, but needs to be further implemented
2603
2604 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2605
2606         * examples/gstplay/player.c: (main):
2607         * ext/aalib/gstaasink.c: (gst_aasink_open):
2608         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
2609         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
2610         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
2611         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
2612         (gst_afsink_close_file):
2613         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
2614         (gst_afsrc_close_file):
2615         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
2616         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
2617         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
2618         * ext/esd/esdmon.c: (gst_esdmon_get):
2619         * ext/esd/esdsink.c: (gst_esdsink_chain):
2620         * ext/faac/gstfaac.c: (gst_faac_chain):
2621         * ext/faad/gstfaad.c: (gst_faad_chain):
2622         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
2623         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
2624         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
2625         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
2626         (gst_flacdec_loop):
2627         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
2628         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
2629         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2630         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
2631         (gst_gnomevfssink_close_file):
2632         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
2633         (gst_gnomevfssrc_open_file):
2634         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
2635         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
2636         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
2637         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
2638         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
2639         * ext/mad/gstmad.c: (gst_mad_chain):
2640         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
2641         * ext/mpeg2dec/gstmpeg2dec.c:
2642         * ext/mpeg2enc/gstmpeg2enc.cc:
2643         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
2644         * ext/mplex/gstmplex.cc:
2645         * ext/mplex/gstmplexibitstream.cc:
2646         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
2647         (gst_ogg_demux_push), (gst_ogg_pad_push):
2648         * ext/raw1394/gstdv1394src.c:
2649         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
2650         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
2651         * ext/sidplay/gstsiddec.cc:
2652         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
2653         (gst_sf_loop):
2654         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
2655         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
2656         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
2657         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
2658         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
2659         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
2660         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
2661         * gst-libs/gst/Makefile.am:
2662         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
2663         (gst_riff_read_element_data), (gst_riff_read_seek),
2664         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
2665         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
2666         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
2667         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
2668         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
2669         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
2670         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
2671         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
2672         * gst/goom/gstgoom.c: (gst_goom_chain):
2673         * gst/id3/gstid3types.c: (gst_id3types_loop):
2674         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
2675         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
2676         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2677         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
2678         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
2679         (gst_ebml_read_float), (gst_ebml_read_header):
2680         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
2681         (gst_matroska_demux_parse_blockgroup):
2682         * gst/modplug/gstmodplug.cc:
2683         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
2684         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
2685         * gst/oneton/gstoneton.c: (gst_oneton_chain):
2686         * gst/silence/gstsilence.c: (gst_silence_get):
2687         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
2688         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
2689         * gst/speed/gstspeed.c: (speed_loop):
2690         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
2691         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
2692         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
2693         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2694         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
2695         (gst_wavparse_loop):
2696         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
2697         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
2698         (dxr3audiosink_close):
2699         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
2700         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
2701         (dxr3videosink_close), (dxr3videosink_write_data):
2702         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
2703         * sys/oss/gstosselement.h:
2704         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
2705         (gst_osssink_chain):
2706         * sys/oss/gstosssrc.c: (gst_osssrc_get):
2707         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
2708         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
2709         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
2710         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
2711         (gst_v4l_enable_overlay):
2712         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
2713         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
2714         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
2715         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
2716         (gst_v4l_set_audio):
2717         * sys/v4l/v4l_calls.h:
2718         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
2719         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
2720         (gst_v4lmjpegsink_playback_init),
2721         (gst_v4lmjpegsink_playback_start):
2722         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
2723         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
2724         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
2725         (gst_v4lmjpegsrc_requeue_frame):
2726         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
2727         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
2728         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
2729         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
2730         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2731         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
2732         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
2733         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
2734         (gst_v4l2src_capture_stop):
2735         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
2736         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2737         (gst_ximagesink_chain):
2738         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
2739         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
2740         (gst_xvideosink_xwindow_new):
2741         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2742         (gst_xvimagesink_chain):
2743         use new error signal, function and categories
2744
2745 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
2746
2747         * configure.ac:
2748         * ext/Makefile.am:
2749         * ext/musicbrainz/gsttrm.c:
2750         * ext/musicbrainz/gsttrm.h:
2751         * ext/musicbrainz/Makefile.am:
2752         Add a trm plugin 
2753
2754 2004-01-18  Julien MOUTTE  <julien@moutte.net>
2755
2756         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
2757         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
2758         synchronous property for debugging.
2759         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
2760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2761         (gst_xvimagesink_set_property): Moving a pointer declaration to a
2762         smaller block, fixing indent.
2763
2764 2004-01-16  David Schleef  <ds@schleef.org>
2765
2766         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
2767         property affects the video stream.
2768         * sys/xvimage/xvimagesink.c: 
2769         * sys/xvimage/xvimagesink.h:
2770         Add synchronous property for debugging.  Should probably be
2771         disabled in non-CVS builds.  Make sure that the Xv attribute
2772         exists before we set it (crash!).  Fix a silly float bug that
2773         caused colorbalance to just not work.
2774
2775 2004-01-17  Christian Schaller <Uraeus@gnome.org>
2776
2777         * tools/gst-launch-ext.in - update for new plugins
2778
2779 2004-01-16  David Schleef  <ds@schleef.org>
2780
2781         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
2782         already-freed caps.
2783
2784 2994-01-16  Christian Schaller <Uraeus@gnome.org>
2785
2786         * Update spec for new colorspace plugin and libcaca plugin
2787         * Fix compilation of libcaca plugin (clock -> id)
2788
2789 2004-01-16  Julien MOUTTE <julien@moutte.net>
2790
2791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
2792         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
2793         (gst_xvimagesink_set_xwindow_id),
2794         (gst_xvimagesink_colorbalance_set_value),
2795         (gst_xvimagesink_colorbalance_get_value),
2796         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2797         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
2798         correct colorbalance properties. They can now be set when the element
2799         is still in NULL state. The values will be committed to the Xv Port
2800         when xcontext is initialized.
2801         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
2802         brightness int values in the GstXvImagesink structure.
2803
2804 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2805
2806         * gst-libs/gst/Makefile.am:
2807           restructure so having local patches works easier.
2808
2809 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2810
2811         * ext/mpeg2enc/Makefile.am:
2812         * ext/mpeg2enc/gstmpeg2enc.cc:
2813         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
2814           Bugfix with respect to EOS handling.
2815
2816 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2817
2818         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
2819           Link with right caps (else, it segfaults).
2820         * ext/mplex/gstmplexjob.cc:
2821           Fix for slight API change in 1.6.1.93 release of mjpegtools.
2822
2823 2004-01-15  David Schleef  <ds@schleef.org>
2824
2825         * gst-libs/gst/audio/Makefile.am:
2826         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
2827         from the template.
2828         * gst-libs/gst/audio/gstaudiofilter.c:
2829         * gst-libs/gst/audio/gstaudiofilter.h:
2830         Add bytes_per_sample and size and n_samples calculation.
2831         * gst-libs/gst/audio/gstaudiofilterexample.c:
2832         Remove, now autogenerated.
2833         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2834         Moved from gstaudiofilterexample, object name changed, code added
2835         so that it actually works.
2836         * gst-libs/gst/audio/make_filter:
2837         Script to build an audiofilter subclass from the template.
2838         * gst/colorspace/Makefile.am:
2839         * gst/colorspace/yuv2yuv.c:
2840         Remove file, since it's GPL, and we don't use it.
2841
2842 2004-01-15  Julien MOUTTE  <julien@moutte.net>
2843
2844         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
2845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
2846         them use the buffer free function to test how the buffer was allocated.
2847
2848 2004-01-15  David Schleef  <ds@schleef.org>
2849
2850         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
2851         that handles osssink fallback.
2852         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
2853         (gst_audio_convert_getcaps):
2854         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2855         Add audio/x-qdm2 for QDM2 audio.
2856         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
2857         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
2858         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
2859         Decrease minimum size to 16x16.
2860         * gst/wavparse/gstwavparse.c:
2861         Convert disabled pad template caps to new caps.
2862         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2864         (gst_xvimagesink_chain): Throw element error when display cannot
2865         be opened.  Increase minimum framerate to 1.0.  Check the data
2866         free function on a buffer to make sure it is the type we expect
2867         before manipulating it.
2868
2869 2004-01-15  Julien MOUTTE <julien@moutte.net>
2870
2871         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
2872         (gst_videobalance_colorbalance_set_value): Implement passthru if
2873         settings are in the middle.
2874         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
2875
2876 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2877
2878         * gst/videofilter/Makefile.am:
2879         * gst/volume/Makefile.am:
2880           Since we use videofilter symbols, link to it.
2881
2882 2004-01-15  Julien MOUTTE <julien@moutte.net>
2883
2884         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
2885         mixer interface type to HARDWARE.
2886         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
2887         type to SOFTWARE.
2888         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
2889         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
2890         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
2891         (gst_volume_interface_init), (gst_volume_list_tracks),
2892         (gst_volume_set_volume), (gst_volume_get_volume),
2893         (gst_volume_set_mute), (gst_volume_mixer_init),
2894         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
2895         (volume_init): Implementing mixer interface.
2896         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
2897         * sys/oss/gstosselement.c: (gst_osselement_get_type),
2898         (gst_osselement_change_state): Removing some trailing commas in
2899         structures.
2900         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
2901         interface type to HARDWARE.
2902         * sys/v4l/gstv4lcolorbalance.c:
2903         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
2904         type to HARDWARE.
2905         * sys/v4l2/gstv4l2colorbalance.c:
2906         (gst_v4l2_color_balance_interface_init): Setting colorbalance
2907         interface type to HARDWARE.
2908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
2909         same code than ximagesink for event handling.
2910
2911 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2912
2913         * ext/snapshot/Makefile.am:
2914         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
2915         (gst_snapshot_chain):
2916         * ext/snapshot/gstsnapshot.h:
2917           This has to be a joke... Snapshot should be connected to a tee,
2918           colorspace element before it and EOS after that, where the other
2919           src of the tee receives normal data.
2920           The current way is *wrong*.
2921
2922 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2923
2924         * ext/hermes/gsthermescolorspace.c:
2925           Fix another compile error. Same as below.
2926
2927 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2928
2929         * gst/colorspace/gstcolorspace.c:
2930         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
2931         (gst_colorspace_i420_to_yv12):
2932           Fix compiling... Didn't test if it actually works.
2933
2934 2004-01-15  David Schleef  <ds@schleef.org>
2935
2936         * configure.ac:
2937         * gst/colorspace/Makefile.am:
2938         * gst/colorspace/gstcolorspace.c:
2939         * gst/colorspace/gstcolorspace.h:
2940         * gst/colorspace/yuv2rgb.c:
2941         * gst/colorspace/yuv2rgb.h:
2942         Duplicate the ext/hermes colorspace plugin, and remove Hermes
2943         code and GPL code.  Fix for new caps negotiation.  Rewrite
2944         much of the format handling code, and some of the conversion
2945         code.  Basically, rewrote almost everything.  This element
2946         handles I420, YV12 to RGB conversions.
2947         * ext/hermes/Makefile.am:
2948         * ext/hermes/gsthermescolorspace.c:
2949         Rename colorspace to hermescolorspace.  Fix negotiation issues.
2950         Remove non-Hermes related code.  This element handles lots of
2951         RGB to RGB conversions, but no YUV.
2952         * ext/hermes/gstcolorspace.c:
2953         * ext/hermes/gstcolorspace.h:
2954         * ext/hermes/rgb2yuv.c:
2955         * ext/hermes/yuv2rgb.c:
2956         * ext/hermes/yuv2rgb.h:
2957         * ext/hermes/yuv2rgb_mmx16.s:
2958         * ext/hermes/yuv2yuv.c:
2959         * ext/hermes/yuv2yuv.h:
2960         Remove old code.
2961
2962 2004-01-14  Colin Walters  <walters@verbum.org>
2963
2964         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
2965         they've already been.
2966
2967 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2968
2969         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
2970           assume tag mode when pad is not connected
2971
2972 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2973
2974         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2975           Don't update the time of the clock
2976         (gst_alsa_sink_loop):
2977           sync to the clock given to alsasink, not the own clock
2978         * sys/oss/gstosssink.c: (gst_osssink_chain):
2979           sync to the clock
2980         (gst_osssink_change_state):
2981           activate the clock
2982         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
2983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
2984           remove bogus code that made DISCONT events unhandled
2985         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
2986           explicitly case to double in _set_simple. (fixes 2nd warning in bug
2987           #131502)
2988         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
2989         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
2990         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
2991           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
2992           2nd warning in bug #131502)
2993
2994 2004-01-14  Julien MOUTTE  <julien@moutte.net>
2995
2996         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
2997         (gst_videobalance_colorbalance_set_value),
2998         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
2999         for colorbalance interface implementation.
3000         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3001         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3002         (gst_ximagesink_dispose), (gst_ximagesink_init),
3003         (gst_ximagesink_class_init): Adding DISPLAY property.
3004         * sys/ximage/ximagesink.h: Adding display_name to store display.
3005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
3006         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3007         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
3008         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
3009         properties (they still need polishing though for gst-launch use : no
3010         xcontext yet, i ll do that tomorrow).
3011         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
3012
3013 2004-01-14  Julien MOUTTE  <julien@moutte.net>
3014
3015         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
3016         (gst_play_set_location), (gst_play_set_visualization): Preparing 
3017         switch integration, adding videobalance in the pipeline.
3018
3019 2004-01-14  Julien MOUTTE <julien@moutte.net>
3020
3021         * gst-libs/gst/colorbalance/colorbalance.c:
3022         (gst_color_balance_class_init): Adding a default type.
3023         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
3024         the type.
3025         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
3026         (gst_videobalance_dispose), (gst_videobalance_class_init),
3027         (gst_videobalance_init), (gst_videobalance_interface_supported),
3028         (gst_videobalance_interface_init),
3029         (gst_videobalance_colorbalance_list_channels),
3030         (gst_videobalance_colorbalance_set_value),
3031         (gst_videobalance_colorbalance_get_value),
3032         (gst_videobalance_colorbalance_init): Implementing colorbalance
3033         interface.
3034         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
3035         list.
3036         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
3037         bug which was triggering a BadAccess X error when setting an overlay
3038         before pad was really negotiated.
3039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
3040         Using the colorbalance type macro.
3041
3042 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3043
3044         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
3045         (gst_flacenc_chain):
3046           handle tags correctly
3047         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
3048           extract ID3v1 tags correctly
3049
3050 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3051
3052         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
3053         (plugin_init):
3054           Improve matroska typefinding for odd-typed headers...
3055
3056 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3057
3058         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
3059           Fix for using incremental number on padnames.
3060
3061 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3062
3063         * ext/divx/gstdivxdec.c:
3064         * ext/divx/gstdivxenc.c:
3065           Set category to divx4linux instead of divx (too generic).
3066         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
3067         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
3068         (gst_wavparse_loop), (gst_wavparse_change_state):
3069         * gst/wavparse/gstwavparse.h:
3070           fix parsing of WAV files with non-standard fmt-tag size and fix
3071           skipping of unrecognized chunks... Someone please fix this thing
3072           to use rifflib so all this is automated.
3073         * sys/v4l/Makefile.am:
3074         * sys/v4l2/Makefile.am:
3075           Add X_CFLAGS because we depend on X (for overlay).
3076
3077 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
3078
3079         * ext/mpeg2dec/gstmpeg2dec.c:
3080           Don't issue a timestamp unless we tagged the frame
3081           with a PTS.
3082
3083 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3084
3085         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
3086           Query the audio element to get the time, not the clock. We're
3087           interested in the element's time here.
3088
3089 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3090
3091         * ext/aalib/gstaasink.c: (gst_aasink_chain):
3092         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3093         * ext/esd/esdsink.c: (gst_esdsink_chain):
3094         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
3095         * ext/mas/massink.c: (gst_massink_chain):
3096         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
3097         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
3098         (gst_matroska_demux_parse_metadata):
3099         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
3100         (gst_mpeg_parse_release_locks):
3101         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
3102         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
3103         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
3104         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
3105         (gst_osssink_change_state):
3106         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
3107         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
3108         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
3109         (gst_xvideosink_release_locks):
3110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
3111           use element time.
3112         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
3113         (gst_alsa_clock_stop):
3114         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
3115         (gst_audio_clock_get_internal_time):
3116           simplify for use with new clocking code.
3117         * testsuite/alsa/Makefile.am:
3118         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
3119           fix testsuite for new caps system
3120
3121 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3122
3123         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
3124         * ext/flac/gstflacenc.c: (add_one_tag):
3125           length is already host endian, no need to convert. Fixes playback of
3126           tagged files on PPC. (bug #128384)
3127
3128 2004-01-13  Julien MOUTTE <julien@moutte.net>
3129
3130         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
3131         colorbalance interface stating if it is hardware based or software
3132         based.
3133         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
3134         Removing a trailing comma.
3135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
3136         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
3137         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
3138         the documentation seems to be wrong on the -1000 to 1000 interval.
3139
3140 2004-01-12  David Schleef  <ds@schleef.org>
3141
3142         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
3143         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
3144         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
3145         Fix negotiation.  Add a bufferalloc function for the sink pad,
3146         and generally clean up some of the code.
3147
3148 2004-01-12  Julien MOUTTE <julien@moutte.net>
3149
3150         * gst-libs/gst/colorbalance/colorbalancechannel.c:
3151         (gst_color_balance_channel_dispose): Adding safety check in dispose
3152         method.
3153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
3154         (gst_xvimagesink_xcontext_clear),
3155         (gst_xvimagesink_interface_supported),
3156         (gst_xvimagesink_colorbalance_list_channels),
3157         (gst_xvimagesink_colorbalance_set_value),
3158         (gst_xvimagesink_colorbalance_get_value),
3159         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
3160         Adding colorbalance interface support to set XV parameters such as
3161         HUE, BRIGHTNESS, CONTRAST, SATURATION.
3162         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
3163         interface.
3164
3165 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3166
3167         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
3168         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
3169         (gst_audio_convert_init), (gst_audio_convert_set_property),
3170         (gst_audio_convert_get_property), (gst_audio_convert_chain),
3171         (gst_audio_convert_link),
3172         (gst_audio_convert_buffer_to_default_format),
3173         (gst_audio_convert_buffer_from_default_format), (plugin_init):
3174           - implement _getcaps and use it
3175           - improve linking
3176           - remove float caps since no float conversion is actually done
3177           - remove properties and arguments that were to be used for rate
3178             conversion
3179
3180 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3181
3182         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
3183         (gst_audio_structure_set_int):
3184         * gst-libs/gst/audio/audio.h:
3185           add helper functions for _getcaps matching the standard audio
3186           templates
3187
3188 2004-01-12  David Schleef  <ds@schleef.org>
3189
3190         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3191         Test that pad is negotiated before getting its caps.
3192
3193 2004-01-12  Julien MOUTTE <julien@moutte.net>
3194
3195         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
3196         analyzing the pads of an element the bin is mostly in READY state so
3197         no caps were negotiated. This helper function needs to work with
3198         _get_caps directly then. I was not freeing them though, added that to
3199         fix the mem leak.
3200
3201 2004-01-12  Julien MOUTTE <julien@moutte.net>
3202
3203         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
3204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
3205         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
3206         than the free_func.
3207
3208 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3209
3210         * sys/oss/gstossaudio.c: (plugin_init):
3211         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
3212         * sys/oss/gstosselement.h:
3213           make an oss debugging category
3214           make failure more descriptive
3215
3216 2004-01-11  David Schleef  <ds@schleef.org>
3217
3218         * ext/ffmpeg/gstffmpeg.c:
3219         * ext/ffmpeg/gstffmpegcodecmap.c:
3220         * ext/ffmpeg/gstffmpegdec.c:
3221         * ext/ffmpeg/gstffmpegenc.c:
3222         * ext/ffmpeg/gstffmpegprotocol.c:
3223         * ext/gdk_pixbuf/gstgdkanimation.c:
3224         * ext/jpeg/gstjpeg.c:
3225         * ext/libpng/gstpng.c:
3226         * ext/mpeg2dec/perftest.c:
3227         * ext/speex/gstspeex.c:
3228         * gst-libs/gst/resample/dtos.c:
3229         * gst/intfloat/gstintfloatconvert.c:
3230         * gst/oneton/gstoneton.c:
3231         * gst/rtjpeg/RTjpeg.c:
3232         * gst/rtp/gstrtp.c:
3233         * sys/dxr3/dxr3init.c:
3234         * sys/glsink/gstgl_nvimage.c:
3235         * sys/glsink/gstgl_pdrimage.c:
3236         * sys/glsink/gstglsink.c:
3237         * testsuite/gst-lint:
3238         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
3239
3240 2004-01-11  David Schleef  <ds@schleef.org>
3241
3242         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
3243         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
3244         * ext/gdk_pixbuf/gstgdkanimation.c:
3245         (gst_gdk_animation_iter_create_pixbuf):
3246         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
3247         (gst_gdk_pixbuf_chain):
3248         * ext/gdk_pixbuf/gstgdkpixbuf.h:
3249         * ext/jack/gstjack.c: (gst_jack_change_state):
3250         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
3251         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
3252         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
3253         * gst/videofilter/gstvideofilter.c:
3254         (gst_videofilter_set_output_size):
3255         Remove all usage of gst_pad_get_caps(), and replace it with
3256         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
3257
3258 2004-01-11  David Schleef  <ds@schleef.org>
3259
3260         * configure.ac:
3261         * ext/Makefile.am: Fixes to make ext/libcaca compile.
3262         * ext/divx/gstdivxdec.c:
3263         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
3264         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
3265         handle images that span multiple buffers.  Now work with both
3266         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
3267         * ext/gdk_pixbuf/gstgdkpixbuf.h:
3268         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
3269         video/video.h changes
3270         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
3271         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
3272         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
3273         of GstData free function.
3274         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
3275         same.
3276
3277 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3278
3279         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
3280         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
3281         (gst_v4l2element_get_property):
3282         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
3283           add norm, channel and frequency properties.
3284         * sys/v4l2/gstv4l2tuner.c:
3285           fixes for tuner interface changes
3286         * sys/v4l2/gstv4l2element.h:
3287         * sys/v4l2/gstv4l2src.c: 
3288         * sys/v4l2/gstv4l2src.h:
3289         * sys/v4l2/v4l2src_calls.c: 
3290         * sys/v4l2/v4l2src_calls.h:
3291           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
3292
3293 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3294
3295         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
3296         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
3297         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
3298         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
3299         * gst-libs/gst/tuner/tuner.h:
3300           GObjects aren't const.
3301           Add find_by_name functions.
3302           Add checks to _changed functions.
3303         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
3304         (gst_v4l_tuner_get_norm):
3305           Fixes for above.
3306
3307 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3308
3309         * gst-libs/gst/video/video.h:
3310           Fix caps template names to be understandable.
3311           Prefix everything with GST_VIDEO.
3312         * ext/aalib/gstaasink.c:
3313         * ext/divx/gstdivxdec.c:
3314         * ext/divx/gstdivxenc.c:
3315         * ext/gdk_pixbuf/gstgdkpixbuf.c:
3316         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
3317         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
3318         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
3319         * ext/libcaca/gstcacasink.c:
3320         * ext/libpng/gstpngenc.c: (raw_caps_factory):
3321         * ext/snapshot/gstsnapshot.c:
3322         * ext/swfdec/gstswfdec.c:
3323         * ext/xvid/gstxviddec.c:
3324         * ext/xvid/gstxvidenc.c:
3325         * gst/chart/gstchart.c:
3326         * gst/deinterlace/gstdeinterlace.c:
3327         * gst/effectv/gsteffectv.c:
3328         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
3329         * gst/goom/gstgoom.c:
3330         * gst/median/gstmedian.c:
3331         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
3332         (gst_monoscope_srcconnect), (gst_monoscope_chain):
3333         * gst/overlay/gstoverlay.c:
3334         * gst/smooth/gstsmooth.c:
3335         * gst/smpte/gstsmpte.c:
3336         * gst/synaesthesia/gstsynaesthesia.c:
3337         * gst/videocrop/gstvideocrop.c:
3338         * gst/videodrop/gstvideodrop.c:
3339         * gst/y4m/gsty4mencode.c:
3340         * sys/qcam/gstqcamsrc.c:
3341         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
3342           Make them work with new video.h file.
3343         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
3344         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
3345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
3346         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
3347           Make it work with new buffer allocation system.
3348
3349 2004-01-11  Julien MOUTTE  <julien@moutte.net>
3350
3351         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
3352         pad_alloc_buffer implementation to use ->srcpad
3353         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
3354         pad_alloc_buffer implementation to use ->srcpad
3355         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
3356         pad_alloc_buffer implementation to use ->srcpad
3357         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3358         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
3359         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
3360         a reference to everything we need.
3361         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
3362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3363         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
3364         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
3365         a reference to everything we need.
3366         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
3367
3368 2004-01-11  David Schleef  <ds@schleef.org>
3369
3370         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
3371         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
3372         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
3373         structure members.
3374         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
3375         value during a resize/renegotiation.
3376         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
3377         gst_pad_alloc_buffer();
3378         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
3379         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
3380         structure members.
3381         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
3382         Fix for rename of buffer private structure members.
3383         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
3384         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
3385         Fix for rename of buffer private structure members.
3386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
3387         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
3388         Fix for rename of buffer private structure members.
3389
3390 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
3391
3392         reviewed by: David Schleef <ds@schleef.org>
3393
3394         * gst/videofilter/Makefile.am:
3395         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
3396         from the patch by ds to fit in with recent make_filter changes.
3397
3398 2004-01-11  Julien MOUTTE  <julien@moutte.net>
3399
3400         * configure.ac: Adding examples/switch/Makefile
3401         * examples/Makefile.am: Adding examples/switch
3402         * examples/switch/Makefile.am: Adding switcher example.
3403         * examples/switch/switcher.c: (got_eos), (idle_iterate),
3404         (switch_timer), (main): Adding an example demonstrating switch usage
3405         with 2 videotestsrc showing different patterns.
3406         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
3407         (gst_switch_init): Fixing switch with the new caps system.
3408
3409 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3410
3411         * gst-libs/gst/video/video.h:
3412           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
3413           They should probably be like
3414           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
3415
3416 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3417
3418         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
3419         (qtdemux_parse_trak):
3420           fix audio chunk size/timestamp calculation
3421
3422 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3423
3424         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
3425           fix SVQ3 caps
3426
3427 2004-01-11  Steve Baker  <steve@stevebaker.org>
3428
3429         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
3430         (gst_agingtv_base_init), (gst_agingtv_class_init),
3431         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
3432         (gst_agingtv_set_property), (gst_agingtv_get_property):
3433         Port agingTV to videofilter
3434
3435 2004-01-09  Julien MOUTTE <julien@moutte.net>
3436
3437         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
3438         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
3439
3440 2004-01-09  Julien MOUTTE <julien@moutte.net>
3441
3442         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
3443         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
3444         * gst-libs/gst/xoverlay/xoverlay.c:
3445         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
3446         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
3447         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
3448         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
3449         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
3450         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
3451         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3452         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
3453         the bufferalloc_function to replace bufferpools, fixing the XOverlay
3454         interface implementation to handle xid being 0 and fix some bugs
3455         triggered by Benjamin's testcase.
3456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
3457         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
3458         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
3459         the bufferalloc_function to replace bufferpools, fixing the XOverlay
3460         interface implementation to handle xid being 0 and fix some bugs
3461         triggered by Benjamin's testcase.
3462
3463 2004-01-09  David Schleef  <ds@schleef.org>
3464
3465         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
3466         mouse pointer events.  It works.
3467
3468 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3469
3470         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
3471           Use explicit caps - fix capsnego.
3472         * ext/xvid/gstxviddec.c:
3473         * ext/xvid/gstxvidenc.c:
3474           Remove macro-inside-macro which caused compile errors.
3475         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
3476           Error out if it's not a RIFF file. Else we error out without
3477           gst_element_error() which is not good...
3478
3479 2004-01-08  David Schleef  <ds@schleef.org>
3480
3481         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
3482         Fix pad_link function to handle formats that ffmpeg returns
3483         as multiple caps structures.
3484         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
3485         Only complain if source buffer is _smaller_ than expected.
3486         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
3487         (gst_videoscale_handle_src_event): Resize navigation events
3488         when passing them upstream.
3489         * gst/videotestsrc/gstvideotestsrc.c:
3490         * gst/videotestsrc/gstvideotestsrc.h:
3491         * gst/videotestsrc/videotestsrc.c:
3492         * gst/videotestsrc/videotestsrc.h:
3493         Rewrite many of the buffer painting functions to handle odd
3494         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
3495         been verified to work with my video card.
3496         * testsuite/gst-lint:  Add check for elements calling
3497         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
3498
3499 2004-01-08  David Schleef  <ds@schleef.org>
3500
3501         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
3502         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
3503
3504 2004-01-08  Julien MOUTTE  <julien@moutte.net>
3505
3506         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
3507         configure event is not emiting the desired size signal. That fixes
3508         aspect ratio issues with gst-player.
3509
3510 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3511
3512         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
3513           Fix capsnego.
3514
3515 2004-01-08  Julien MOUTTE  <julien@moutte.net>
3516
3517         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
3518         public method to fire size signal.
3519
3520 2004-01-07  Julien MOUTTE  <julien@moutte.net>
3521
3522         * examples/gstplay/Makefile.am: Adding the interface library.
3523         * gst-libs/gst/play/Makefile.am: Adding the interface library.
3524         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
3525         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
3526         GST_IS_X_OVERLAY before signal connect.
3527         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
3528         Removing the have_video_size signal.
3529         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
3530         and associated public method.
3531         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
3532         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
3533         signal.
3534         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
3535         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
3536         signal.
3537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
3538         Using XOverlay public method to fire size signal.
3539
3540 2004-01-07  David Schleef  <ds@schleef.org>
3541
3542         * gst/videofilter/Makefile.am:
3543         * gst/videofilter/gstvideotemplate.c:
3544         * gst/videofilter/make_filter:
3545         Create gstvideoexample.c in a srcdir!=builddir friendly way.
3546         Convert make_filter to /bin/sh script.
3547
3548 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3549
3550         * gst/modplug/gstmodplug.cc: fix element description
3551
3552 2004-01-07  Julien MOUTTE  <julien@moutte.net>
3553
3554         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
3555         (got_video_size): Adding some new lines in g_print calls.
3556         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
3557         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
3558         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
3559         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
3560         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
3561         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
3562         Complete code review, reverting some stuff i disagree with, adding
3563         some fixes : time synchronization on invalid timestamps, renegotiation
3564         of private window.
3565         * sys/ximage/ximagesink.h:
3566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
3567         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
3568         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
3569         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
3570         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
3571         (gst_xvimagesink_buffer_new),
3572         (gst_xvimagesink_navigation_send_event),
3573         (gst_xvimagesink_set_xwindow_id),
3574         (gst_xvimagesink_get_desired_size),
3575         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
3576         stuff i disagree with, adding some fixes : Renegotiation of private
3577         window, implementing get_desired_size.
3578
3579 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3580
3581         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
3582         (gst_afsink_handle_event):
3583         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
3584         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
3585         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
3586         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
3587         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
3588           Fix for instantiate-test (see core). Also remove dead code from
3589           jpegenc (which still needs fixing, but that's lower on my TODO
3590           list...).
3591         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
3592           Never return NULL as caps.
3593
3594 2004-01-07  David Schleef  <ds@schleef.org>
3595
3596         * configure.ac:
3597         * ext/Makefile.am:
3598         * ext/librfb/Makefile.am:
3599         * ext/librfb/gstrfbsrc.c:
3600         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
3601         is the protocol used by VNC.
3602
3603 2004-01-07  David Schleef  <ds@schleef.org>
3604
3605         * gst/videofilter/gstvideotemplate.c:
3606         * gst/videofilter/gstvideotemplate.h:
3607         * gst/videofilter/make_filter:
3608         Merge videotemplate header into source file.
3609         * gst/effectv/Makefile.am:
3610         * gst/effectv/gsteffectv.c: (plugin_init):
3611         * gst/effectv/gstwarp.c:
3612         Make warpTV a subclass of videofilter.
3613
3614 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3615
3616         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
3617           Add guard against invalid utf-8 conversions in mad. Just in case.
3618
3619 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3620
3621         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
3622           Fix for bug shown by poisoning
3623
3624 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3625
3626         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
3627         (gst_v4lmjpegsrc_buffer_free):
3628         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
3629         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
3630         (gst_v4lsrc_buffer_free):
3631           Fix for removed bufferpools.
3632
3633 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
3634
3635         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
3636         Fix caps negotiation.
3637
3638         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
3639         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
3640         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
3641         (dvdnavsrc_event):
3642         * ext/mpeg2dec/gstmpeg2dec.c:
3643         * gst-libs/gst/navigation/navigation.c:
3644         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
3645         * gst-libs/gst/navigation/navigation.h:
3646         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
3647         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3649         Super-simple first version of mouse and keyboard events. Clicking
3650         on a DVD menu now works, although it may not take you where you
3651         expected.
3652
3653         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
3654         * gst/videotestsrc/gstvideotestsrc.c:
3655         (gst_videotestsrc_src_fixate):
3656         These fixate functions were broken - they never actually
3657         fixated :)
3658         
3659 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3660
3661         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
3662         (gst_icecastsend_init):
3663           fix for new caps system.
3664         * gst-libs/gst/mixer/mixertrack.h:
3665         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
3666           Add 'master track' flag (for tools like ACME that only want to
3667           change the main volume).
3668
3669 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
3670
3671         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
3672         (gst_xvid_csp_to_caps):
3673         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
3674         * ext/xvid/gstxvidenc.c:
3675         ifdef out ARGB type when it isn't available 
3676         in xvidcore 1.0.0beta2
3677
3678 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3679
3680         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
3681           When we have received a new SCR right in the first buffer after
3682           a seek (so in the same cycle that handles the discont), we should
3683           handle the buffer instead of unreffing it, else we lose data.
3684
3685 2004-01-06  Iain <iain@prettypeople.org>
3686
3687         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
3688           buffer-frames caps too.
3689
3690         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
3691           caps that we need, don't destroy them all and rebuild them. And when
3692           creating src pads, use the src pad template rather than the sink...
3693
3694 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3695
3696         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
3697           Add pad to element *after* setting functions such as event handler.
3698           Without this, the scheduler (opt) will link pads, set the event
3699           handler from the default event function (dispatcher in gstpad.c)
3700           and *after* that, we will set our own event function, which will
3701           thus never be used (and thus mpegdemux doesn't handle events).
3702
3703 2004-01-04  David Schleef  <ds@schleef.org>
3704
3705         Fix the fixate functions to handle new prototype:
3706         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
3707         * gst/videotestsrc/gstvideotestsrc.c:
3708         (gst_videotestsrc_src_fixate):
3709         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
3710         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
3711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
3712
3713 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3714
3715         * sys/ximage/ximagesink.h:
3716         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
3717         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
3718         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
3719         (gst_ximagesink_xoverlay_init):
3720           assorted fixes to make (re)embedding work
3721         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
3722         (gst_ximagesink_get_desired_size):
3723           implement desired size additions to XOverlay
3724
3725 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3726
3727         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
3728         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
3729         (gst_x_overlay_got_desired_size):
3730         * gst-libs/gst/xoverlay/xoverlay.h:
3731           Add optional "desired size" signal and querying.
3732
3733 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3734
3735         * gst/matroska/matroska-demux.c:
3736         (gst_matroska_demux_parse_blockgroup):
3737           Fix EBML-laced block parsing. Diffs are relative to previous
3738           lace, not the first lace. Thanks to Mosu from the Matroska
3739           team for detecting this.
3740         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
3741         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
3742         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
3743         (gst_wavparse_change_state):
3744         * gst/wavparse/gstwavparse.h:
3745           Quickfix for capsnego.
3746
3747 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3748
3749         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
3750           Fix indenting, fix pad creation.
3751
3752 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3753
3754         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
3755         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
3756         (gst_xviddec_sink_link):
3757           Implement src_getcaps() so proper size caps is negotiated.
3758
3759 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3760
3761         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
3762           Finish flac decoder on EOS. See #116178.
3763
3764 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3765
3766         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
3767         (gst_matroska_demux_add_stream):
3768         * gst/matroska/matroska-ids.h:
3769           Add getcaps() function to fix capsnego...
3770
3771 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3772
3773         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
3774         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
3775         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
3776           Fix more integer overflows. Again, see #126967.
3777
3778 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3779
3780         * ext/mpeg2dec/gstmpeg2dec.c:
3781           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
3782           #130416.
3783
3784 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3785
3786         * configure.ac:
3787         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
3788         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
3789         * ext/xvid/gstxvid.h:
3790         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
3791         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
3792         (gst_xviddec_src_link), (gst_xviddec_sink_link),
3793         (gst_xviddec_change_state):
3794         * ext/xvid/gstxviddec.h:
3795         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
3796         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
3797         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
3798         (gst_xvidenc_link), (gst_xvidenc_set_property),
3799         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
3800         * ext/xvid/gstxvidenc.h:
3801           Update xvid plugin to latest xvid (1.0.0-beta3) API.
3802
3803 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3804
3805         * gst/rtp/rtp-packet.c:
3806           Add sys/types.h include, since OS X doesn't define in_addr_t
3807           in netinet/in.h, like it does on Linux (see #129600).
3808
3809 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
3810
3811         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
3812
3813         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
3814           Correct logic of dispose function (see #129306).
3815
3816 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3817
3818         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
3819         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
3820         (gst_mpeg_parse_init):
3821         * gst/mpegstream/gstmpegparse.h:
3822           Remove clock (which was never provided, i.e. dead code), and
3823           also fix integer overflows at high PTS values (see #126967).
3824
3825 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3826
3827         * ext/flac/gstflacdec.c:
3828         * ext/libpng/gstpngenc.h:
3829         * ext/mikmod/gstmikmod.h:
3830           OS X fixes (see #126628).
3831
3832 2004-01-02  David Schleef  <ds@schleef.org>
3833
3834         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
3835         (gst_alsa_src_base_init): Remove bogus "src" request pad.
3836         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
3837         (gst_mpeg_parse_class_init): Move pad template registration
3838         to class_init, since the derived class (mpegdemux) doesn't
3839         want them.
3840
3841 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3842
3843         * sys/ximage/Makefile.am:
3844         * sys/xvideo/Makefile.am:
3845         * sys/xvimage/Makefile.am:
3846           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
3847           after installation (see #127664).
3848
3849 2004-01-02  David Schleef  <ds@schleef.org>
3850
3851         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
3852         (gst_ffmpegenc_connect):  Negotiation fixes.
3853         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
3854         Remove inappropriate gst_caps_free().
3855         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
3856         Reenable Ronald's internal resize code, since the core handles
3857         it correctly now.
3858
3859 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3860
3861         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
3862         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
3863         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
3864           Fix pad template stuff.
3865
3866 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3867
3868         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
3869         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
3870           fix signed integer reading/writing.
3871
3872 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3873
3874         * ext/alsa/README:
3875           Remove outdated document
3876
3877 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
3878
3879         * gst/cutter/gstcutter.c: (gst_cutter_init):
3880           src pad was being created twice - oops.
3881
3882 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3883
3884         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
3885           Comment out internal resize. It doesn't handle the resulting
3886           XEvent internally, does another try_set_caps() which leads to
3887           a really nice loop.
3888           Real fix will come when Julien and Dave are awake. ;).
3889
3890 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3891
3892         * ext/mpeg2enc/gstmpeg2enc.cc:
3893           fix const/nonconst compile issue.
3894
3895 2004-01-02  David Schleef  <ds@schleef.org>
3896
3897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
3898         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
3899         Add fixate function and a check for bad formats.
3900
3901 2004-01-01  David Schleef  <ds@schleef.org>
3902
3903         Negotiation fixes:
3904         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
3905         (gst_audiofilter_init):
3906         * gst/debug/efence.c: (gst_efence_init):
3907         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
3908         (gst_deinterlace_init):
3909         * gst/volume/gstvolume.c: (volume_connect):
3910
3911 2004-01-01  David Schleef  <ds@schleef.org>
3912
3913         Convert elements to use gst_pad_use_explicit_caps() where
3914         appropriate:
3915         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
3916         * ext/audiofile/gstafparse.c: (gst_afparse_init),
3917         (gst_afparse_open_file):
3918         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
3919         (gst_afsrc_open_file):
3920         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
3921         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
3922         (gst_ffmpegdec_chain):
3923         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
3924         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
3925         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
3926         (gst_gdk_pixbuf_chain):
3927         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
3928         (gst_jpegdec_chain):
3929         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
3930         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
3931         (gst_mikmod_negotiate):
3932         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
3933         (gst_mpeg2dec_negotiate_format):
3934         * ext/mpeg2enc/gstmpeg2enc.cc:
3935         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3936         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
3937         (gst_speexdec_sinkconnect):
3938         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
3939         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
3940         (gst_vorbisfile_new_link):
3941         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
3942         (gst_ac3parse_chain):
3943         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
3944         (gst_asf_demux_setup_pad):
3945         * gst/auparse/gstauparse.c: (gst_auparse_init),
3946         (gst_auparse_chain):
3947         * gst/id3/gstid3types.c: (gst_id3types_loop):
3948         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
3949         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
3950         (mp1videoparse_parse_seq):
3951         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
3952         (bpf_from_header):
3953         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
3954         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
3955         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
3956         (gst_mpeg_parse_send_data):
3957         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
3958         (gst_qtdemux_add_stream):
3959         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
3960         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
3961         (gst_wavparse_parse_fmt):
3962
3963 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3964
3965         * configure.ac:
3966           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
3967           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
3968           it therefore uses the wrong include paths. Too bad... Note
3969           that 1.6.1.93 is not release yet. ;).
3970           Also add a check for mplex, which is now using the lib'ified
3971           mplex from mjpegtools, too.
3972         * ext/ffmpeg/gstffmpegcodecmap.c:
3973           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
3974           issues. I don't think ffmpeg handles 3ivx correctly, so this
3975           probably won't work. But it won't hurt either.
3976         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
3977         (gst_ffmpegdec_chain):
3978         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
3979         (gst_ffmpegenc_chain_audio):
3980           Fix memleak in audio encoding. Close codec if open fails, this
3981           calls the cleanup routines so we can re-use the context.
3982         * ext/mpeg2enc/gstmpeg2enc.cc:
3983           Fix pad template names/types, fix memory issue with getcaps().
3984         * ext/mpeg2enc/gstmpeg2encoder.cc:
3985         * ext/mpeg2enc/gstmpeg2encoder.hh:
3986           Fix compile issue with new caps system (const thingy).
3987         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
3988         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
3989           We read a first frame right on initing, so that we have a caps
3990           when we init the output. This caps is cached in padprivate and
3991           read as first frame.
3992         * ext/mplex/Makefile.am:
3993         * ext/mplex/gstmplex.cc:
3994         * ext/mplex/gstmplex.h:
3995         * ext/mplex/gstmplex.hh:
3996         * ext/mplex/gstmplexibitstream.cc:
3997         * ext/mplex/gstmplexibitstream.hh:
3998         * ext/mplex/gstmplexjob.cc:
3999         * ext/mplex/gstmplexjob.hh:
4000         * ext/mplex/gstmplexoutputstream.cc:
4001         * ext/mplex/gstmplexoutputstream.hh:
4002           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
4003           had issues, didn't do capsnego, supported only a subset of the
4004           mplex features and required a mplex fork in our local CVS. Plus
4005           that it worked agaist a very old mplex version. Rewriting was
4006           faster than updating it.
4007         * gst-libs/ext/Makefile.am:
4008         * gst-libs/ext/mplex/INSTRUCT:
4009         * gst-libs/ext/mplex/Makefile.am:
4010         * gst-libs/ext/mplex/README:
4011         * gst-libs/ext/mplex/TODO:
4012         * gst-libs/ext/mplex/ac3strm_in.cc:
4013         * gst-libs/ext/mplex/audiostrm.hh:
4014         * gst-libs/ext/mplex/audiostrm_out.cc:
4015         * gst-libs/ext/mplex/aunit.hh:
4016         * gst-libs/ext/mplex/bits.cc:
4017         * gst-libs/ext/mplex/bits.hh:
4018         * gst-libs/ext/mplex/buffer.cc:
4019         * gst-libs/ext/mplex/buffer.hh:
4020         * gst-libs/ext/mplex/fastintfns.h:
4021         * gst-libs/ext/mplex/format_codes.h:
4022         * gst-libs/ext/mplex/inputstrm.cc:
4023         * gst-libs/ext/mplex/inputstrm.hh:
4024         * gst-libs/ext/mplex/lpcmstrm_in.cc:
4025         * gst-libs/ext/mplex/mjpeg_logging.cc:
4026         * gst-libs/ext/mplex/mjpeg_logging.h:
4027         * gst-libs/ext/mplex/mjpeg_types.h:
4028         * gst-libs/ext/mplex/mpastrm_in.cc:
4029         * gst-libs/ext/mplex/mpegconsts.cc:
4030         * gst-libs/ext/mplex/mpegconsts.h:
4031         * gst-libs/ext/mplex/mplexconsts.hh:
4032         * gst-libs/ext/mplex/multplex.cc:
4033         * gst-libs/ext/mplex/outputstream.hh:
4034         * gst-libs/ext/mplex/padstrm.cc:
4035         * gst-libs/ext/mplex/padstrm.hh:
4036         * gst-libs/ext/mplex/stillsstream.cc:
4037         * gst-libs/ext/mplex/stillsstream.hh:
4038         * gst-libs/ext/mplex/systems.cc:
4039         * gst-libs/ext/mplex/systems.hh:
4040         * gst-libs/ext/mplex/vector.cc:
4041         * gst-libs/ext/mplex/vector.hh:
4042         * gst-libs/ext/mplex/videostrm.hh:
4043         * gst-libs/ext/mplex/videostrm_in.cc:
4044         * gst-libs/ext/mplex/videostrm_out.cc:
4045         * gst-libs/ext/mplex/yuv4mpeg.cc:
4046         * gst-libs/ext/mplex/yuv4mpeg.h:
4047         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
4048         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
4049           We don't fork mjpegtools' mplex in our CVS anymore.
4050         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
4051         (gst_avi_demux_add_stream):
4052         * gst/avi/gstavidemux.h:
4053           Add getcaps() function for proper caps nego. This makes some
4054           parts of AVI playback/reading work.
4055         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
4056           Resize window on new capsnego. This is probably wrong, but
4057           I'm still committing it because with current capsnego, the
4058           first successfull capsnego is auto-fixated, therefore rounded
4059           down to the lowest values in the caps. this results in a 16x16
4060           XWindow that is not reized when real capsnego finishes.
4061           Dave, I see more cases of this, do you know a proper solution?
4062         * tools/gst-launch-ext.in:
4063           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
4064
4065 2003-12-31  David Schleef  <ds@schleef.org>
4066
4067         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
4068         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
4069           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
4070
4071 2003-12-30  David Schleef  <ds@schleef.org>
4072
4073         * ext/ffmpeg/gstffmpegcolorspace.c:
4074         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
4075         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
4076         (gst_ffmpegcsp_chain): Negotiation fixes
4077         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
4078         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4079         (gst_audio_convert_link), (gst_audio_convert_channels):
4080         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
4081         (gst_audioscale_link), (gst_audioscale_get_buffer),
4082         (gst_audioscale_chain): Negotiation fixes
4083         * gst/audioscale/gstaudioscale.h:
4084         * gst/videofilter/gstvideofilter.c:
4085         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
4086         (gst_videofilter_link), (gst_videofilter_init),
4087         (gst_videofilter_set_output_size), (gst_videofilter_setup),
4088         (gst_videofilter_find_format_by_structure):
4089         * gst/videofilter/gstvideofilter.h: Negotiation fixes
4090         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
4091         (gst_videoscale_link):
4092         * gst/videoscale/videoscale.c: (videoscale_get_structure),
4093         (videoscale_find_by_structure), (gst_videoscale_setup):
4094         * gst/videoscale/videoscale.h: Negotiation fixes
4095         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
4096         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
4097         function, restrict resizing to a multiple of 4 (hack until
4098         everyone supports odd sizes correctly).
4099
4100 2003-12-29  Colin Walters  <walters@verbum.org>
4101
4102         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
4103         signed.
4104
4105 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
4106
4107         * ext/sndfile/gstsf.c: (gst_sf_loop):
4108           Fix warning about discarding const qualifier
4109
4110 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
4111
4112         * gst/cutter/gstcutter.c:
4113         * gst/videoscale/gstvideoscale.c:
4114         * gst/volenv/gstvolenv.c:
4115         * gst-libs/gst/audio/audio.c:
4116         * gst-libs/gst/video/video.c:
4117           Fix warnings
4118
4119 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4120
4121         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
4122           Don't send ALSA debugging to stderr.
4123         * ext/alsa/gstalsa.h:
4124           Use GST_WARNING instead of g_warning when ALSA functions fail.
4125
4126 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4127
4128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4129           Free XVAdapterInfo correctly.
4130
4131 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4132
4133         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
4134         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
4135           Make id3tag use correct caps nego.
4136
4137 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
4138
4139         * ext/ivorbis/vorbis.c: 
4140         * ext/ivorbis/vorbisenc.h:
4141         * ext/ivorbis/vorbisfile.c:
4142           Modify so that it uses the new caps things
4143
4144 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4145
4146         * testsuite/spider/spider1.c: (main):
4147         * testsuite/spider/spider2.c: (main):
4148         * testsuite/spider/spider3.c: (main):
4149           Make tests compile again. They probably don't work.
4150
4151 2003-12-24  Colin Walters  <walters@verbum.org>
4152
4153         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
4154         we can't fixate the caps anymore.
4155
4156 2003-12-23  David Schleef  <ds@schleef.org>
4157
4158         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
4159         * sys/oss/gstosssink.c: (gst_osssink_init),
4160         (gst_osssink_sink_fixate): Add fixate function.
4161
4162 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4163
4164         * ext/ffmpeg/gstffmpegcodecmap.c:
4165         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
4166         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
4167         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
4168         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
4169         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
4170         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4171         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
4172           fix typo in RGB masks, and move back to "old" colorspace
4173           capsnego code until whoever wrote this new crap has actually
4174           tested it so that it works.
4175           And yes, this works, keep it that way please.
4176
4177 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4178
4179         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
4180         (gst_divxdec_init), (gst_divxdec_negotiate):
4181         * ext/divx/gstdivxdec.h:
4182         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
4183         (gst_divxenc_init):
4184         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
4185         (gst_faac_sinkconnect), (gst_faac_srcconnect):
4186         * ext/mpeg2enc/gstmpeg2enc.cc:
4187         * ext/mpeg2enc/gstmpeg2encoder.cc:
4188         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4189         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
4190         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
4191         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
4192         (dxr3spusink_init):
4193         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
4194         (dxr3videosink_init):
4195           Fix caps breakage after Dave's caps branch merge.
4196
4197 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4198
4199         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4200           Fix for 24bpp display.
4201
4202 2003-12-23  Colin Walters  <walters@verbum.org>
4203
4204         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
4205         a GnomeVFSHandle directly.
4206
4207 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4208
4209         * gst/volume/Makefile.am:
4210         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
4211         (volume_base_init), (volume_init):
4212           Reenable volume element and fix to work with new caps stuff.
4213           Rhythmbox needs this.
4214
4215 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4216
4217         * gst/qtdemux/qtdemux.c: (plugin_init):
4218           qtdemux requires bytestream
4219
4220 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4221
4222         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
4223           Fix remaining caps handling errors due to CAPS merge.
4224
4225 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4226
4227         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
4228         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
4229         (gst_faad_srcconnect): 
4230           Port to new caps system.
4231
4232 2003-12-21  Julien MOUTTE  <julien@moutte.net>
4233
4234         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
4235         (got_video_size), (main): using g_print instead of g_message.
4236         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
4237         signal which was not emitted because of "switch" element added to the
4238         bin but not connected. (Removing from the bin temporarily)
4239
4240 2003-12-21  Julien MOUTTE  <julien@moutte.net>
4241
4242         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
4243         find X development files. I don't understand the previous tests and
4244         they fail on my debian/ppc unstable. This one works.
4245         * examples/gstplay/player.c: (main): Set the pipeline to READY before
4246         exiting.
4247         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
4248         (gst_play_set_video_sink), (gst_play_set_audio_sink),
4249         (gst_play_set_visualization): Add some safety checks in set_ methods
4250         and state_change. This was throwing some ugly CRITICAL messages when
4251         pipeline was getting disposed and casts were failing.
4252
4253 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4254
4255         * configure.ac:
4256           Improve mpeg2enc detection. This is for distributions that do
4257           ship mjpegtools, but without mpeg2enc. Also does object check
4258           for might there ever be ABI incompatibility.
4259         * ext/mpeg2enc/gstmpeg2enc.cc:
4260           Add Andrew as second maintainer (he's helping me), and also add
4261           an error if no caps was set. This happens if I pull before capsnego
4262           and that's something I should solve sometime else.
4263         * gst/matroska/matroska-demux.c:
4264         (gst_matroska_demux_parse_blockgroup):
4265           Fix time parsing.
4266         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
4267         (gst_matroska_mux_track_header):
4268           Add caps to templates.
4269         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
4270           Add mpegversion=1 to prevent confusion with MPEG/AAC.
4271         * gst/mpegstream/gstmpegdemux.c:
4272           Remove layer since it causes warnings about unfixed caps.
4273         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
4274           Fix obvious typo (we error out if caps were set, we should of
4275           course error out if *no* caps were set).
4276         * sys/oss/gstosselement.c: (gst_osselement_convert):
4277           Fix format conversion, we confused bits/bytes.
4278         * sys/oss/gstosselement.h:
4279           Improve documentation for 'bps'.
4280         * sys/v4l/TODO:
4281           Remove stuff about plugins that need removing - this was done
4282           ages ago.
4283         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
4284         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
4285         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
4286         (gst_v4lsrc_src_query):
4287         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
4288         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
4289           Add get_query_types(), get_formats() and query() functions.
4290
4291 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4292
4293         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
4294         * moved CVS to freedesktop.org
4295