mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
Don't check timestamp here, its done in the called function anyway.
This commit is contained in:
parent
0f55cf13b4
commit
a91d1953a3
1 changed files with 0 additions and 1 deletions
|
@ -181,7 +181,6 @@ gst_object_sync_values (GObject * object, GstClockTime timestamp)
|
|||
GstController *ctrl = NULL;
|
||||
|
||||
g_return_val_if_fail (G_IS_OBJECT (object), FALSE);
|
||||
g_return_val_if_fail (GST_CLOCK_TIME_IS_VALID (timestamp), FALSE);
|
||||
|
||||
if ((ctrl = g_object_get_qdata (object, priv_gst_controller_key))) {
|
||||
return gst_controller_sync_values (ctrl, timestamp);
|
||||
|
|
Loading…
Reference in a new issue