From: Wim Taymans Date: Mon, 25 May 2009 14:54:25 +0000 (+0200) Subject: clock: remove assertion X-Git-Tag: RELEASE-0.10.24~217 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03037d56f44e05eac1f0f5f1ddcb254d00cd7ab6;p=platform%2Fupstream%2Fgstreamer.git clock: remove assertion Remove an assertion, this is not really an error in all cases. Fixes #582010 --- 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,