summaryrefslogtreecommitdiffstats
path: root/gst/apetag
diff options
context:
space:
mode:
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;