]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/commitdiff
ext/mad/gstid3tag.c (plugin_init): Remove id3tag -- there's just id3demux and id3mux...
authorAndy Wingo <wingo@pobox.com>
Mon, 5 Dec 2005 09:33:32 +0000 (09:33 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 5 Dec 2005 09:33:32 +0000 (09:33 +0000)
Original commit message from CVS:
2005-12-05  Andy Wingo  <wingo@pobox.com>

* ext/mad/gstid3tag.c (plugin_init): Remove id3tag -- there's just
id3demux and id3mux now. Fixes #323199.

ChangeLog
ext/mad/gstid3tag.c

index 409187cff10f07734a04df348db4b67494ccbcfd..3b1687a0b2dcd06a1cc3a5196f60f8861ce3bd0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-05  Andy Wingo  <wingo@pobox.com>
+
+       * ext/mad/gstid3tag.c (plugin_init): Remove id3tag -- there's just
+       id3demux and id3mux now. Fixes #323199.
+
 2005-12-02  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
 
        * ext/amrnb/Makefile.am:
index 18885b466dce72355ea7975bd7fc0d9f99ef4b0e..644472569a8cd8042aab54381a5668b1ab7f24bd 100644 (file)
@@ -1428,10 +1428,7 @@ plugin_init (GstPlugin * plugin)
       || !gst_element_register (plugin, "id3demux", GST_RANK_PRIMARY,
           gst_id3_tag_get_type (GST_ID3_TAG_PARSE_DEMUX))
       || !gst_element_register (plugin, "id3mux", GST_RANK_NONE,        /* removed for spider */
-          gst_id3_tag_get_type (GST_ID3_TAG_PARSE_MUX))
-      /* FIXME 0.9: remove this element */
-      || !gst_element_register (plugin, "id3tag", GST_RANK_NONE,
-          gst_id3_tag_get_type (GST_ID3_TAG_PARSE_ANY))) {
+          gst_id3_tag_get_type (GST_ID3_TAG_PARSE_MUX))) {
     return FALSE;
   }