ext/divx/gstdivxdec.c: Remove comment that makes no sense.
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Wed, 28 Apr 2004 03:13:48 +0000 (03:13 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Wed, 28 Apr 2004 03:13:48 +0000 (03:13 +0000)
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'.

ChangeLog
ext/mad/gstid3tag.c

index 1f35ad3..d4b9a2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
+
+       * 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  <in7y118@public.uni-hamburg.de>
 
        * gst/monoscope/gstmonoscope.c:
index 96417cf..8b02ec5 100644 (file)
@@ -372,7 +372,7 @@ gst_id3_tag_set_property (GObject * object, guint prop_id, const GValue * value,
   }
 
   /* make sure we render at least one tag */
-  if (GST_ID3_TAG_GET_CLASS (tag)->type == GST_ID3_TAG_PARSE_MUX &&
+  if (GST_ID3_TAG_GET_CLASS (tag)->type == GST_ID3_TAG_PARSE_DEMUX &&
       !tag->v1tag_render && !tag->v2tag_render) {
     g_object_set (object, prop_id == ARG_V1_TAG ? "v2-tag" : "v1-tag", TRUE,
         NULL);