From 5e8744d492a6f6ec87d727eacfbcc87a0ff56536 Mon Sep 17 00:00:00 2001 From: "Joshua M. Doe" Date: Tue, 10 Jul 2012 16:24:33 -0400 Subject: [PATCH] niimaqsrc: remove assert, as timestamps aren't always retrieved correctly --- sys/niimaq/gstniimaq.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/niimaq/gstniimaq.c b/sys/niimaq/gstniimaq.c index 671f934..b1ef4cb 100644 --- a/sys/niimaq/gstniimaq.c +++ b/sys/niimaq/gstniimaq.c @@ -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)) {