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:
8506342
)
controller: port to new controller api
author
Stefan Sauer
<ensonic@users.sf.net>
Mon, 19 Dec 2011 21:54:47 +0000
(22:54 +0100)
committer
Stefan Sauer
<ensonic@users.sf.net>
Mon, 19 Dec 2011 21:55:18 +0000
(22:55 +0100)
tests/icles/pitch-test.c
patch
|
blob
|
history
diff --git
a/tests/icles/pitch-test.c
b/tests/icles/pitch-test.c
index 871df2959c3e499a62d737cd1da7183d81206df1..af1a415dfe145565dbf37b6ba3e49d2b1d323710 100644
(file)
--- a/
tests/icles/pitch-test.c
+++ b/
tests/icles/pitch-test.c
@@
-89,7
+89,8
@@
main (int argc, char **argv)
else
g_value_set_float (&val, 1.5);
- gst_interpolation_control_source_set (csource, i * GST_SECOND, &val);
+ gst_timed_value_control_source_set ((GstTimedValueControlSource *) csource,
+ i * GST_SECOND, &val);
}
g_value_unset (&val);