niimaq: fix buffer offset end
This commit is contained in:
parent
05cd4f3438
commit
865b416cd0
@ -725,7 +725,7 @@ gst_niimaqsrc_create (GstPushSrc * psrc, GstBuffer ** buffer)
|
|||||||
gst_object_unref (clock); */
|
gst_object_unref (clock); */
|
||||||
|
|
||||||
GST_BUFFER_OFFSET (*buffer) = copied_number;
|
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");
|
GST_DEBUG_OBJECT (niimaqsrc, "Associating time with buffer");
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user