mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
audioparsers: rename baseparse GType name to avoid possible conflicts
This commit is contained in:
parent
85ceeaefe5
commit
e75e19e7f0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue