mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
Don't set timestamps, the baseclass handles this for us anyway
This commit is contained in:
parent
86176bd2a2
commit
6ed3ea7cad
1 changed files with 0 additions and 4 deletions
|
@ -601,10 +601,6 @@ retry:
|
||||||
orc_memcpy (GST_BUFFER_DATA (outbuf), buf->data + buffer_info.offset,
|
orc_memcpy (GST_BUFFER_DATA (outbuf), buf->data + buffer_info.offset,
|
||||||
buffer_info.size);
|
buffer_info.size);
|
||||||
|
|
||||||
GST_BUFFER_TIMESTAMP (outbuf) =
|
|
||||||
gst_util_uint64_scale (buffer_info.presentation_time_us, GST_USECOND,
|
|
||||||
1);
|
|
||||||
|
|
||||||
flow_ret =
|
flow_ret =
|
||||||
gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (self), outbuf, -1);
|
gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (self), outbuf, -1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue