From 03037d56f44e05eac1f0f5f1ddcb254d00cd7ab6 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 25 May 2009 16:54:25 +0200 Subject: [PATCH] clock: remove assertion Remove an assertion, this is not really an error in all cases. Fixes #582010 --- gst/gstclock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/gstclock.c b/gst/gstclock.c index 9baecae..f09eb34 100644 --- a/gst/gstclock.c +++ b/gst/gstclock.c @@ -935,7 +935,6 @@ gst_clock_set_calibration (GstClock * clock, GstClockTime internal, GstClockTime g_return_if_fail (GST_IS_CLOCK (clock)); g_return_if_fail (rate_num != GST_CLOCK_TIME_NONE); g_return_if_fail (rate_denom > 0 && rate_denom != GST_CLOCK_TIME_NONE); - g_return_if_fail (internal <= gst_clock_get_internal_time (clock)); write_seqlock (clock); GST_CAT_DEBUG_OBJECT (GST_CAT_CLOCK, clock, -- 2.7.4