mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
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:
parent
61b44790c4
commit
a227a885c9
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
2007-03-19 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
|
* gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
|
||||||
|
|
|
@ -177,9 +177,8 @@ gst_tag_demux_get_type (void)
|
||||||
(GInstanceInitFunc) gst_tag_demux_init
|
(GInstanceInitFunc) gst_tag_demux_init
|
||||||
};
|
};
|
||||||
|
|
||||||
/* FIXME: register as 'GstApeDemuxBase' for now */
|
|
||||||
object_type = g_type_register_static (GST_TYPE_ELEMENT,
|
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;
|
return object_type;
|
||||||
|
|
Loading…
Reference in a new issue