Just copy timestamps for now

Original commit message from CVS:
Just copy timestamps for now
This commit is contained in:
Wim Taymans 2002-12-20 20:01:17 +00:00
parent 61898506c8
commit b1dd924593

View file

@ -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));