[MOVED FROM GST-P-FARSIGHT] Preserve timestamp

This commit is contained in:
Olivier Crête 2008-09-16 15:40:04 -04:00 committed by Edward Hervey
parent 8fcd95267d
commit a67aa17c6d

View file

@ -188,6 +188,8 @@ gst_siren_dec_chain (GstPad *pad, GstBuffer *buf)
if (ret != GST_FLOW_OK)
return ret;
GST_BUFFER_TIMESTAMP (decoded) = GST_BUFFER_TIMESTAMP (buf);
while((inoffset + 40 <= GST_BUFFER_SIZE (buf)) &&
ret == GST_FLOW_OK) {