mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
Just copy timestamps for now
Original commit message from CVS: Just copy timestamps for now
This commit is contained in:
parent
61898506c8
commit
b1dd924593
1 changed files with 1 additions and 0 deletions
|
@ -440,6 +440,7 @@ gst_fameenc_chain (GstPad *pad, GstBuffer *buf)
|
|||
GST_BUFFER_SIZE (outbuf) = length;
|
||||
GST_BUFFER_DATA (outbuf) = g_malloc (length);
|
||||
memcpy (GST_BUFFER_DATA(outbuf), fameenc->buffer, length);
|
||||
GST_BUFFER_TIMESTAMP (outbuf) = GST_BUFFER_TIMESTAMP (buf);
|
||||
|
||||
GST_DEBUG (0,"gst_fameenc_chain: pushing buffer of size %d",
|
||||
GST_BUFFER_SIZE(outbuf));
|
||||
|
|
Loading…
Reference in a new issue