mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
controller: port to new controller api
This commit is contained in:
parent
8506342fb6
commit
dd346a217c
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue