mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
controller: remove obsolete FIXME comment
This commit is contained in:
parent
dce3dcee35
commit
545c6c19a3
1 changed files with 0 additions and 1 deletions
|
@ -1414,7 +1414,6 @@ gst_object_get_value_array (GstObject * object, const gchar * property_name,
|
||||||
|
|
||||||
GST_OBJECT_LOCK (object);
|
GST_OBJECT_LOCK (object);
|
||||||
if ((binding = gst_object_find_control_binding (object, property_name))) {
|
if ((binding = gst_object_find_control_binding (object, property_name))) {
|
||||||
/* FIXME: use binding: */
|
|
||||||
res = gst_control_binding_get_value_array (binding, timestamp, interval,
|
res = gst_control_binding_get_value_array (binding, timestamp, interval,
|
||||||
n_values, values);
|
n_values, values);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue