diff options
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2010-01-14 11:50:33 +0100 |
---|---|---|
committer | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 2010-01-27 12:45:57 +0100 |
commit | 87eb6333dac4eb972b732e9a221d5cdb54237f57 (patch) | |
tree | 2bf604c65bdb7dd29d35546af17e5223cad3d211 /gst/audioparsers | |
parent | df4c4cc703cd4113113adaebe07454650befab1e (diff) | |
download | gstreamer-plugins-bad-87eb6333dac4eb972b732e9a221d5cdb54237f57.tar.gz |
audioparsers: rename baseparse GType name to avoid possible conflicts
Diffstat (limited to 'gst/audioparsers')
-rw-r--r-- | gst/audioparsers/gstbaseparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audioparsers/gstbaseparse.c b/gst/audioparsers/gstbaseparse.c index 9a9b98849..4c9468c4b 100644 --- a/gst/audioparsers/gstbaseparse.c +++ b/gst/audioparsers/gstbaseparse.c @@ -267,7 +267,7 @@ gst_base_parse_get_type (void) }; base_parse_type = g_type_register_static (GST_TYPE_ELEMENT, - "GstBaseParse", &base_parse_info, G_TYPE_FLAG_ABSTRACT); + "GstAudioBaseParseBad", &base_parse_info, G_TYPE_FLAG_ABSTRACT); } return base_parse_type; } |