audioparsers: rename baseparse GType name to avoid possible conflicts

This commit is contained in:
Mark Nauwelaerts 2010-01-14 11:50:33 +01:00 committed by Tim-Philipp Müller
parent cbc6dcc04b
commit 8a2141f001

View file

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