Don't check timestamp here, its done in the called function anyway.

This commit is contained in:
Stefan Kost 2009-01-26 21:29:02 +02:00
parent 0f55cf13b4
commit a91d1953a3

View file

@ -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);