]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blob - ChangeLog
configure.ac: export [_]*{gst,Gst,GST}.* symbols from plugins
[glsdk/gst-plugins-ugly0-10.git] / ChangeLog
1 2004-02-22  Benjamin Otte  <otte@gnome.org>
3         * configure.ac:
4           export [_]*{gst,Gst,GST}.* symbols from plugins
6 2004-02-22  Christophe Fergeau <teuf@gnome.org>
8         reviewed by: Benjamin Otte  <otte@gnome.org>
10         * ext/lame/gstlame.c: (add_one_tag):
11         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
12         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
13         (gst_vorbisenc_metadata_set1):
14         * gst/tags/gstid3tag.c:
15         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
16           apply fixes from bugs #135042 (lame can't write tags) and #133817
17           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
19 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
21         * configure.ac: Export only gst_plugin_desc from plugins.
22          Note that this change only makes any effect with Linux using libtool 
23          1.5.2 or higher. Otherwise it is silently ignored, but it would build
24          fine. And don't try to have several versions of libtool in different
25          directories.
27 2004-02-20  Andy Wingo  <wingo@pobox.com>
29         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
30         interleave respectively.
32         * gst/interleave/deinterleave.c: New plugin: deinterleave
33         (replaces on oneton).
34         * gst/interleave/interleave.c: New plugin: interleave.
35         * gst/interleave/plugin.h: Support file.
36         * gst/interleave/plugin.c: Support file.
38         * configure.ac: Remove intfloat and oneton, add interleave.
40         * ext/sndfile/gstsf.c: Handle events better.
42         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
43         and float2int operation. int2float has scheduling problems as
44         noted in in2float_chain. 
46 2004-02-20  Benjamin Otte  <otte@gnome.org>
48         * ext/xine/Makefile.am:
49         * ext/xine/gstxine.h:
50         * ext/xine/xine.c: 
51         * ext/xine/xineaudiodec.c: 
52         * ext/xine/xinecaps.c: 
53           add first version of xine plugin wrapper. Currently only wraps the
54           QDM2 win32 DLL, and even that only in proof-of-concept quality.
55         * configure.ac:
56         * ext/Makefile.am:
57           add xine plugin wrapper, disabled by default. Use --enable-xine to
58           build. Note that it'll segfault on gst-register if you don't remove
59           the goom and tvtime post plugins from xine.
60         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
61         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
62           add extradata parsing for QDM2.
63           change around debugging prints.
65 2004-02-19  Benjamin Otte  <otte@gnome.org>
67         * ext/lame/gstlame.c: (gst_lame_chain):
68         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
69           use gst_tag_list_insert when you want to insert tags
71 2004-02-18  David Schleef  <ds@schleef.org>
73         * configure.ac:  Move massink to gst-rotten
74         * ext/Makefile.am:
75         * ext/mas/Makefile.am:
76         * ext/mas/massink.c:
77         * ext/mas/massink.h:
79 2004-02-18  David Schleef  <ds@schleef.org>
81         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
82         typefinding, since it seems to be worse than nothing.
83         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
84         atom to recognize .mp4 and .m4a files as video/quicktime.
86 2004-02-18  David Schleef  <ds@schleef.org>
88         * gst/sine/demo-dparams.c: (quit_live),
89         (dynparm_log_value_changed), (dynparm_value_changed), (main):
90         Use double dparams, not float.
91         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
92         (gst_sinesrc_init): Change sync default to FALSE, since multiple
93         sync'd elements don't really work correctly.
94         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
95         (volume_update_volume), (volume_get_property):  Change dparam
96         to double.
98 2004-02-18  Julien MOUTTE  <julien@moutte.net>
100         * sys/ximage/ximagesink.c:
101         (gst_ximagesink_xwindow_update_geometry),
102         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
103         (gst_ximagesink_change_state), (gst_ximagesink_expose),
104         (gst_ximagesink_init): Rework the way software video scaling works. So
105         now we check on each chain call if the video frames are feeling the 
106         window. If not we try to renegotiate caps. On failure we memorize that
107         and we won't try again for that PLAYING sessions.
108         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
109         failure.
110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
111         synchronous flag.
113 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
115         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
116           break up _link so we can give a better debug message for errors
118 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
120         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
121           set up debug category
123 2004-02-18  Julien MOUTTE <julien@moutte.net>
125         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
126         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
127         the way renegotiation work. The event handling function is not taking
128         care of external windows and renegotiate method check for pad flags
129         NEGOTIATING. Should fix : #133209
131 2004-02-17  Julien MOUTTE  <julien@moutte.net>
133         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
134         pad is negotiating before trying renegotiation.
136 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
138         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
139           pass on all possible mime types as typefind hints
141 2004-02-17  Julien MOUTTE <julien@moutte.net>
143         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
145         possible SHM leak if we crash. All other apps using XShm are doing
146         that.
148 2004-02-17  Julien MOUTTE  <julien@moutte.net>
150         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
151         (gst_ximagesink_expose): Renegotiate size on expose.
152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
153         size on expose.
155 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
157         * testsuite/alsa/sinesrc.c:
158           cosmetic fix to fix compile issue with gcc 2.95.4
160 2004-02-16  Julien MOUTTE <julien@moutte.net>
162         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
163         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
164         failed opening the audio device.
165         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
166         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
167         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
168         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
169         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
170         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
171         (gst_ximagesink_change_state), (gst_ximagesink_chain),
172         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
173         Removing some useless g_return_if_fail like wingo suggested.
174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
175         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
176         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
177         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
178         (gst_xvimagesink_update_colorbalance),
179         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
180         (gst_xvimagesink_xcontext_clear),
181         (gst_xvimagesink_get_fourcc_from_caps),
182         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
183         (gst_xvimagesink_set_xwindow_id),
184         (gst_xvimagesink_colorbalance_list_channels),
185         (gst_xvimagesink_colorbalance_set_value),
186         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
187         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
189 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
191         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
192           throw error when not negotiated instead of asserting
194 2004-02-15  Julien MOUTTE  <julien@moutte.net>
196         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
197         correct data refcounting.
199 2004-02-15  Julien MOUTTE  <julien@moutte.net>
201         * gst/switch/gstswitch.c: (gst_switch_change_state),
202         (gst_switch_class_init): Cleaning the sinkpads correctly on state
203         change, mostly the EOS flag.
205 2004-02-15  Julien MOUTTE  <julien@moutte.net>
207         * examples/gstplay/player.c: (got_eos), (main): Adding some 
208         output for debugging.
209         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
210         timeouts if we go to any state different from PLAYING.
211         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
212         more EOS bugs in riff lib.
214 2004-02-14  Julien MOUTTE  <julien@moutte.net>
216         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
217         visualization until i find a way to fix switch correctly.
218         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
219         EOS arrives.
220         * gst/switch/gstswitch.c: (gst_switch_release_pad),
221         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
222         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
223         Reworked switch to get a more correct behaviour with events and refing
224         of data stored in sinkpads.
225         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
226         we don't pull from a pad in EOS.
228 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
230         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
231           remove v1 tag even if we can't read it (makes sure we don't detect
232           it again)
234 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
236         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
237         (gst_alsa_xrun_recovery):
238         * ext/alsa/gstalsa.h:
239           try xrun recovery when wait failed. Make xrun recovery function
240           return TRUE/FALSE to indicate success. (might fix #134354)
242 2004-02-13  David Schleef  <ds@schleef.org>
244         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
245         (dynparm_value_changed), (main): Convert from float to double.
246         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
248 2004-02-13  David Schleef  <ds@schleef.org>
250         * gst/silence/gstsilence.c: (gst_silence_class_init),
251         (gst_silence_set_clock), (gst_silence_get),
252         (gst_silence_set_property), (gst_silence_get_property):
253         * gst/silence/gstsilence.h: Add sync property.
254         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
255         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
256         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
257         * gst/sine/gstsinesrc.h: Add sync property.
259 2004-02-13  David Schleef  <ds@schleef.org>
261         * gst/intfloat/gstint2float.c: (conv_f32_s16),
262         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
264 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
266         * configure.ac:
267         * ext/Makefile.am:
268         * gst-libs/ext/Makefile.am:
269           move ffmpeg plugin to gst-ffmpeg module
271 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
273         * configure.ac: use GST_ARCH to detect architecture
275 2004-02-12  Julien MOUTTE  <julien@moutte.net>
277         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
279 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
281         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
282           classify LADSPA plugins based on number of src/sink pads
283           (#133663, Stefan Kost)
284         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
285           fix dparams registration
286           (#133528, Stefan Kost)
287         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
288           fix use of isprint and use g_ascii_isprint instead
289           (#133316, Stefan Kost)
291 2004-02-11  David Schleef  <ds@schleef.org>
293         Convert a few inner loops to use liboil.  This is currently
294         optional, and is only enabled if liboil is present (duh!).
295         * configure.ac: Check for liboil-0.1
296         * gst/intfloat/Makefile.am:
297         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
298         (gst_int2float_chain_gint16):
299         * gst/videofilter/Makefile.am:
300         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
301         (tablelookup_u8), (gst_videobalance_planar411):
302         * gst/videotestsrc/Makefile.am:
303         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
304         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
305         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
306         (paint_hline_RGB565), (paint_hline_xRGB1555):
308 2004-02-11  David Schleef  <ds@schleef.org>
310         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
311         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
312         (gst_colorspace_getcaps), (gst_colorspace_link),
313         (gst_colorspace_base_init), (gst_colorspace_init),
314         (gst_colorspace_chain), (gst_colorspace_change_state),
315         (plugin_init): Merge Ronald's patch (bug #117897) and update
316         for new caps and negotiation.  Seems to work, although it
317         shows off bugs in lcs.
319 2004-02-11  David Schleef  <ds@schleef.org>
321         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
322         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
324 2004-02-11  David Schleef  <ds@schleef.org>
326         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
327         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
328         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
329         Add server and port properties
331 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
333         * m4/a52.m4:
334         * m4/aalib.m4:
335         * m4/as-ffmpeg.m4:
336         * m4/as-liblame.m4:
337         * m4/as-slurp-ffmpeg.m4:
338         * m4/check-libheader.m4:
339         * m4/esd.m4:
340         * m4/freetype2.m4:
341         * m4/gconf-2.m4:
342         * m4/glib.m4:
343         * m4/gst-alsa.m4:
344         * m4/gst-artsc.m4:
345         * m4/gst-ivorbis.m4:
346         * m4/gst-matroska.m4:
347         * m4/gst-sdl.m4:
348         * m4/gst-shout2.m4:
349         * m4/gst-sid.m4:
350         * m4/gtk.m4:
351         * m4/libdv.m4:
352         * m4/libfame.m4:
353         * m4/libmikmod.m4:
354         * m4/ogg.m4:
355         * m4/vorbis.m4:
356           fix underquotedness of macros (#133800)
357         * m4/as-avifile.m4:
358         * m4/xmms.m4:
359           removed because no longer used
361 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
363         * configure.ac:
364           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
365           by autopoint (fixes #132996)
367 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
369         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
370         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
371         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
372         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
373           fix memleaks
375 2004-02-11  David Schleef  <ds@schleef.org>
377         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
378         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
379         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
380         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
381         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
382         (gst_jpegenc_class_init), (gst_jpegenc_init),
383         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
384         (gst_jpegenc_chain), (gst_jpegenc_set_property),
385         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
386         * ext/jpeg/gstjpegenc.h: Fix negotiation.
388 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
390         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
391         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
392         * ext/mikmod/gstmikmod.h:
393           fix caps negotiation in mikmod
394         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
395           output debug information
397 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
399         * gst-libs/gst/colorbalance/Makefile.am:
400         * gst-libs/gst/navigation/Makefile.am:
401         * gst-libs/gst/xoverlay/Makefile.am:
402           remove unused GST_OPT_CFLAGS from Makefiles
403           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
405 2004-02-07  David Schleef  <ds@schleef.org>
407         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
408         push events to pads that haven't been created (#133508)
410 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
412         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
413         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
414         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
415         (gst_dvdec_loop), (gst_dvdec_change_state):
416         Second attempt at committing a working dvdec element.
418 2004-02-06  David Schleef  <ds@schleef.org>
420         Build fixes for OS X: (see #129600)
421         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
422         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
423         (gst_riff_read_strf_iavs):
424         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
425         (gst_avi_demux_stream_odml):
426         * gst/playondemand/Makefile.am:
427         * gst/rtp/rtp-packet.c:
429 2004-02-05  David Schleef  <ds@schleef.org>
431         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
432         last change, because it Just Doesn't Compile.
434 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
436         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
437           skip undecodable id3v2 tag instead of keeping it
439 2004-02-05  David Schleef  <ds@schleef.org>
441         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
442         Unref leaked buffer.  (Noticed by Ronald)
444 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
446         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
447         Sync requires with other checks.  >= vs =.
449 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
451         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
452         (gst_dvdec_video_link), (gst_dvdec_loop):
453         * ext/dv/gstdvdec.h:
454           rework the caps negotiation so that dvdec works again instead
455           of just segfaulting.
457 === gst-plugins 0.7.4 ===
459 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
460                                                                                 
461         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
462         * configure.ac: changed for release
464 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
466         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
467         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
468         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
469         * pkgconfig/gstreamer-play-uninstalled.pc.in:
470           reworked patch by David Lehn to fix libdir and includedir for
471           uninstalled libraries
472           removed play and gconf from gstreamer-libs since they have their
473           own pkgconfig files
475 2004-02-04  David Schleef  <ds@schleef.org>
477         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
478         memleak.
480 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
482         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
483           use correct GST_TAG_ENCODER tag
485 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
487         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
488           be sure to stop the clock when going to paused
489         * sys/oss/gstosssink.c: (gst_osssink_change_state):
490           reset number of transmitted when going to ready.
491         fixes #132935
493 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
495         reviewed by Benjamin Otte
497         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
498           extract track count (fixes #133410)
500 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
502         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
503           that should be !=, not == (fixes #132519)
505 2004-02-04  David Schleef  <ds@schleef.org>
507         Make sure set_explicit_caps() is called before adding pad.
508         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
509         * gst/id3/gstid3types.c: (gst_id3types_loop):
510         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
511         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
513 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
515         * configure.ac:
516           bump nano to 2, first prerelease
517           put back AM_PROG_LIBTOOL
519 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
521         * testsuite/alsa/Makefile.am:
522           these are user test apps, not automatic testsuite tests
524 2004-02-04  David Schleef  <ds@schleef.org>
526         Convert GST_DEBUG_CAPS() to GST_DEBUG():
527         * gst/mpeg1videoparse/gstmp1videoparse.c:
528         (mp1videoparse_parse_seq):
529         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
530         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
531         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
532         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
533         (gst_xvideosink_getcaps):
534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
535         * testsuite/gst-lint: more tests
537 2004-02-04  David Schleef  <ds@schleef.org>
539         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
540         with the code that they would expand to.
541         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
542         (gst_flacdec_get_src_query_types),
543         (gst_flacdec_get_src_event_masks):
544         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
545         (gst_gnomevfssrc_get_query_types),
546         (gst_gnomevfssrc_get_event_mask):
548 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
550         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
551         (gst_sinesrc_dispose):
552           fix memleak by properly disposing sinesrc
554 2004-02-04  Julien MOUTTE  <julien@moutte.net>
556         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
557         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
558         an overlay to redraw the image because it has been exposed.
559         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
560         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
561         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
562         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
563         interface
564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
565         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
566         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
567         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
568         interface 
570 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
572         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
573           more memleak fixage
575 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
577         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
578         * gst/typefind/gsttypefindfunctions.c:
579           fix memleaks shown by gst-typefind
581 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
583         * common/glib-gen.mak:
584           add hack rule to touch .Plo files
585         * gst-libs/gst/colorbalance/Makefile.am:
586         * gst-libs/gst/mixer/Makefile.am:
587         * gst-libs/gst/play/Makefile.am:
588         * gst-libs/gst/tuner/Makefile.am:
589           remove glib_root variable
591 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
593         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
594           set explicit caps before adding the element, so the autopluggers can
595           plug correctly.
596         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
597         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
598         (mpeg_video_type_find), (mpeg_video_stream_type_find),
599         (dv_type_find):
600           fix memleaks in typefind functions. gst_type_find_suggest takes a const
601           argument.
603 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
605         * gst-libs/gst/colorbalance/Makefile.am:
606         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
607         * gst-libs/gst/colorbalance/colorbalance.c:
608         * gst-libs/gst/colorbalance/colorbalance.h:
609         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
610         * gst-libs/gst/mixer/Makefile.am:
611         * gst-libs/gst/mixer/mixer-marshal.list:
612         * gst-libs/gst/mixer/mixer.c:
613         * gst-libs/gst/mixer/mixer.h:
614         * gst-libs/gst/mixer/mixermarshal.list:
615         * gst-libs/gst/play/Makefile.am:
616         * gst-libs/gst/play/play.h:
617         * gst-libs/gst/tuner/Makefile.am:
618         * gst-libs/gst/tuner/tuner-marshal.list:
619         * gst-libs/gst/tuner/tuner.c:
620         * gst-libs/gst/tuner/tuner.h:
621         * gst-libs/gst/tuner/tunermarshal.list:
622           use new glib-gen.mak snippet to clean up Makefile.am
623           fix various bugs in Makefile.am's
625 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
627         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
628           handle chain parsing correctly in the multichain case
629         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
630         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
631         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
632         (theora_dec_chain):
633           handle events and queries correctly
635 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
637         * .cvsignore:
638         Ignore generated file _stdint.h.
640 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
642         * gst-libs/gst/colorbalance/Makefile.am:
643         * gst-libs/gst/colorbalance/colorbalance.h:
644         * gst-libs/gst/mixer/Makefile.am:
645         * gst-libs/gst/mixer/mixer.h:
646         * gst-libs/gst/play/Makefile.am:
647         * gst-libs/gst/play/play.h:
648         * gst-libs/gst/tuner/Makefile.am:
649         * gst-libs/gst/tuner/tuner.h:
650         Generate enum type code with glib-mkenums.
651         * gst-libs/gst/colorbalance/.cvsignore:
652         * gst-libs/gst/mixer/.cvsignore:
653         * gst-libs/gst/play/.cvsignore:
654         * gst-libs/gst/tuner/.cvsignore:
655         Ignore generated files.
657 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
659         * gst-libs/gst/audio/.cvsignore:
660         Ignore generated file.
661         * gst-libs/gst/audio/Makefile.am:
662         Do not install example filter.
664 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
666         * examples/switch/.cvsignore:
667         Ignore generated file.
669 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
671         * common/m4/ax_create_stdint_h.m4:
672         * configure.ac:
673           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
674           _stdint.h.
675         * Makefile.am:
676           remove generated _stdint.h in DISTCLEANFILES
677         * ext/a52dec/gsta52dec.c:
678           include _stdint.h for a52dec. (should fix #133064)
680 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
682         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
683         (gst_tag_to_vorbis_comments):
684         Add replaygain support to vorbistag
686 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
687         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
688         (gst_ffmpeg_caps_to_extradata):
689           Fix SVQ3 caps flag properties
690           Use glib macro for bytes swap
692 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
694         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
695         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
696         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
697         * ext/sndfile/gstsf.c: (plugin_init):
698         * gst/avi/gstavi.c: (plugin_init):
699         * sys/dxr3/dxr3init.c: (plugin_init):
700         * sys/oss/gstossaudio.c: (plugin_init):
701         * sys/v4l/gstv4l.c: (plugin_init):
702         * sys/v4l2/gstv4l2.c: (plugin_init):
703           remove textdomain calls
704         * po/nl.po:
705           update Dutch translation
707 2004-02-02  Julien MOUTTE  <julien@moutte.net>
709         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
710         (gst_play_set_audio_sink): Moving volume in the audio thread for 
711         instantaneous volume change. Maybe i will add another volume in front
712         of visualization later, not sure yet though.
714 2004-02-02  Julien MOUTTE  <julien@moutte.net>
716         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
717         (gst_ximagesink_handle_xevents): Better X events handling, only take
718         the latest events for configure and motion.
719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
721 2004-02-02  Jon Trowbridge  <trow@gnu.org>
723         reviewed by: David Schleef  <ds@schleef.org>
725         Fix memory leaks:
726         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
727         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
729 2004-02-02  David Schleef  <ds@schleef.org>
731         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
732         of lines.
733         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
734         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
735         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
736         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
737         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
738         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
739         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
740         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
741         (gst_float2_2_int_link):
742         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
743         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
744         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
745         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
746         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
747         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
748         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
749         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
750         * testsuite/gst-lint: Add tests for bzero and ;;
752 2004-02-02  David Schleef  <ds@schleef.org>
754         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
756 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
758         * ext/aalib/gstaasink.c: (gst_aasink_open):
759         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
760         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
761         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
762         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
763         (gst_afsink_close_file):
764         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
765         (gst_afsrc_close_file):
766         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
767         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
768         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
769         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
770         * ext/esd/esdmon.c: (gst_esdmon_get):
771         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
772         * ext/faac/gstfaac.c: (gst_faac_chain):
773         * ext/faad/gstfaad.c: (gst_faad_chain):
774         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
775         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
776         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
777         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
778         (gst_flacdec_loop):
779         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
780         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
781         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
782         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
783         (gst_gnomevfssink_close_file):
784         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
785         (gst_gnomevfssrc_open_file):
786         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
787         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
788         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
789         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
790         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
791         * ext/mad/gstmad.c: (gst_mad_chain):
792         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
793         * ext/mpeg2dec/gstmpeg2dec.c:
794         * ext/mpeg2enc/gstmpeg2enc.cc:
795         * ext/mplex/gstmplex.cc:
796         * ext/mplex/gstmplexibitstream.cc:
797         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
798         (gst_ogg_demux_push):
799         * ext/raw1394/gstdv1394src.c:
800         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
801         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
802         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
803         (gst_sf_loop):
804         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
805         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
806         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
807         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
808         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
809         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
810         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
811         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
812         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
813         (gst_riff_read_element_data), (gst_riff_read_seek),
814         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
815         * gst/adder/gstadder.c: (gst_adder_loop):
816         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
817         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
818         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
819         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
820         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
821         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
822         * gst/goom/gstgoom.c: (gst_goom_chain):
823         * gst/id3/gstid3types.c: (gst_id3types_loop):
824         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
825         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
826         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
827         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
828         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
829         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
830         (gst_ebml_read_float), (gst_ebml_read_header):
831         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
832         (gst_matroska_demux_parse_blockgroup):
833         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
834         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
835         * gst/oneton/gstoneton.c: (gst_oneton_chain):
836         * gst/silence/gstsilence.c: (gst_silence_get):
837         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
838         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
839         * gst/speed/gstspeed.c: (speed_loop):
840         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
841         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
842         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
843         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
844         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
845         (gst_wavparse_loop):
846         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
847         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
848         (dxr3audiosink_close):
849         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
850         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
851         (dxr3videosink_close), (dxr3videosink_write_data):
852         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
853         * sys/oss/gstosssink.c: (gst_osssink_chain):
854         * sys/oss/gstosssrc.c: (gst_osssrc_get):
855         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
856         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
857         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
858         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
859         (gst_v4l_set_window), (gst_v4l_enable_overlay):
860         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
861         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
862         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
863         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
864         (gst_v4l_set_audio):
865         * sys/v4l/v4l_calls.h:
866         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
867         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
868         (gst_v4lmjpegsink_playback_init),
869         (gst_v4lmjpegsink_playback_start):
870         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
871         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
872         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
873         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
874         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
875         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
876         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
877         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
878         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
879         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
880         (gst_v4l2_get_output), (gst_v4l2_set_output),
881         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
882         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
883         (gst_v4l2_set_attribute):
884         * sys/v4l2/v4l2_calls.h:
885         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
886         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
887         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
888         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
889         (gst_v4l2src_capture_stop):
890         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
891         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
892         (gst_ximagesink_chain):
893         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
894         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
895         (gst_xvideosink_xwindow_new):
896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
897         (gst_xvimagesink_chain):
899 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
901         * gst/volume/gstvolume.c: (gst_volume_set_volume),
902         (gst_volume_get_volume), (volume_class_init), (volume_init),
903         (volume_chain_int16), (volume_update_volume):
904         * gst/volume/gstvolume.h:
905           make code more readable by removing magic numbers
906           make mixer interface export 0-100 range
907           make it internally map to 0.0-1.0 range so users don't distort
908           output by putting the sliders at full volume
910 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
912         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
913         (gst_play_state_change), (gst_play_seek_to_time):
914         block the tick callback for 0.5 secs after doing a seek
916 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
918         * gst-libs/gst/play/play.c: (gst_play_new):
919           check for GError
921 2004-02-01  Julien MOUTTE  <julien@moutte.net>
923         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
924         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
925         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
926         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
928         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
930 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
932         * configure.ac:
933         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
934           check for a function added in vorbis 1.1
936 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
938         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
939         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
940           really start/stop clock only on PLAYING <=> PAUSED
941         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
942           remove \n from debugging lines
943         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
944           make it work when seeking does not
945         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
946           reset on DISCONT
948 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
950         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
951           start clock on PAUSED=>PLAYING, not later
952         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
953           extract correct time for different discont formats
954         (gst_alsa_sink_get_time):
955           don't segfault when no format is negotiated yet, just return 0
956         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
957         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
958         (gst_ogg_pad_push):
959           handle flush and discont events correctly
960         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
961           handle discont events correctly
963 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
965         * gst-libs/gst/play/play.c: (gst_play_error_quark),
966         (gst_play_error_create), (gst_play_error_plugin),
967         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
968         * gst-libs/gst/play/play.h:
969           add error handling during creation
970         * examples/gstplay/player.c: (main):
971           use new gst_play_new
972           
974 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
976         * ext/theora/theoradec.c: (theora_dec_chain):
977           make comments work
978         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
979         (vorbis_dec_src_event), (vorbis_dec_chain):
980           add encoder tag, fix tag reading to be more error tolerant, change
981           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
982           gst_pad_event_default.
983         * gst/tags/gstvorbistag.c:
984         (gst_tag_list_from_vorbiscomment_buffer):
985           undefine function specific define at end of function
987 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
989         * ext/flac/gstflac.c: (plugin_init):
990         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
991         * ext/flac/gstflacdec.h:
992         * ext/flac/gstflacenc.h:
993           Fix typos
995 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
997         * examples/gstplay/player.c: s/gstplay.h/play.h/
999 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1001         * gst-libs/gst/play/Makefile.am:
1002         * gst-libs/gst/play/gstplay.c:
1003         * gst-libs/gst/play/gstplay.h:
1004         * gst-libs/gst/play/play.c:
1005           more surgery, operation complete
1007 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1009         * gst-libs/gst/play/play.old.c:
1010         * gst-libs/gst/play/play.old.h:
1011           after CVS surgery by moving, remove
1012         * gst-libs/gst/play/playpipelines.c:
1013           remove
1014           
1015         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
1016           add negotiation error
1018 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1020         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
1021         (gst_ogg_demux_push):
1022           add some seeking debug info
1023           send a flush when seeking
1025 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1027         * configure.ac:
1028           use AC_C_INLINE
1029         * configure.ac:
1030         * ext/Makefile.am:
1031         * ext/theora/Makefile.am:
1032         * ext/theora/theoradec.c: 
1033           add theora video decoder. Does just do simple decoding for now and
1034           has been tested against Theora cvs only. It only works when theora
1035           is compiled with --enable-static.
1036         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
1037           always reset packetno on DISCONT
1039 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1041         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
1042           Fix audio.
1044 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1046         * gst/mpegaudioparse/gstmpegaudioparse.c:
1047         (mp3_type_frame_length_from_header):
1048           Fix header parsing - stolen from ffmpeg (thank you! :) ).
1050 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1052         * ext/esd/esdsink.c: (gst_esdsink_init):
1053           Since we have static pad template caps, we don't need to negotiate;
1054           either the core errors out or we know the format.
1056 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1058         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
1059         (gst_riff_read_seek):
1060         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1061         (gst_ebml_read_seek):
1062           Fix event handling.
1064 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1066         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
1067           removee video/x-theora from vp3 decoder, it doesn't handle raw
1068           theora streams
1069         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
1070           fix bug with finalizing element that never went to PAUSED
1071         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
1072           length and position queries were swapped
1073         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
1074         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
1075         (vorbis_dec_src_event):
1076           implement querying time and bytes
1078 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1080         * just about every source file:
1081           gst_element_error -> GST_ELEMENT_ERROR
1083 2004-01-29  Julien MOUTTE  <julien@moutte.net>
1085         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
1086         emiting FLUSH and even before DISCONT.
1087         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
1088         get the best instant seeking as possible yay!
1090 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1092         * gst/mpeg1videoparse/gstmp1videoparse.c:
1093         (gst_mp1videoparse_real_chain):
1094           Committed wrong version last week... Grr... Didn't notice until now.
1096 2004-01-29  Julien MOUTTE <julien@moutte.net>
1098         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
1099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
1100         have_xwindow_id signal in xwindow_create.
1102 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1104         * ext/ogg/gstoggdemux.c: 
1105           lots of changes - mainly support for chained bitstreams, seeking,
1106           querying and bugfixes of course
1107         * ext/vorbis/Makefile.am:
1108         * ext/vorbis/vorbisdec.c: 
1109         * ext/vorbis/vorbisdec.h:
1110           add vorbisdec raw vorbis decoder
1111         * ext/vorbis/vorbis.c: (plugin_init):
1112           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
1113         * gst/intfloat/Makefile.am:
1114         * gst/intfloat/float22int.c:
1115         * gst/intfloat/float22int.h:
1116         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
1117           add float2intnew plugin. It converts multichannel interleaved float to
1118           multichannel interleaved int. The name should probably be changed.
1119         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
1120         (plugin_init):
1121           add typefinding for raw theora video so oggdemux can detect it.
1123 2004-01-28  Julien MOUTTE  <julien@moutte.net>
1125         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
1126         sink element first.
1127         * gst/videoscale/gstvideoscale.c:
1128         (gst_videoscale_handle_src_event): Fixing src event handler.
1130 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1132         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
1133         (gst_v4lsrc_open), (gst_v4lsrc_close),
1134         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
1135         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
1136         * sys/v4l/gstv4lsrc.h:
1137         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
1138         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
1139           Implement resizing... Hack. But that's why v4l is b0rked...
1141 2004-01-28  Julien MOUTTE <julien@moutte.net>
1143         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1144         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
1145         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
1146         (gst_ximagesink_xwindow_destroy):
1147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1148         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
1149         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
1150         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
1151         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
1152         correctly cleaning the image created to check xshm calls on succes,
1153         added a lot of XSync calls in X11 functions, and fixed a segfault when
1154         no image format was defined before negotiation happened.
1156 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1158         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
1159           use gst_element_get_time to get correct time
1161 2004-01-28  Julien MOUTTE  <julien@moutte.net>
1163         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
1164         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
1165         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
1166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
1167         (gst_xvimagesink_check_xshm_calls),
1168         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
1169         X plugins are now able to detect that XShm calls will fail even if the
1170         server claims that it has XShm support (remote displays most of the
1171         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
1172         so that we use non XShm functions. This feature is almost useless for
1173         xvimagesink as Xv is not supported on remote displays anyway, but 
1174         it might happen than even on the local display XShm calls fail.
1176 2004-01-27  David Schleef  <ds@schleef.org>
1178         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
1179         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
1180         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
1181         changed esdsink to only use 44100,16,2, since esd sucks at rate
1182         conversion and esdsink has had difficulty negotiating.
1184 2004-01-27  Julien MOUTTE <julien@moutte.net>
1186         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
1187         (gst_play_seek_to_time): Fixing the way to get current position.
1189 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1191         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
1192           use gst_element_get_time to get correct time
1194 2004-01-27  Julien MOUTTE <julien@moutte.net>
1196         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
1197         fix ever... Inverting 2 lines of code make spider autoplug correctly
1198         tagged mp3 !
1200 2004-01-27  David Schleef  <ds@schleef.org>
1202         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
1203         Use gst_pad_try_set_caps_nonfixed().
1205 2004-01-27  David Schleef  <ds@schleef.org>
1207         * gst/ac3parse/gstac3parse.c: update to checklist 5
1208         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
1209         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
1210         * gst/audioscale/gstaudioscale.c: same
1211         * gst/auparse/gstauparse.c: same
1212         * gst/avi/gstavidemux.c: same
1214 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1216         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
1217           stop processing after EOS
1219 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1221         * gst/asfdemux/asfheaders.h:
1222         * gst/asfdemux/gstasfdemux.c: 
1223         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
1224         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
1225         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
1226           lot's of fixes to make data extraction simpler and get the code
1227           architecture and compiler independant. Add debugging category
1228         * gst/goom/gstgoom.c: (gst_goom_change_state):
1229           reset channel count on PAUSED=>READY, not READY=>PAUSED
1231 2004-01-26  Colin Walters  <walters@verbum.org>
1233         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
1234         code to pull a bigger buffer in iradio mode.  This as a side effect
1235         makes typefinding work.
1237 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
1239         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
1240         Fix SVQ3 decoding on PPC
1242 2004-01-26  Julien MOUTTE <julien@moutte.net>
1244         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
1245         that one managed to stay there... Fixed.
1247 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
1249         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
1250         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
1251         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
1252         (qtdemux_video_caps):
1253         * gst/qtdemux/qtdemux.h:
1254         Add SVQ3 specific flags to qtdemux and ffmpeg
1256 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1258         * gst-libs/gst/audio/audio.h:
1259           remove buffer-frames from audio caps
1260         * gst/audioconvert/gstaudioconvert.c:
1261           fix plugin to really work.
1263 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1265         * gst-libs/gst/mixer/mixer.c:
1266         * gst-libs/gst/propertyprobe/propertyprobe.c:
1267         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
1268         (gst_tuner_find_channel_by_name):
1269         * gst-libs/gst/tuner/tuner.h:
1270           Add gtk-doc style comments. Also fix a function name.
1272 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1274         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
1275         (gst_divxdec_negotiate):
1276           Fix for new capsnego - also fixes gst-player with divxdec.
1278 2004-01-25  Julien MOUTTE  <julien@moutte.net>
1280         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
1281         (gst_play_identity_handoff), (gst_play_set_location),
1282         (gst_play_set_visualization), (gst_play_connect_visualization): Another
1283         try in visualization implementation. Still have an issue with switch
1284         blocking when pulling from video_queue and only audio comes out of 
1285         spider.
1286         * gst/switch/gstswitch.c: (gst_switch_release_pad),
1287         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
1288         release method. And check if the pad is usable before pulling.
1290 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1292         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
1293         (gst_videobalance_init),
1294         (gst_videobalance_colorbalance_list_channels),
1295         (gst_videobalance_colorbalance_set_value),
1296         (gst_videobalance_colorbalance_get_value),
1297         (gst_videobalance_update_properties),
1298         (gst_videobalance_update_tables_planar411),
1299         (gst_videobalance_planar411):
1300         * gst/videofilter/gstvideobalance.h:
1301           Implement lookup-tables. +/- 10x faster.
1303 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1305         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
1306         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
1307           The index reading was broken. The rest worked fine, but the whole
1308           goal of my rewrite was to make avidemux readable, and this was
1309           not at all readable. Please use typed variables.
1311 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1313         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
1314           Additional pad usability check.
1315         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
1316         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
1317         (gst_mp1videoparse_real_chain):
1318           Fix MPEG video stream parsing. The original plugin had several
1319           issues, including not timestamping streams where the source was
1320           not timestamped (this happens with PTS values in mpeg system
1321           streams, but MPEG video is also a valid stream on its own so
1322           that needs timestamps too). We use the display time code for that
1323           for now. Also, if one incoming buffer contains multiple valid
1324           frames, we push them all on correctly now, including proper EOS
1325           handling. Lastly, several potential segfaults were fixed, and we
1326           properly sync on new sequence/gop headers to include them in next,
1327           not previous frames (since they're header for the next frame, not
1328           the previous). Also see #119206.
1329         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
1330         (bpf_from_header):
1331           Move caps setting so we only do it after finding several valid
1332           MPEG-1 fraes sequentially, not right after the first one (which
1333           might be coincidental).
1334         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
1335         (mpeg_video_type_find), (mpeg_video_stream_type_find),
1336         (plugin_init):
1337           Add unsynced MPEG video stream typefinding, and change some
1338           probability values so we detect streams rightly. The idea is as
1339           follows: I can have an unsynced system stream which contains
1340           video. In the current code, I would randomly get a type for either
1341           system or video stream type found, because the probabilities are
1342           being calculated rather randomly. I now use fixed values, so we
1343           always prefer system stream if that was found (and that is how it
1344           should be). If no system stream was found, we can still identity                the stream as video-only.
1346 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1348         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
1349         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
1350           don't write to buffer. Extract data without the need of
1351           __attribute__ ((packed))
1353 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1355         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
1356         (mpeg1_sys_type_find):
1357           Fix MPEG-1 stream typefinding.
1359 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1361         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1362           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
1364 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1366         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
1367         * ext/esd/gstesd.c: (plugin_init):
1368           private debugging, better error reporting
1370 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1372         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
1373         (gst_riff_read_init), (gst_riff_read_change_state):
1374         * gst-libs/gst/riff/riff-read.h:
1375           Remove stuff fromold metadata system.
1377 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1379         * ext/ogg/gstoggdemux.c:
1380           Fix wrong file comment.
1381         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
1382         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
1383           Add metadata reading properly.
1385 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1387         * ext/Makefile.am:
1388           Fix nas DIST_SUBDIRS
1389           Uraeus:
1390           Fix bug where make distcheck doesn't get run on adding stuff to
1391           the build.
1393 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1395         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
1396         * ext/divx/gstdivxdec.h:
1397           Fix divx3 ("msmpeg4") playback using divxdec.
1399 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1401         * gst/typefind/gsttypefindfunctions.c:
1402         (mp3_type_frame_length_from_header): fix bug in length computation 
1403         (mp3_type_find): improve debugging output
1405 2004-01-23  Julien MOUTTE  <julien@moutte.net>
1407         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
1408         (gst_play_set_location), (gst_play_seek_to_time),
1409         (gst_play_set_audio_sink), (gst_play_set_visualization),
1410         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
1411         the pipeline from scratch. Visualization is back and switch went out as
1412         i realized it was not possible to use the way i wanted.
1413         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
1414         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
1415         clearing in state change from READY to NULL. So that one can clean the
1416         X ressources keeping the element.
1417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1418         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
1419         (gst_xvimagesink_colorbalance_set_value),
1420         (gst_xvimagesink_colorbalance_get_value),
1421         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
1422         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
1423         change from READY to NULL and fixed some stupid bugs in colorbalance
1424         get/set values. Also added the following feature : when nobody tries to
1425         set some values to the colorbalance levels before the xcontext is 
1426         grabbed, then when creating channels list from Xv attributes we set the
1427         internal values to the Xv defaults. This way we handle buggy Xv drivers
1428         that set default hue values far from the middle of the range (Thanks
1429         to Jon Trowbridge for pointing that issue).
1430         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
1431         colorbalance levels have been set before xcontext is grabbed.
1433 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1435         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
1436           Fix the ossmixer case where we shouldn't open /dev/dsp* because
1437           it might block operations (which is bad for a mixer).
1439 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1441         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
1442         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
1443         (gmip_find_type_pre):
1444         * gst-libs/gst/media-info/media-info-priv.h:
1445         * gst-libs/gst/media-info/media-info.c:
1446         (gst_media_info_instance_init), (gst_media_info_read_idler):
1447         add fakesink to get caps on decoder src pad again
1448         fix callback prototype to match new have_type signal signature
1450 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1452         * gst/adder/gstadder.c: (gst_adder_link):
1453           fix non-compile and cut-n-paste code
1455 2004-01-21  David Schleef  <ds@schleef.org>
1457         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
1458         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
1459         (gst_swfdec_init), (gst_swfdec_change_state):
1460         * ext/swfdec/gstswfdec.h:
1461         Fix negotiation.
1462         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
1463         (gst_adder_request_new_pad): Fix negotiation.
1464         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
1465         Add a fixate function.
1466         * gst/intfloat/gstfloat2int.c:
1467         * gst/intfloat/gstfloat2int.h:
1468         * gst/intfloat/gstint2float.c:
1469         * gst/intfloat/gstint2float.h:
1470         Completely rewrite the negotiation.  Doesn't quite work yet,
1471         due to some buffer-frames problem.
1473 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1475         * ext/gnomevfs/gstgnomevfssrc.c:
1476         * sys/v4l2/v4l2_calls.h:
1477           fix includes for distcheck
1479 2004-01-21  Christian Schaller <uraeus@gnome.org>
1481         * ext/nas/
1482         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
1483         based on earlier patch from Laurent Vivier
1485 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
1487         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
1488         Fix wma caps property
1489         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
1490         Fix typo (flags1 and flags2)
1492 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1494         * gst-libs/gst/media-info/media-info-priv.c:
1495         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
1496         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
1497         (gmip_find_stream), (gmip_find_track_metadata),
1498         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
1499         (gmip_find_track_format):
1500         * gst-libs/gst/media-info/media-info-priv.h:
1501         * gst-libs/gst/media-info/media-info-test.c: (main):
1502         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
1503         (gst_media_info_read_idler), (gst_media_info_read):
1504         * gst-libs/gst/media-info/media-info.h:
1505           register debugging category and use it for debugging
1507 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1509         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
1510         (gst_vorbisfile_new_link):
1511           signal streaminfo through tags
1513 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1515         * ext/mplex/gstmplex.cc:
1516         * ext/mplex/gstmplexibitstream.cc:
1517           g++ doesn't like NULL in our i18n/error macros, should be
1518           either (NULL) or ("").
1520 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1522         * sys/dxr3/dxr3audiosink.c:
1523         * sys/dxr3/dxr3init.c:
1524         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
1525         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
1526           Fix more error error error errors (missing includes here).
1528 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1530         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
1531           fix thomas' error errors.
1533 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1535         * ext/mpeg2enc/gstmpeg2enc.cc:
1536           fix error errors.
1538 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1540         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
1541         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
1542           Fix for new error system.
1544 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1546         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
1547           fix for new error reporting
1549 2004-01-20  David Schleef  <ds@schleef.org>
1551         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
1552         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
1553         (gst_ximagesink_set_xwindow_id): Change to using a framerate
1554         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
1555         and neither is 100+, most likely.
1556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1557         (gst_xvimagesink_getcaps): same
1559 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1561         * configure.ac:
1562           Up version requirement to 2.0.3 (not yet released) to avoid symbol
1563           clashes with ffmpeg.
1565 2004-01-20  Julien MOUTTE  <julien@moutte.net>
1567         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
1568         (gst_switch_init): Fixed switch element : proxying link and setting
1569         caps from src to sink on request.
1571 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1573         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
1574         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
1575         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
1576         fix element_error
1578 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1580         * sys/v4l/v4l_calls.h:
1581         * sys/v4l2/v4l2_calls.h:
1582           element_error fixes
1584 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1586         * gst-libs/gst/gst-i18n-plugin.h:
1587           add locale.h
1588           remove config.h inclusion
1590 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1592         * autogen.sh:
1593           adding autopoint invocation
1594         * Makefile.am:
1595         * configure.ac:
1596         * gst-libs/gst/gettext.h:
1597           adding gettext bits
1598         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
1599         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
1600         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1601         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
1602         (gst_gnomevfssink_close_file):
1603         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
1604         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
1605         * gst-libs/gst/gst-i18n-plugin.h:
1606         * gst/avi/gstavi.c: (plugin_init):
1607         * sys/dxr3/dxr3init.c: (plugin_init):
1608         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
1609         * sys/oss/gstossaudio.c: (plugin_init):
1610         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
1611         * sys/v4l/gstv4l.c: (plugin_init):
1612         * sys/v4l/v4l_calls.c: (gst_v4l_open):
1613         * sys/v4l2/gstv4l2.c: (plugin_init):
1614         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1615         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
1616         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
1617         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
1618         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
1619         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
1620           make sure locale and translation domain are set
1621           fix translated strings 
1622         * po/.cvsignore:
1623         * po/LINGUAS:
1624         * po/Makevars:
1625         * po/POTFILES.in:
1626         * po/nl.po:
1627           put translation files into place
1628         * sys/xvideo/imagetest.c: (main):
1629         * ext/dv/demo-play.c: (main):
1630           fix unnecessary translations
1632 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1634         * ext/sndfile/gstsf.c:
1635         * gst/avi/gstavimux.c:
1636         * ext/audiofile/gstafsink.c:
1637         * ext/audiofile/gstafsrc.c:
1638         * ext/gnomevfs/gstgnomevfssink.c:
1639         * ext/gnomevfs/gstgnomevfssrc.c:
1640         * sys/oss/gstosselement.c:
1641         * sys/v4l/v4l_calls.h:
1642           fix i18n include
1644 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1646         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1647         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
1648         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
1649         (gst_v4l2_get_output), (gst_v4l2_set_output),
1650         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
1651         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
1652         (gst_v4l2_set_attribute):
1653         update to new error handling
1655 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1657         * ext/sidplay/gstsiddec.cc:
1658         * gst/modplug/gstmodplug.cc:
1659           parenthese NULL because C++ seems angry about it
1661 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1663         * gst-libs/gst/gst-i18n-plugin.h:
1664           add skeleton i18n stuff, but needs to be further implemented
1666 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1668         * examples/gstplay/player.c: (main):
1669         * ext/aalib/gstaasink.c: (gst_aasink_open):
1670         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
1671         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1672         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
1673         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
1674         (gst_afsink_close_file):
1675         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
1676         (gst_afsrc_close_file):
1677         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
1678         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
1679         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
1680         * ext/esd/esdmon.c: (gst_esdmon_get):
1681         * ext/esd/esdsink.c: (gst_esdsink_chain):
1682         * ext/faac/gstfaac.c: (gst_faac_chain):
1683         * ext/faad/gstfaad.c: (gst_faad_chain):
1684         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
1685         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
1686         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
1687         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
1688         (gst_flacdec_loop):
1689         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
1690         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
1691         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
1692         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
1693         (gst_gnomevfssink_close_file):
1694         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
1695         (gst_gnomevfssrc_open_file):
1696         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
1697         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
1698         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
1699         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
1700         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
1701         * ext/mad/gstmad.c: (gst_mad_chain):
1702         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
1703         * ext/mpeg2dec/gstmpeg2dec.c:
1704         * ext/mpeg2enc/gstmpeg2enc.cc:
1705         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
1706         * ext/mplex/gstmplex.cc:
1707         * ext/mplex/gstmplexibitstream.cc:
1708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
1709         (gst_ogg_demux_push), (gst_ogg_pad_push):
1710         * ext/raw1394/gstdv1394src.c:
1711         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
1712         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
1713         * ext/sidplay/gstsiddec.cc:
1714         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
1715         (gst_sf_loop):
1716         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
1717         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
1718         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
1719         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
1720         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
1721         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
1722         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
1723         * gst-libs/gst/Makefile.am:
1724         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
1725         (gst_riff_read_element_data), (gst_riff_read_seek),
1726         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
1727         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
1728         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
1729         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
1730         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
1731         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
1732         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
1733         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
1734         * gst/goom/gstgoom.c: (gst_goom_chain):
1735         * gst/id3/gstid3types.c: (gst_id3types_loop):
1736         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
1737         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
1738         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1739         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
1740         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
1741         (gst_ebml_read_float), (gst_ebml_read_header):
1742         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
1743         (gst_matroska_demux_parse_blockgroup):
1744         * gst/modplug/gstmodplug.cc:
1745         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
1746         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
1747         * gst/oneton/gstoneton.c: (gst_oneton_chain):
1748         * gst/silence/gstsilence.c: (gst_silence_get):
1749         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
1750         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
1751         * gst/speed/gstspeed.c: (speed_loop):
1752         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
1753         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
1754         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
1755         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1756         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
1757         (gst_wavparse_loop):
1758         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
1759         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
1760         (dxr3audiosink_close):
1761         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
1762         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
1763         (dxr3videosink_close), (dxr3videosink_write_data):
1764         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
1765         * sys/oss/gstosselement.h:
1766         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
1767         (gst_osssink_chain):
1768         * sys/oss/gstosssrc.c: (gst_osssrc_get):
1769         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
1770         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
1771         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
1772         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
1773         (gst_v4l_enable_overlay):
1774         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
1775         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
1776         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
1777         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
1778         (gst_v4l_set_audio):
1779         * sys/v4l/v4l_calls.h:
1780         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
1781         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
1782         (gst_v4lmjpegsink_playback_init),
1783         (gst_v4lmjpegsink_playback_start):
1784         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
1785         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
1786         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
1787         (gst_v4lmjpegsrc_requeue_frame):
1788         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
1789         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
1790         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
1791         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
1792         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
1793         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
1794         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
1795         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
1796         (gst_v4l2src_capture_stop):
1797         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
1798         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1799         (gst_ximagesink_chain):
1800         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
1801         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
1802         (gst_xvideosink_xwindow_new):
1803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1804         (gst_xvimagesink_chain):
1805         use new error signal, function and categories
1807 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
1809         * configure.ac:
1810         * ext/Makefile.am:
1811         * ext/musicbrainz/gsttrm.c:
1812         * ext/musicbrainz/gsttrm.h:
1813         * ext/musicbrainz/Makefile.am:
1814         Add a trm plugin 
1816 2004-01-18  Julien MOUTTE  <julien@moutte.net>
1818         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
1819         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
1820         synchronous property for debugging.
1821         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
1822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1823         (gst_xvimagesink_set_property): Moving a pointer declaration to a
1824         smaller block, fixing indent.
1826 2004-01-16  David Schleef  <ds@schleef.org>
1828         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
1829         property affects the video stream.
1830         * sys/xvimage/xvimagesink.c: 
1831         * sys/xvimage/xvimagesink.h:
1832         Add synchronous property for debugging.  Should probably be
1833         disabled in non-CVS builds.  Make sure that the Xv attribute
1834         exists before we set it (crash!).  Fix a silly float bug that
1835         caused colorbalance to just not work.
1837 2004-01-17  Christian Schaller <Uraeus@gnome.org>
1839         * tools/gst-launch-ext.in - update for new plugins
1841 2004-01-16  David Schleef  <ds@schleef.org>
1843         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
1844         already-freed caps.
1846 2994-01-16  Christian Schaller <Uraeus@gnome.org>
1848         * Update spec for new colorspace plugin and libcaca plugin
1849         * Fix compilation of libcaca plugin (clock -> id)
1851 2004-01-16  Julien MOUTTE <julien@moutte.net>
1853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
1854         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
1855         (gst_xvimagesink_set_xwindow_id),
1856         (gst_xvimagesink_colorbalance_set_value),
1857         (gst_xvimagesink_colorbalance_get_value),
1858         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1859         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
1860         correct colorbalance properties. They can now be set when the element
1861         is still in NULL state. The values will be committed to the Xv Port
1862         when xcontext is initialized.
1863         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
1864         brightness int values in the GstXvImagesink structure.
1866 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1868         * gst-libs/gst/Makefile.am:
1869           restructure so having local patches works easier.
1871 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1873         * ext/mpeg2enc/Makefile.am:
1874         * ext/mpeg2enc/gstmpeg2enc.cc:
1875         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
1876           Bugfix with respect to EOS handling.
1878 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1880         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
1881           Link with right caps (else, it segfaults).
1882         * ext/mplex/gstmplexjob.cc:
1883           Fix for slight API change in 1.6.1.93 release of mjpegtools.
1885 2004-01-15  David Schleef  <ds@schleef.org>
1887         * gst-libs/gst/audio/Makefile.am:
1888         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
1889         from the template.
1890         * gst-libs/gst/audio/gstaudiofilter.c:
1891         * gst-libs/gst/audio/gstaudiofilter.h:
1892         Add bytes_per_sample and size and n_samples calculation.
1893         * gst-libs/gst/audio/gstaudiofilterexample.c:
1894         Remove, now autogenerated.
1895         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1896         Moved from gstaudiofilterexample, object name changed, code added
1897         so that it actually works.
1898         * gst-libs/gst/audio/make_filter:
1899         Script to build an audiofilter subclass from the template.
1900         * gst/colorspace/Makefile.am:
1901         * gst/colorspace/yuv2yuv.c:
1902         Remove file, since it's GPL, and we don't use it.
1904 2004-01-15  Julien MOUTTE  <julien@moutte.net>
1906         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
1907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
1908         them use the buffer free function to test how the buffer was allocated.
1910 2004-01-15  David Schleef  <ds@schleef.org>
1912         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
1913         that handles osssink fallback.
1914         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
1915         (gst_audio_convert_getcaps):
1916         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1917         Add audio/x-qdm2 for QDM2 audio.
1918         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
1919         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
1920         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
1921         Decrease minimum size to 16x16.
1922         * gst/wavparse/gstwavparse.c:
1923         Convert disabled pad template caps to new caps.
1924         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1926         (gst_xvimagesink_chain): Throw element error when display cannot
1927         be opened.  Increase minimum framerate to 1.0.  Check the data
1928         free function on a buffer to make sure it is the type we expect
1929         before manipulating it.
1931 2004-01-15  Julien MOUTTE <julien@moutte.net>
1933         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
1934         (gst_videobalance_colorbalance_set_value): Implement passthru if
1935         settings are in the middle.
1936         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
1938 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1940         * gst/videofilter/Makefile.am:
1941         * gst/volume/Makefile.am:
1942           Since we use videofilter symbols, link to it.
1944 2004-01-15  Julien MOUTTE <julien@moutte.net>
1946         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
1947         mixer interface type to HARDWARE.
1948         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
1949         type to SOFTWARE.
1950         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
1951         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
1952         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
1953         (gst_volume_interface_init), (gst_volume_list_tracks),
1954         (gst_volume_set_volume), (gst_volume_get_volume),
1955         (gst_volume_set_mute), (gst_volume_mixer_init),
1956         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
1957         (volume_init): Implementing mixer interface.
1958         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
1959         * sys/oss/gstosselement.c: (gst_osselement_get_type),
1960         (gst_osselement_change_state): Removing some trailing commas in
1961         structures.
1962         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
1963         interface type to HARDWARE.
1964         * sys/v4l/gstv4lcolorbalance.c:
1965         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
1966         type to HARDWARE.
1967         * sys/v4l2/gstv4l2colorbalance.c:
1968         (gst_v4l2_color_balance_interface_init): Setting colorbalance
1969         interface type to HARDWARE.
1970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
1971         same code than ximagesink for event handling.
1973 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1975         * ext/snapshot/Makefile.am:
1976         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
1977         (gst_snapshot_chain):
1978         * ext/snapshot/gstsnapshot.h:
1979           This has to be a joke... Snapshot should be connected to a tee,
1980           colorspace element before it and EOS after that, where the other
1981           src of the tee receives normal data.
1982           The current way is *wrong*.
1984 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1986         * ext/hermes/gsthermescolorspace.c:
1987           Fix another compile error. Same as below.
1989 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1991         * gst/colorspace/gstcolorspace.c:
1992         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
1993         (gst_colorspace_i420_to_yv12):
1994           Fix compiling... Didn't test if it actually works.
1996 2004-01-15  David Schleef  <ds@schleef.org>
1998         * configure.ac:
1999         * gst/colorspace/Makefile.am:
2000         * gst/colorspace/gstcolorspace.c:
2001         * gst/colorspace/gstcolorspace.h:
2002         * gst/colorspace/yuv2rgb.c:
2003         * gst/colorspace/yuv2rgb.h:
2004         Duplicate the ext/hermes colorspace plugin, and remove Hermes
2005         code and GPL code.  Fix for new caps negotiation.  Rewrite
2006         much of the format handling code, and some of the conversion
2007         code.  Basically, rewrote almost everything.  This element
2008         handles I420, YV12 to RGB conversions.
2009         * ext/hermes/Makefile.am:
2010         * ext/hermes/gsthermescolorspace.c:
2011         Rename colorspace to hermescolorspace.  Fix negotiation issues.
2012         Remove non-Hermes related code.  This element handles lots of
2013         RGB to RGB conversions, but no YUV.
2014         * ext/hermes/gstcolorspace.c:
2015         * ext/hermes/gstcolorspace.h:
2016         * ext/hermes/rgb2yuv.c:
2017         * ext/hermes/yuv2rgb.c:
2018         * ext/hermes/yuv2rgb.h:
2019         * ext/hermes/yuv2rgb_mmx16.s:
2020         * ext/hermes/yuv2yuv.c:
2021         * ext/hermes/yuv2yuv.h:
2022         Remove old code.
2024 2004-01-14  Colin Walters  <walters@verbum.org>
2026         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
2027         they've already been.
2029 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2031         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
2032           assume tag mode when pad is not connected
2034 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2036         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2037           Don't update the time of the clock
2038         (gst_alsa_sink_loop):
2039           sync to the clock given to alsasink, not the own clock
2040         * sys/oss/gstosssink.c: (gst_osssink_chain):
2041           sync to the clock
2042         (gst_osssink_change_state):
2043           activate the clock
2044         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
2045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
2046           remove bogus code that made DISCONT events unhandled
2047         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
2048           explicitly case to double in _set_simple. (fixes 2nd warning in bug
2049           #131502)
2050         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
2051         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
2052         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
2053           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
2054           2nd warning in bug #131502)
2056 2004-01-14  Julien MOUTTE  <julien@moutte.net>
2058         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
2059         (gst_videobalance_colorbalance_set_value),
2060         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
2061         for colorbalance interface implementation.
2062         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2063         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2064         (gst_ximagesink_dispose), (gst_ximagesink_init),
2065         (gst_ximagesink_class_init): Adding DISPLAY property.
2066         * sys/ximage/ximagesink.h: Adding display_name to store display.
2067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2068         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2069         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
2070         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
2071         properties (they still need polishing though for gst-launch use : no
2072         xcontext yet, i ll do that tomorrow).
2073         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
2075 2004-01-14  Julien MOUTTE  <julien@moutte.net>
2077         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
2078         (gst_play_set_location), (gst_play_set_visualization): Preparing 
2079         switch integration, adding videobalance in the pipeline.
2081 2004-01-14  Julien MOUTTE <julien@moutte.net>
2083         * gst-libs/gst/colorbalance/colorbalance.c:
2084         (gst_color_balance_class_init): Adding a default type.
2085         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
2086         the type.
2087         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
2088         (gst_videobalance_dispose), (gst_videobalance_class_init),
2089         (gst_videobalance_init), (gst_videobalance_interface_supported),
2090         (gst_videobalance_interface_init),
2091         (gst_videobalance_colorbalance_list_channels),
2092         (gst_videobalance_colorbalance_set_value),
2093         (gst_videobalance_colorbalance_get_value),
2094         (gst_videobalance_colorbalance_init): Implementing colorbalance
2095         interface.
2096         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
2097         list.
2098         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
2099         bug which was triggering a BadAccess X error when setting an overlay
2100         before pad was really negotiated.
2101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
2102         Using the colorbalance type macro.
2104 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2106         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
2107         (gst_flacenc_chain):
2108           handle tags correctly
2109         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
2110           extract ID3v1 tags correctly
2112 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2114         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
2115         (plugin_init):
2116           Improve matroska typefinding for odd-typed headers...
2118 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2120         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2121           Fix for using incremental number on padnames.
2123 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2125         * ext/divx/gstdivxdec.c:
2126         * ext/divx/gstdivxenc.c:
2127           Set category to divx4linux instead of divx (too generic).
2128         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
2129         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
2130         (gst_wavparse_loop), (gst_wavparse_change_state):
2131         * gst/wavparse/gstwavparse.h:
2132           fix parsing of WAV files with non-standard fmt-tag size and fix
2133           skipping of unrecognized chunks... Someone please fix this thing
2134           to use rifflib so all this is automated.
2135         * sys/v4l/Makefile.am:
2136         * sys/v4l2/Makefile.am:
2137           Add X_CFLAGS because we depend on X (for overlay).
2139 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
2141         * ext/mpeg2dec/gstmpeg2dec.c:
2142           Don't issue a timestamp unless we tagged the frame
2143           with a PTS.
2145 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2147         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
2148           Query the audio element to get the time, not the clock. We're
2149           interested in the element's time here.
2151 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2153         * ext/aalib/gstaasink.c: (gst_aasink_chain):
2154         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2155         * ext/esd/esdsink.c: (gst_esdsink_chain):
2156         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
2157         * ext/mas/massink.c: (gst_massink_chain):
2158         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
2159         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
2160         (gst_matroska_demux_parse_metadata):
2161         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
2162         (gst_mpeg_parse_release_locks):
2163         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
2164         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
2165         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
2166         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
2167         (gst_osssink_change_state):
2168         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
2169         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
2170         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
2171         (gst_xvideosink_release_locks):
2172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
2173           use element time.
2174         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
2175         (gst_alsa_clock_stop):
2176         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
2177         (gst_audio_clock_get_internal_time):
2178           simplify for use with new clocking code.
2179         * testsuite/alsa/Makefile.am:
2180         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
2181           fix testsuite for new caps system
2183 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2185         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
2186         * ext/flac/gstflacenc.c: (add_one_tag):
2187           length is already host endian, no need to convert. Fixes playback of
2188           tagged files on PPC. (bug #128384)
2190 2004-01-13  Julien MOUTTE <julien@moutte.net>
2192         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
2193         colorbalance interface stating if it is hardware based or software
2194         based.
2195         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
2196         Removing a trailing comma.
2197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2198         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
2199         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
2200         the documentation seems to be wrong on the -1000 to 1000 interval.
2202 2004-01-12  David Schleef  <ds@schleef.org>
2204         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
2205         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
2206         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
2207         Fix negotiation.  Add a bufferalloc function for the sink pad,
2208         and generally clean up some of the code.
2210 2004-01-12  Julien MOUTTE <julien@moutte.net>
2212         * gst-libs/gst/colorbalance/colorbalancechannel.c:
2213         (gst_color_balance_channel_dispose): Adding safety check in dispose
2214         method.
2215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2216         (gst_xvimagesink_xcontext_clear),
2217         (gst_xvimagesink_interface_supported),
2218         (gst_xvimagesink_colorbalance_list_channels),
2219         (gst_xvimagesink_colorbalance_set_value),
2220         (gst_xvimagesink_colorbalance_get_value),
2221         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
2222         Adding colorbalance interface support to set XV parameters such as
2223         HUE, BRIGHTNESS, CONTRAST, SATURATION.
2224         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
2225         interface.
2227 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2229         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
2230         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
2231         (gst_audio_convert_init), (gst_audio_convert_set_property),
2232         (gst_audio_convert_get_property), (gst_audio_convert_chain),
2233         (gst_audio_convert_link),
2234         (gst_audio_convert_buffer_to_default_format),
2235         (gst_audio_convert_buffer_from_default_format), (plugin_init):
2236           - implement _getcaps and use it
2237           - improve linking
2238           - remove float caps since no float conversion is actually done
2239           - remove properties and arguments that were to be used for rate
2240             conversion
2242 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2244         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
2245         (gst_audio_structure_set_int):
2246         * gst-libs/gst/audio/audio.h:
2247           add helper functions for _getcaps matching the standard audio
2248           templates
2250 2004-01-12  David Schleef  <ds@schleef.org>
2252         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2253         Test that pad is negotiated before getting its caps.
2255 2004-01-12  Julien MOUTTE <julien@moutte.net>
2257         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
2258         analyzing the pads of an element the bin is mostly in READY state so
2259         no caps were negotiated. This helper function needs to work with
2260         _get_caps directly then. I was not freeing them though, added that to
2261         fix the mem leak.
2263 2004-01-12  Julien MOUTTE <julien@moutte.net>
2265         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
2266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
2267         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
2268         than the free_func.
2270 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2272         * sys/oss/gstossaudio.c: (plugin_init):
2273         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
2274         * sys/oss/gstosselement.h:
2275           make an oss debugging category
2276           make failure more descriptive
2278 2004-01-11  David Schleef  <ds@schleef.org>
2280         * ext/ffmpeg/gstffmpeg.c:
2281         * ext/ffmpeg/gstffmpegcodecmap.c:
2282         * ext/ffmpeg/gstffmpegdec.c:
2283         * ext/ffmpeg/gstffmpegenc.c:
2284         * ext/ffmpeg/gstffmpegprotocol.c:
2285         * ext/gdk_pixbuf/gstgdkanimation.c:
2286         * ext/jpeg/gstjpeg.c:
2287         * ext/libpng/gstpng.c:
2288         * ext/mpeg2dec/perftest.c:
2289         * ext/speex/gstspeex.c:
2290         * gst-libs/gst/resample/dtos.c:
2291         * gst/intfloat/gstintfloatconvert.c:
2292         * gst/oneton/gstoneton.c:
2293         * gst/rtjpeg/RTjpeg.c:
2294         * gst/rtp/gstrtp.c:
2295         * sys/dxr3/dxr3init.c:
2296         * sys/glsink/gstgl_nvimage.c:
2297         * sys/glsink/gstgl_pdrimage.c:
2298         * sys/glsink/gstglsink.c:
2299         * testsuite/gst-lint:
2300         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
2302 2004-01-11  David Schleef  <ds@schleef.org>
2304         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
2305         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
2306         * ext/gdk_pixbuf/gstgdkanimation.c:
2307         (gst_gdk_animation_iter_create_pixbuf):
2308         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
2309         (gst_gdk_pixbuf_chain):
2310         * ext/gdk_pixbuf/gstgdkpixbuf.h:
2311         * ext/jack/gstjack.c: (gst_jack_change_state):
2312         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
2313         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
2314         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
2315         * gst/videofilter/gstvideofilter.c:
2316         (gst_videofilter_set_output_size):
2317         Remove all usage of gst_pad_get_caps(), and replace it with
2318         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
2320 2004-01-11  David Schleef  <ds@schleef.org>
2322         * configure.ac:
2323         * ext/Makefile.am: Fixes to make ext/libcaca compile.
2324         * ext/divx/gstdivxdec.c:
2325         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
2326         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
2327         handle images that span multiple buffers.  Now work with both
2328         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
2329         * ext/gdk_pixbuf/gstgdkpixbuf.h:
2330         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
2331         video/video.h changes
2332         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
2333         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
2334         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
2335         of GstData free function.
2336         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
2337         same.
2339 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2341         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
2342         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
2343         (gst_v4l2element_get_property):
2344         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
2345           add norm, channel and frequency properties.
2346         * sys/v4l2/gstv4l2tuner.c:
2347           fixes for tuner interface changes
2348         * sys/v4l2/gstv4l2element.h:
2349         * sys/v4l2/gstv4l2src.c: 
2350         * sys/v4l2/gstv4l2src.h:
2351         * sys/v4l2/v4l2src_calls.c: 
2352         * sys/v4l2/v4l2src_calls.h:
2353           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
2355 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2357         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
2358         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
2359         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
2360         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
2361         * gst-libs/gst/tuner/tuner.h:
2362           GObjects aren't const.
2363           Add find_by_name functions.
2364           Add checks to _changed functions.
2365         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
2366         (gst_v4l_tuner_get_norm):
2367           Fixes for above.
2369 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2371         * gst-libs/gst/video/video.h:
2372           Fix caps template names to be understandable.
2373           Prefix everything with GST_VIDEO.
2374         * ext/aalib/gstaasink.c:
2375         * ext/divx/gstdivxdec.c:
2376         * ext/divx/gstdivxenc.c:
2377         * ext/gdk_pixbuf/gstgdkpixbuf.c:
2378         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
2379         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
2380         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
2381         * ext/libcaca/gstcacasink.c:
2382         * ext/libpng/gstpngenc.c: (raw_caps_factory):
2383         * ext/snapshot/gstsnapshot.c:
2384         * ext/swfdec/gstswfdec.c:
2385         * ext/xvid/gstxviddec.c:
2386         * ext/xvid/gstxvidenc.c:
2387         * gst/chart/gstchart.c:
2388         * gst/deinterlace/gstdeinterlace.c:
2389         * gst/effectv/gsteffectv.c:
2390         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
2391         * gst/goom/gstgoom.c:
2392         * gst/median/gstmedian.c:
2393         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
2394         (gst_monoscope_srcconnect), (gst_monoscope_chain):
2395         * gst/overlay/gstoverlay.c:
2396         * gst/smooth/gstsmooth.c:
2397         * gst/smpte/gstsmpte.c:
2398         * gst/synaesthesia/gstsynaesthesia.c:
2399         * gst/videocrop/gstvideocrop.c:
2400         * gst/videodrop/gstvideodrop.c:
2401         * gst/y4m/gsty4mencode.c:
2402         * sys/qcam/gstqcamsrc.c:
2403         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
2404           Make them work with new video.h file.
2405         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
2406         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
2407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
2408         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
2409           Make it work with new buffer allocation system.
2411 2004-01-11  Julien MOUTTE  <julien@moutte.net>
2413         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
2414         pad_alloc_buffer implementation to use ->srcpad
2415         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
2416         pad_alloc_buffer implementation to use ->srcpad
2417         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
2418         pad_alloc_buffer implementation to use ->srcpad
2419         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2420         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
2421         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
2422         a reference to everything we need.
2423         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
2424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2425         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
2426         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
2427         a reference to everything we need.
2428         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
2430 2004-01-11  David Schleef  <ds@schleef.org>
2432         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
2433         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
2434         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
2435         structure members.
2436         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
2437         value during a resize/renegotiation.
2438         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
2439         gst_pad_alloc_buffer();
2440         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
2441         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
2442         structure members.
2443         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
2444         Fix for rename of buffer private structure members.
2445         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
2446         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
2447         Fix for rename of buffer private structure members.
2448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
2449         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
2450         Fix for rename of buffer private structure members.
2452 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
2454         reviewed by: David Schleef <ds@schleef.org>
2456         * gst/videofilter/Makefile.am:
2457         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
2458         from the patch by ds to fit in with recent make_filter changes.
2460 2004-01-11  Julien MOUTTE  <julien@moutte.net>
2462         * configure.ac: Adding examples/switch/Makefile
2463         * examples/Makefile.am: Adding examples/switch
2464         * examples/switch/Makefile.am: Adding switcher example.
2465         * examples/switch/switcher.c: (got_eos), (idle_iterate),
2466         (switch_timer), (main): Adding an example demonstrating switch usage
2467         with 2 videotestsrc showing different patterns.
2468         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
2469         (gst_switch_init): Fixing switch with the new caps system.
2471 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2473         * gst-libs/gst/video/video.h:
2474           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
2475           They should probably be like
2476           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
2478 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2480         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
2481         (qtdemux_parse_trak):
2482           fix audio chunk size/timestamp calculation
2484 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2486         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
2487           fix SVQ3 caps
2489 2004-01-11  Steve Baker  <steve@stevebaker.org>
2491         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
2492         (gst_agingtv_base_init), (gst_agingtv_class_init),
2493         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
2494         (gst_agingtv_set_property), (gst_agingtv_get_property):
2495         Port agingTV to videofilter
2497 2004-01-09  Julien MOUTTE <julien@moutte.net>
2499         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
2500         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
2502 2004-01-09  Julien MOUTTE <julien@moutte.net>
2504         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
2505         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
2506         * gst-libs/gst/xoverlay/xoverlay.c:
2507         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
2508         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
2509         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
2510         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
2511         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
2512         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
2513         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
2514         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
2515         the bufferalloc_function to replace bufferpools, fixing the XOverlay
2516         interface implementation to handle xid being 0 and fix some bugs
2517         triggered by Benjamin's testcase.
2518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
2519         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
2520         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
2521         the bufferalloc_function to replace bufferpools, fixing the XOverlay
2522         interface implementation to handle xid being 0 and fix some bugs
2523         triggered by Benjamin's testcase.
2525 2004-01-09  David Schleef  <ds@schleef.org>
2527         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
2528         mouse pointer events.  It works.
2530 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2532         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
2533           Use explicit caps - fix capsnego.
2534         * ext/xvid/gstxviddec.c:
2535         * ext/xvid/gstxvidenc.c:
2536           Remove macro-inside-macro which caused compile errors.
2537         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
2538           Error out if it's not a RIFF file. Else we error out without
2539           gst_element_error() which is not good...
2541 2004-01-08  David Schleef  <ds@schleef.org>
2543         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
2544         Fix pad_link function to handle formats that ffmpeg returns
2545         as multiple caps structures.
2546         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
2547         Only complain if source buffer is _smaller_ than expected.
2548         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2549         (gst_videoscale_handle_src_event): Resize navigation events
2550         when passing them upstream.
2551         * gst/videotestsrc/gstvideotestsrc.c:
2552         * gst/videotestsrc/gstvideotestsrc.h:
2553         * gst/videotestsrc/videotestsrc.c:
2554         * gst/videotestsrc/videotestsrc.h:
2555         Rewrite many of the buffer painting functions to handle odd
2556         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
2557         been verified to work with my video card.
2558         * testsuite/gst-lint:  Add check for elements calling
2559         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
2561 2004-01-08  David Schleef  <ds@schleef.org>
2563         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
2564         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
2566 2004-01-08  Julien MOUTTE  <julien@moutte.net>
2568         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
2569         configure event is not emiting the desired size signal. That fixes
2570         aspect ratio issues with gst-player.
2572 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2574         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
2575           Fix capsnego.
2577 2004-01-08  Julien MOUTTE  <julien@moutte.net>
2579         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
2580         public method to fire size signal.
2582 2004-01-07  Julien MOUTTE  <julien@moutte.net>
2584         * examples/gstplay/Makefile.am: Adding the interface library.
2585         * gst-libs/gst/play/Makefile.am: Adding the interface library.
2586         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
2587         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
2588         GST_IS_X_OVERLAY before signal connect.
2589         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
2590         Removing the have_video_size signal.
2591         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
2592         and associated public method.
2593         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
2594         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
2595         signal.
2596         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
2597         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
2598         signal.
2599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
2600         Using XOverlay public method to fire size signal.
2602 2004-01-07  David Schleef  <ds@schleef.org>
2604         * gst/videofilter/Makefile.am:
2605         * gst/videofilter/gstvideotemplate.c:
2606         * gst/videofilter/make_filter:
2607         Create gstvideoexample.c in a srcdir!=builddir friendly way.
2608         Convert make_filter to /bin/sh script.
2610 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2612         * gst/modplug/gstmodplug.cc: fix element description
2614 2004-01-07  Julien MOUTTE  <julien@moutte.net>
2616         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
2617         (got_video_size): Adding some new lines in g_print calls.
2618         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
2619         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
2620         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
2621         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
2622         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
2623         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
2624         Complete code review, reverting some stuff i disagree with, adding
2625         some fixes : time synchronization on invalid timestamps, renegotiation
2626         of private window.
2627         * sys/ximage/ximagesink.h:
2628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
2629         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
2630         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
2631         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
2632         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
2633         (gst_xvimagesink_buffer_new),
2634         (gst_xvimagesink_navigation_send_event),
2635         (gst_xvimagesink_set_xwindow_id),
2636         (gst_xvimagesink_get_desired_size),
2637         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
2638         stuff i disagree with, adding some fixes : Renegotiation of private
2639         window, implementing get_desired_size.
2641 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2643         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
2644         (gst_afsink_handle_event):
2645         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
2646         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
2647         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
2648         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
2649         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
2650           Fix for instantiate-test (see core). Also remove dead code from
2651           jpegenc (which still needs fixing, but that's lower on my TODO
2652           list...).
2653         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
2654           Never return NULL as caps.
2656 2004-01-07  David Schleef  <ds@schleef.org>
2658         * configure.ac:
2659         * ext/Makefile.am:
2660         * ext/librfb/Makefile.am:
2661         * ext/librfb/gstrfbsrc.c:
2662         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
2663         is the protocol used by VNC.
2665 2004-01-07  David Schleef  <ds@schleef.org>
2667         * gst/videofilter/gstvideotemplate.c:
2668         * gst/videofilter/gstvideotemplate.h:
2669         * gst/videofilter/make_filter:
2670         Merge videotemplate header into source file.
2671         * gst/effectv/Makefile.am:
2672         * gst/effectv/gsteffectv.c: (plugin_init):
2673         * gst/effectv/gstwarp.c:
2674         Make warpTV a subclass of videofilter.
2676 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2678         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
2679           Add guard against invalid utf-8 conversions in mad. Just in case.
2681 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2683         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
2684           Fix for bug shown by poisoning
2686 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2688         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
2689         (gst_v4lmjpegsrc_buffer_free):
2690         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
2691         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
2692         (gst_v4lsrc_buffer_free):
2693           Fix for removed bufferpools.
2695 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
2697         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
2698         Fix caps negotiation.
2700         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
2701         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
2702         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
2703         (dvdnavsrc_event):
2704         * ext/mpeg2dec/gstmpeg2dec.c:
2705         * gst-libs/gst/navigation/navigation.c:
2706         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
2707         * gst-libs/gst/navigation/navigation.h:
2708         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
2709         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
2710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
2711         Super-simple first version of mouse and keyboard events. Clicking
2712         on a DVD menu now works, although it may not take you where you
2713         expected.
2715         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
2716         * gst/videotestsrc/gstvideotestsrc.c:
2717         (gst_videotestsrc_src_fixate):
2718         These fixate functions were broken - they never actually
2719         fixated :)
2720         
2721 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2723         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
2724         (gst_icecastsend_init):
2725           fix for new caps system.
2726         * gst-libs/gst/mixer/mixertrack.h:
2727         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
2728           Add 'master track' flag (for tools like ACME that only want to
2729           change the main volume).
2731 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
2733         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
2734         (gst_xvid_csp_to_caps):
2735         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
2736         * ext/xvid/gstxvidenc.c:
2737         ifdef out ARGB type when it isn't available 
2738         in xvidcore 1.0.0beta2
2740 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2742         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
2743           When we have received a new SCR right in the first buffer after
2744           a seek (so in the same cycle that handles the discont), we should
2745           handle the buffer instead of unreffing it, else we lose data.
2747 2004-01-06  Iain <iain@prettypeople.org>
2749         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
2750           buffer-frames caps too.
2752         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
2753           caps that we need, don't destroy them all and rebuild them. And when
2754           creating src pads, use the src pad template rather than the sink...
2756 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2758         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
2759           Add pad to element *after* setting functions such as event handler.
2760           Without this, the scheduler (opt) will link pads, set the event
2761           handler from the default event function (dispatcher in gstpad.c)
2762           and *after* that, we will set our own event function, which will
2763           thus never be used (and thus mpegdemux doesn't handle events).
2765 2004-01-04  David Schleef  <ds@schleef.org>
2767         Fix the fixate functions to handle new prototype:
2768         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
2769         * gst/videotestsrc/gstvideotestsrc.c:
2770         (gst_videotestsrc_src_fixate):
2771         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
2772         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
2773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
2775 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2777         * sys/ximage/ximagesink.h:
2778         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
2779         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
2780         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
2781         (gst_ximagesink_xoverlay_init):
2782           assorted fixes to make (re)embedding work
2783         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
2784         (gst_ximagesink_get_desired_size):
2785           implement desired size additions to XOverlay
2787 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2789         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
2790         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
2791         (gst_x_overlay_got_desired_size):
2792         * gst-libs/gst/xoverlay/xoverlay.h:
2793           Add optional "desired size" signal and querying.
2795 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2797         * gst/matroska/matroska-demux.c:
2798         (gst_matroska_demux_parse_blockgroup):
2799           Fix EBML-laced block parsing. Diffs are relative to previous
2800           lace, not the first lace. Thanks to Mosu from the Matroska
2801           team for detecting this.
2802         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
2803         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
2804         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
2805         (gst_wavparse_change_state):
2806         * gst/wavparse/gstwavparse.h:
2807           Quickfix for capsnego.
2809 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2811         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
2812           Fix indenting, fix pad creation.
2814 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2816         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
2817         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
2818         (gst_xviddec_sink_link):
2819           Implement src_getcaps() so proper size caps is negotiated.
2821 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2823         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
2824           Finish flac decoder on EOS. See #116178.
2826 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2828         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
2829         (gst_matroska_demux_add_stream):
2830         * gst/matroska/matroska-ids.h:
2831           Add getcaps() function to fix capsnego...
2833 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2835         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
2836         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
2837         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
2838           Fix more integer overflows. Again, see #126967.
2840 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2842         * ext/mpeg2dec/gstmpeg2dec.c:
2843           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
2844           #130416.
2846 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2848         * configure.ac:
2849         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
2850         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
2851         * ext/xvid/gstxvid.h:
2852         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
2853         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
2854         (gst_xviddec_src_link), (gst_xviddec_sink_link),
2855         (gst_xviddec_change_state):
2856         * ext/xvid/gstxviddec.h:
2857         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
2858         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
2859         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
2860         (gst_xvidenc_link), (gst_xvidenc_set_property),
2861         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
2862         * ext/xvid/gstxvidenc.h:
2863           Update xvid plugin to latest xvid (1.0.0-beta3) API.
2865 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2867         * gst/rtp/rtp-packet.c:
2868           Add sys/types.h include, since OS X doesn't define in_addr_t
2869           in netinet/in.h, like it does on Linux (see #129600).
2871 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
2873         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
2875         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
2876           Correct logic of dispose function (see #129306).
2878 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2880         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
2881         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
2882         (gst_mpeg_parse_init):
2883         * gst/mpegstream/gstmpegparse.h:
2884           Remove clock (which was never provided, i.e. dead code), and
2885           also fix integer overflows at high PTS values (see #126967).
2887 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2889         * ext/flac/gstflacdec.c:
2890         * ext/libpng/gstpngenc.h:
2891         * ext/mikmod/gstmikmod.h:
2892           OS X fixes (see #126628).
2894 2004-01-02  David Schleef  <ds@schleef.org>
2896         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
2897         (gst_alsa_src_base_init): Remove bogus "src" request pad.
2898         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
2899         (gst_mpeg_parse_class_init): Move pad template registration
2900         to class_init, since the derived class (mpegdemux) doesn't
2901         want them.
2903 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2905         * sys/ximage/Makefile.am:
2906         * sys/xvideo/Makefile.am:
2907         * sys/xvimage/Makefile.am:
2908           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
2909           after installation (see #127664).
2911 2004-01-02  David Schleef  <ds@schleef.org>
2913         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
2914         (gst_ffmpegenc_connect):  Negotiation fixes.
2915         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
2916         Remove inappropriate gst_caps_free().
2917         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
2918         Reenable Ronald's internal resize code, since the core handles
2919         it correctly now.
2921 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2923         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
2924         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
2925         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
2926           Fix pad template stuff.
2928 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2930         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
2931         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
2932           fix signed integer reading/writing.
2934 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2936         * ext/alsa/README:
2937           Remove outdated document
2939 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
2941         * gst/cutter/gstcutter.c: (gst_cutter_init):
2942           src pad was being created twice - oops.
2944 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2946         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
2947           Comment out internal resize. It doesn't handle the resulting
2948           XEvent internally, does another try_set_caps() which leads to
2949           a really nice loop.
2950           Real fix will come when Julien and Dave are awake. ;).
2952 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2954         * ext/mpeg2enc/gstmpeg2enc.cc:
2955           fix const/nonconst compile issue.
2957 2004-01-02  David Schleef  <ds@schleef.org>
2959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
2960         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
2961         Add fixate function and a check for bad formats.
2963 2004-01-01  David Schleef  <ds@schleef.org>
2965         Negotiation fixes:
2966         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
2967         (gst_audiofilter_init):
2968         * gst/debug/efence.c: (gst_efence_init):
2969         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
2970         (gst_deinterlace_init):
2971         * gst/volume/gstvolume.c: (volume_connect):
2973 2004-01-01  David Schleef  <ds@schleef.org>
2975         Convert elements to use gst_pad_use_explicit_caps() where
2976         appropriate:
2977         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
2978         * ext/audiofile/gstafparse.c: (gst_afparse_init),
2979         (gst_afparse_open_file):
2980         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
2981         (gst_afsrc_open_file):
2982         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
2983         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
2984         (gst_ffmpegdec_chain):
2985         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
2986         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
2987         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
2988         (gst_gdk_pixbuf_chain):
2989         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
2990         (gst_jpegdec_chain):
2991         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
2992         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
2993         (gst_mikmod_negotiate):
2994         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
2995         (gst_mpeg2dec_negotiate_format):
2996         * ext/mpeg2enc/gstmpeg2enc.cc:
2997         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
2998         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
2999         (gst_speexdec_sinkconnect):
3000         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
3001         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
3002         (gst_vorbisfile_new_link):
3003         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
3004         (gst_ac3parse_chain):
3005         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
3006         (gst_asf_demux_setup_pad):
3007         * gst/auparse/gstauparse.c: (gst_auparse_init),
3008         (gst_auparse_chain):
3009         * gst/id3/gstid3types.c: (gst_id3types_loop):
3010         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
3011         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
3012         (mp1videoparse_parse_seq):
3013         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
3014         (bpf_from_header):
3015         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
3016         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
3017         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
3018         (gst_mpeg_parse_send_data):
3019         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
3020         (gst_qtdemux_add_stream):
3021         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
3022         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
3023         (gst_wavparse_parse_fmt):
3025 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3027         * configure.ac:
3028           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
3029           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
3030           it therefore uses the wrong include paths. Too bad... Note
3031           that 1.6.1.93 is not release yet. ;).
3032           Also add a check for mplex, which is now using the lib'ified
3033           mplex from mjpegtools, too.
3034         * ext/ffmpeg/gstffmpegcodecmap.c:
3035           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
3036           issues. I don't think ffmpeg handles 3ivx correctly, so this
3037           probably won't work. But it won't hurt either.
3038         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
3039         (gst_ffmpegdec_chain):
3040         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
3041         (gst_ffmpegenc_chain_audio):
3042           Fix memleak in audio encoding. Close codec if open fails, this
3043           calls the cleanup routines so we can re-use the context.
3044         * ext/mpeg2enc/gstmpeg2enc.cc:
3045           Fix pad template names/types, fix memory issue with getcaps().
3046         * ext/mpeg2enc/gstmpeg2encoder.cc:
3047         * ext/mpeg2enc/gstmpeg2encoder.hh:
3048           Fix compile issue with new caps system (const thingy).
3049         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
3050         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
3051           We read a first frame right on initing, so that we have a caps
3052           when we init the output. This caps is cached in padprivate and
3053           read as first frame.
3054         * ext/mplex/Makefile.am:
3055         * ext/mplex/gstmplex.cc:
3056         * ext/mplex/gstmplex.h:
3057         * ext/mplex/gstmplex.hh:
3058         * ext/mplex/gstmplexibitstream.cc:
3059         * ext/mplex/gstmplexibitstream.hh:
3060         * ext/mplex/gstmplexjob.cc:
3061         * ext/mplex/gstmplexjob.hh:
3062         * ext/mplex/gstmplexoutputstream.cc:
3063         * ext/mplex/gstmplexoutputstream.hh:
3064           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
3065           had issues, didn't do capsnego, supported only a subset of the
3066           mplex features and required a mplex fork in our local CVS. Plus
3067           that it worked agaist a very old mplex version. Rewriting was
3068           faster than updating it.
3069         * gst-libs/ext/Makefile.am:
3070         * gst-libs/ext/mplex/INSTRUCT:
3071         * gst-libs/ext/mplex/Makefile.am:
3072         * gst-libs/ext/mplex/README:
3073         * gst-libs/ext/mplex/TODO:
3074         * gst-libs/ext/mplex/ac3strm_in.cc:
3075         * gst-libs/ext/mplex/audiostrm.hh:
3076         * gst-libs/ext/mplex/audiostrm_out.cc:
3077         * gst-libs/ext/mplex/aunit.hh:
3078         * gst-libs/ext/mplex/bits.cc:
3079         * gst-libs/ext/mplex/bits.hh:
3080         * gst-libs/ext/mplex/buffer.cc:
3081         * gst-libs/ext/mplex/buffer.hh:
3082         * gst-libs/ext/mplex/fastintfns.h:
3083         * gst-libs/ext/mplex/format_codes.h:
3084         * gst-libs/ext/mplex/inputstrm.cc:
3085         * gst-libs/ext/mplex/inputstrm.hh:
3086         * gst-libs/ext/mplex/lpcmstrm_in.cc:
3087         * gst-libs/ext/mplex/mjpeg_logging.cc:
3088         * gst-libs/ext/mplex/mjpeg_logging.h:
3089         * gst-libs/ext/mplex/mjpeg_types.h:
3090         * gst-libs/ext/mplex/mpastrm_in.cc:
3091         * gst-libs/ext/mplex/mpegconsts.cc:
3092         * gst-libs/ext/mplex/mpegconsts.h:
3093         * gst-libs/ext/mplex/mplexconsts.hh:
3094         * gst-libs/ext/mplex/multplex.cc:
3095         * gst-libs/ext/mplex/outputstream.hh:
3096         * gst-libs/ext/mplex/padstrm.cc:
3097         * gst-libs/ext/mplex/padstrm.hh:
3098         * gst-libs/ext/mplex/stillsstream.cc:
3099         * gst-libs/ext/mplex/stillsstream.hh:
3100         * gst-libs/ext/mplex/systems.cc:
3101         * gst-libs/ext/mplex/systems.hh:
3102         * gst-libs/ext/mplex/vector.cc:
3103         * gst-libs/ext/mplex/vector.hh:
3104         * gst-libs/ext/mplex/videostrm.hh:
3105         * gst-libs/ext/mplex/videostrm_in.cc:
3106         * gst-libs/ext/mplex/videostrm_out.cc:
3107         * gst-libs/ext/mplex/yuv4mpeg.cc:
3108         * gst-libs/ext/mplex/yuv4mpeg.h:
3109         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
3110         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
3111           We don't fork mjpegtools' mplex in our CVS anymore.
3112         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
3113         (gst_avi_demux_add_stream):
3114         * gst/avi/gstavidemux.h:
3115           Add getcaps() function for proper caps nego. This makes some
3116           parts of AVI playback/reading work.
3117         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
3118           Resize window on new capsnego. This is probably wrong, but
3119           I'm still committing it because with current capsnego, the
3120           first successfull capsnego is auto-fixated, therefore rounded
3121           down to the lowest values in the caps. this results in a 16x16
3122           XWindow that is not reized when real capsnego finishes.
3123           Dave, I see more cases of this, do you know a proper solution?
3124         * tools/gst-launch-ext.in:
3125           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
3127 2003-12-31  David Schleef  <ds@schleef.org>
3129         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
3130         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
3131           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
3133 2003-12-30  David Schleef  <ds@schleef.org>
3135         * ext/ffmpeg/gstffmpegcolorspace.c:
3136         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
3137         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
3138         (gst_ffmpegcsp_chain): Negotiation fixes
3139         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
3140         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3141         (gst_audio_convert_link), (gst_audio_convert_channels):
3142         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
3143         (gst_audioscale_link), (gst_audioscale_get_buffer),
3144         (gst_audioscale_chain): Negotiation fixes
3145         * gst/audioscale/gstaudioscale.h:
3146         * gst/videofilter/gstvideofilter.c:
3147         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
3148         (gst_videofilter_link), (gst_videofilter_init),
3149         (gst_videofilter_set_output_size), (gst_videofilter_setup),
3150         (gst_videofilter_find_format_by_structure):
3151         * gst/videofilter/gstvideofilter.h: Negotiation fixes
3152         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
3153         (gst_videoscale_link):
3154         * gst/videoscale/videoscale.c: (videoscale_get_structure),
3155         (videoscale_find_by_structure), (gst_videoscale_setup):
3156         * gst/videoscale/videoscale.h: Negotiation fixes
3157         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
3158         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
3159         function, restrict resizing to a multiple of 4 (hack until
3160         everyone supports odd sizes correctly).
3162 2003-12-29  Colin Walters  <walters@verbum.org>
3164         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
3165         signed.
3167 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
3169         * ext/sndfile/gstsf.c: (gst_sf_loop):
3170           Fix warning about discarding const qualifier
3172 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
3174         * gst/cutter/gstcutter.c:
3175         * gst/videoscale/gstvideoscale.c:
3176         * gst/volenv/gstvolenv.c:
3177         * gst-libs/gst/audio/audio.c:
3178         * gst-libs/gst/video/video.c:
3179           Fix warnings
3181 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3183         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
3184           Don't send ALSA debugging to stderr.
3185         * ext/alsa/gstalsa.h:
3186           Use GST_WARNING instead of g_warning when ALSA functions fail.
3188 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3191           Free XVAdapterInfo correctly.
3193 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3195         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
3196         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
3197           Make id3tag use correct caps nego.
3199 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
3201         * ext/ivorbis/vorbis.c: 
3202         * ext/ivorbis/vorbisenc.h:
3203         * ext/ivorbis/vorbisfile.c:
3204           Modify so that it uses the new caps things
3206 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3208         * testsuite/spider/spider1.c: (main):
3209         * testsuite/spider/spider2.c: (main):
3210         * testsuite/spider/spider3.c: (main):
3211           Make tests compile again. They probably don't work.
3213 2003-12-24  Colin Walters  <walters@verbum.org>
3215         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
3216         we can't fixate the caps anymore.
3218 2003-12-23  David Schleef  <ds@schleef.org>
3220         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
3221         * sys/oss/gstosssink.c: (gst_osssink_init),
3222         (gst_osssink_sink_fixate): Add fixate function.
3224 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3226         * ext/ffmpeg/gstffmpegcodecmap.c:
3227         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
3228         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
3229         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
3230         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
3231         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
3232         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
3233         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
3234           fix typo in RGB masks, and move back to "old" colorspace
3235           capsnego code until whoever wrote this new crap has actually
3236           tested it so that it works.
3237           And yes, this works, keep it that way please.
3239 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3241         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
3242         (gst_divxdec_init), (gst_divxdec_negotiate):
3243         * ext/divx/gstdivxdec.h:
3244         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
3245         (gst_divxenc_init):
3246         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
3247         (gst_faac_sinkconnect), (gst_faac_srcconnect):
3248         * ext/mpeg2enc/gstmpeg2enc.cc:
3249         * ext/mpeg2enc/gstmpeg2encoder.cc:
3250         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
3251         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
3252         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
3253         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
3254         (dxr3spusink_init):
3255         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
3256         (dxr3videosink_init):
3257           Fix caps breakage after Dave's caps branch merge.
3259 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3261         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3262           Fix for 24bpp display.
3264 2003-12-23  Colin Walters  <walters@verbum.org>
3266         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
3267         a GnomeVFSHandle directly.
3269 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3271         * gst/volume/Makefile.am:
3272         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
3273         (volume_base_init), (volume_init):
3274           Reenable volume element and fix to work with new caps stuff.
3275           Rhythmbox needs this.
3277 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3279         * gst/qtdemux/qtdemux.c: (plugin_init):
3280           qtdemux requires bytestream
3282 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3284         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
3285           Fix remaining caps handling errors due to CAPS merge.
3287 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3289         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
3290         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
3291         (gst_faad_srcconnect): 
3292           Port to new caps system.
3294 2003-12-21  Julien MOUTTE  <julien@moutte.net>
3296         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
3297         (got_video_size), (main): using g_print instead of g_message.
3298         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
3299         signal which was not emitted because of "switch" element added to the
3300         bin but not connected. (Removing from the bin temporarily)
3302 2003-12-21  Julien MOUTTE  <julien@moutte.net>
3304         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
3305         find X development files. I don't understand the previous tests and
3306         they fail on my debian/ppc unstable. This one works.
3307         * examples/gstplay/player.c: (main): Set the pipeline to READY before
3308         exiting.
3309         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
3310         (gst_play_set_video_sink), (gst_play_set_audio_sink),
3311         (gst_play_set_visualization): Add some safety checks in set_ methods
3312         and state_change. This was throwing some ugly CRITICAL messages when
3313         pipeline was getting disposed and casts were failing.
3315 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3317         * configure.ac:
3318           Improve mpeg2enc detection. This is for distributions that do
3319           ship mjpegtools, but without mpeg2enc. Also does object check
3320           for might there ever be ABI incompatibility.
3321         * ext/mpeg2enc/gstmpeg2enc.cc:
3322           Add Andrew as second maintainer (he's helping me), and also add
3323           an error if no caps was set. This happens if I pull before capsnego
3324           and that's something I should solve sometime else.
3325         * gst/matroska/matroska-demux.c:
3326         (gst_matroska_demux_parse_blockgroup):
3327           Fix time parsing.
3328         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
3329         (gst_matroska_mux_track_header):
3330           Add caps to templates.
3331         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
3332           Add mpegversion=1 to prevent confusion with MPEG/AAC.
3333         * gst/mpegstream/gstmpegdemux.c:
3334           Remove layer since it causes warnings about unfixed caps.
3335         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
3336           Fix obvious typo (we error out if caps were set, we should of
3337           course error out if *no* caps were set).
3338         * sys/oss/gstosselement.c: (gst_osselement_convert):
3339           Fix format conversion, we confused bits/bytes.
3340         * sys/oss/gstosselement.h:
3341           Improve documentation for 'bps'.
3342         * sys/v4l/TODO:
3343           Remove stuff about plugins that need removing - this was done
3344           ages ago.
3345         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
3346         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
3347         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
3348         (gst_v4lsrc_src_query):
3349         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
3350         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
3351           Add get_query_types(), get_formats() and query() functions.
3353 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3355         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
3356         * moved CVS to freedesktop.org