niimaq: fix buffer offset end

This commit is contained in:
Joshua M. Doe 2012-06-29 02:46:13 -04:00
parent 05cd4f3438
commit 865b416cd0

View File

@ -725,7 +725,7 @@ gst_niimaqsrc_create (GstPushSrc * psrc, GstBuffer ** buffer)
gst_object_unref (clock); */
GST_BUFFER_OFFSET (*buffer) = copied_number;
GST_BUFFER_OFFSET_END (*buffer) = copied_number;
GST_BUFFER_OFFSET_END (*buffer) = copied_number + 1;
GST_DEBUG_OBJECT (niimaqsrc, "Associating time with buffer");