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.
This commit is contained in:
Tim-Philipp Müller 2007-03-21 11:49:32 +00:00
parent 61b44790c4
commit a227a885c9
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
* 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.
2007-03-19 Tim-Philipp Müller <tim at centricular dot net>
* gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):

View file

@ -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;