mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
internal: Fix typo in the header
ges_base_xml_formatter_add_control_bindingi was meant to be ges_base_xml_formatter_add_control_binding
This commit is contained in:
parent
2cb71e730a
commit
5a29cd0c88
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ G_GNUC_INTERNAL void ges_base_xml_formatter_add_track_element (GESBaseXmlForma
|
|||
const gchar *metadatas,
|
||||
GError **error);
|
||||
|
||||
G_GNUC_INTERNAL void ges_base_xml_formatter_add_control_bindingi (GESBaseXmlFormatter * self,
|
||||
G_GNUC_INTERNAL void ges_base_xml_formatter_add_control_binding (GESBaseXmlFormatter * self,
|
||||
const gchar * binding_type,
|
||||
const gchar * source_type,
|
||||
const gchar * property_name,
|
||||
|
|
Loading…
Reference in a new issue