mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
audioparsers: rename baseparse GType name to avoid possible conflicts
This commit is contained in:
parent
df4c4cc703
commit
87eb6333da
2 changed files with 2 additions and 2 deletions
|
@ -415,7 +415,7 @@ GObject
|
||||||
GstSpeed
|
GstSpeed
|
||||||
GstInputSelector
|
GstInputSelector
|
||||||
GstOutputSelector
|
GstOutputSelector
|
||||||
GstBaseParse
|
GstAudioBaseParseBad
|
||||||
GstAacParse
|
GstAacParse
|
||||||
GstAmrParse
|
GstAmrParse
|
||||||
GstAc3Parse
|
GstAc3Parse
|
||||||
|
|
|
@ -267,7 +267,7 @@ gst_base_parse_get_type (void)
|
||||||
};
|
};
|
||||||
|
|
||||||
base_parse_type = g_type_register_static (GST_TYPE_ELEMENT,
|
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;
|
return base_parse_type;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue