mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
controller: port to API changes
This commit is contained in:
parent
0f3e05e580
commit
f43c88a203
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ set_program (GstObject * elem, GstStructure * prog)
|
|||
gst_object_set_control_source (elem, name, GST_CONTROL_SOURCE (cs));
|
||||
g_object_set (cs, "mode", GST_INTERPOLATION_MODE_NONE, NULL);
|
||||
g_hash_table_insert (css, (gpointer) name, cs);
|
||||
g_object_unref (cs);
|
||||
gst_object_unref (cs);
|
||||
}
|
||||
gst_structure_get_double (s, name, &v);
|
||||
gst_timed_value_control_source_set ((GstTimedValueControlSource *) cs, ts,
|
||||
|
|
Loading…
Reference in a new issue