mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
[MOVED FROM GST-P-FARSIGHT] Preserve timestamp
This commit is contained in:
parent
8fcd95267d
commit
a67aa17c6d
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue