Don't set timestamps, the baseclass handles this for us anyway
This commit is contained in:
parent
86176bd2a2
commit
6ed3ea7cad
@ -601,10 +601,6 @@ retry:
|
||||
orc_memcpy (GST_BUFFER_DATA (outbuf), buf->data + buffer_info.offset,
|
||||
buffer_info.size);
|
||||
|
||||
GST_BUFFER_TIMESTAMP (outbuf) =
|
||||
gst_util_uint64_scale (buffer_info.presentation_time_us, GST_USECOND,
|
||||
1);
|
||||
|
||||
flow_ret =
|
||||
gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (self), outbuf, -1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user