mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
ges-track-element: Rename control-binding-reomved signal to control-binding-removed
Strictly speaking an API change but nobody on the Internet seemed to have used the signal with the typo in the name.
This commit is contained in:
parent
0546088c4d
commit
f1c823ef60
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ ges_track_element_class_init (GESTrackElementClass * klass)
|
|||
* is added for a child property of @track_element
|
||||
*/
|
||||
ges_track_element_signals[CONTROL_BINDING_REMOVED] =
|
||||
g_signal_new ("control-binding-reomved", G_TYPE_FROM_CLASS (klass),
|
||||
g_signal_new ("control-binding-removed", G_TYPE_FROM_CLASS (klass),
|
||||
G_SIGNAL_RUN_FIRST, 0, NULL, NULL, g_cclosure_marshal_generic,
|
||||
G_TYPE_NONE, 1, GST_TYPE_CONTROL_BINDING);
|
||||
|
||||
|
|
Loading…
Reference in a new issue