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:
3b74cca
)
controller: rename control-bindings
author
Stefan Sauer
<ensonic@users.sf.net>
Mon, 30 Jan 2012 21:41:05 +0000
(22:41 +0100)
committer
Stefan Sauer
<ensonic@users.sf.net>
Mon, 30 Jan 2012 21:42:10 +0000
(22:42 +0100)
gst_control_binding_xxx -> gst_xxx_control_binding for consistency.
tests/icles/pitch-test.c
patch
|
blob
|
history
diff --git
a/tests/icles/pitch-test.c
b/tests/icles/pitch-test.c
index 511e58e50f8c8015e7813b8b619fdd134f7783e6..b145baff624a8f91f33f47b5ee69bef07b7ec7c7 100644
(file)
--- a/
tests/icles/pitch-test.c
+++ b/
tests/icles/pitch-test.c
@@
-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;