summaryrefslogtreecommitdiffstats
path: root/gst/apetag
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-03-21 11:49:32 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-03-21 11:49:32 +0000
commita227a885c9babd1b08d4062d7e490eb61cb644c5 (patch)
tree4a09ba0706ebb688d947ef1c2511f571dcef981a /gst/apetag
parent61b44790c49f8befde6d4cdc7e051aeb066e5104 (diff)
gst/apetag/gsttagdemux.c: Rename registered type in preparation of GstTagDemux moving to
Original commit message from CVS: * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type): Rename registered type in preparation of GstTagDemux moving to -base at some point in the future.
Diffstat (limited to 'gst/apetag')
-rw-r--r--gst/apetag/gsttagdemux.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/apetag/gsttagdemux.c b/gst/apetag/gsttagdemux.c
index b8560b93..fde7e52a 100644
--- a/gst/apetag/gsttagdemux.c
+++ b/gst/apetag/gsttagdemux.c
@@ -177,9 +177,8 @@ gst_tag_demux_get_type (void)
(GInstanceInitFunc) gst_tag_demux_init
};
- /* FIXME: register as 'GstApeDemuxBase' for now */
object_type = g_type_register_static (GST_TYPE_ELEMENT,
- "GstTagDemux", &object_info, G_TYPE_FLAG_ABSTRACT);
+ "GstApeDemuxBase", &object_info, G_TYPE_FLAG_ABSTRACT);
}
return object_type;