mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
controller: rename control-bindings
gst_control_binding_xxx -> gst_xxx_control_binding for consistency.
This commit is contained in:
parent
3b74cca741
commit
1dc8b0eab8
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ main (int argc, char **argv)
|
|||
g_object_set (csource, "mode", GST_INTERPOLATION_MODE_LINEAR, NULL);
|
||||
|
||||
gst_object_add_control_binding (pitch,
|
||||
gst_control_binding_direct_new (pitch, "pitch",
|
||||
gst_direct_control_binding_new (pitch, "pitch",
|
||||
GST_CONTROL_SOURCE (csource)));
|
||||
cs = (GstTimedValueControlSource *) csource;
|
||||
|
||||
|
|
Loading…
Reference in a new issue