From a227a885c9babd1b08d4062d7e490eb61cb644c5 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 21 Mar 2007 11:49:32 +0000 Subject: 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. --- gst/apetag/gsttagdemux.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gst/apetag') 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; -- cgit