niimaqsrc: remove assert, as timestamps aren't always retrieved correctly

This commit is contained in:
Joshua M. Doe 2012-07-10 16:24:33 -04:00
parent a9cfe6062d
commit 5e8744d492

View File

@ -788,7 +788,6 @@ gst_niimaqsrc_create (GstPushSrc * psrc, GstBuffer ** buffer)
/* set timestamp */
timestamp =
gst_niimaqsrc_get_timestamp_from_buffer_number (niimaqsrc, copied_number);
g_assert (timestamp != GST_CLOCK_TIME_NONE);
/* make guess of duration from timestamp and cumulative buffer number */
if (GST_CLOCK_TIME_IS_VALID (timestamp)) {