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:
839ce7e
)
controller: adapt to control binding changes
author
Stefan Sauer
<ensonic@users.sf.net>
Fri, 20 Jan 2012 13:46:00 +0000
(14:46 +0100)
committer
Stefan Sauer
<ensonic@users.sf.net>
Fri, 20 Jan 2012 13:47:32 +0000
(14:47 +0100)
tests/icles/pitch-test.c
patch
|
blob
|
history
diff --git
a/tests/icles/pitch-test.c
b/tests/icles/pitch-test.c
index 96a56b481f4cdbbe0cb00b71f7548deb641a4464..a1d160f7c549853b71b8f8e5ec80e3bf4e6c0c97 100644
(file)
--- a/
tests/icles/pitch-test.c
+++ b/
tests/icles/pitch-test.c
@@
-71,7
+71,7
@@
main (int argc, char **argv)
csource = gst_interpolation_control_source_new ();
g_object_set (csource, "mode", GST_INTERPOLATION_MODE_LINEAR, NULL);
- gst_object_
set
_control_binding (pitch,
+ gst_object_
add
_control_binding (pitch,
gst_control_binding_new (pitch, "pitch", GST_CONTROL_SOURCE (csource)));
cs = (GstTimedValueControlSource *) csource;