From: Ronald S. Bultje Date: Wed, 28 Apr 2004 03:13:48 +0000 (+0000) Subject: ext/divx/gstdivxdec.c: Remove comment that makes no sense. X-Git-Tag: 1.19.3~511^2~14327 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf31f62b174414aa6ef67bb9d6173c978f64e450;p=platform%2Fupstream%2Fgstreamer.git ext/divx/gstdivxdec.c: Remove comment that makes no sense. Original commit message from CVS: * ext/divx/gstdivxdec.c: (plugin_init): Remove comment that makes no sense. * ext/mad/gstid3tag.c: (gst_id3_tag_set_property): Fix for obvious typo that resulted in warnings during gst-register. * ext/xvid/gstxviddec.c: (gst_xviddec_src_link), (gst_xviddec_sink_link): Fix caps negotiation a bit better. * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): We call this 'codec_data', not 'esds'. --- diff --git a/ChangeLog b/ChangeLog index 1f35ad318f..d4b9a2b154 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2004-04-27 Ronald Bultje + + * ext/divx/gstdivxdec.c: (plugin_init): + Remove comment that makes no sense. + * ext/mad/gstid3tag.c: (gst_id3_tag_set_property): + Fix for obvious typo that resulted in warnings during gst-register. + * ext/xvid/gstxviddec.c: (gst_xviddec_src_link), + (gst_xviddec_sink_link): + Fix caps negotiation a bit better. + * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): + We call this 'codec_data', not 'esds'. + 2004-04-27 Benjamin Otte * gst/monoscope/gstmonoscope.c: