projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0546088
)
ges-track-element: Rename control-binding-reomved signal to control-binding-removed
author
Sebastian Dröge
<sebastian@centricular.com>
Sat, 26 Dec 2015 08:43:19 +0000
(09:43 +0100)
committer
Sebastian Dröge
<sebastian@centricular.com>
Sat, 26 Dec 2015 08:43:19 +0000
(09:43 +0100)
Strictly speaking an API change but nobody on the Internet seemed to have used
the signal with the typo in the name.
ges/ges-track-element.c
patch
|
blob
|
history
diff --git
a/ges/ges-track-element.c
b/ges/ges-track-element.c
index e8a8e87ff5b0614bfbe65c99ee985f475c03eaae..7dd2e2d736a77424ec3282182ed546f35aec7d2b 100644
(file)
--- a/
ges/ges-track-element.c
+++ b/
ges/ges-track-element.c
@@
-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-re
om
ved", G_TYPE_FROM_CLASS (klass),
+ g_signal_new ("control-binding-re
mo
ved", G_TYPE_FROM_CLASS (klass),
G_SIGNAL_RUN_FIRST, 0, NULL, NULL, g_cclosure_marshal_generic,
G_TYPE_NONE, 1, GST_TYPE_CONTROL_BINDING);