Don't set timestamps, the baseclass handles this for us anyway

This commit is contained in:
Sebastian Dröge 2012-10-05 14:56:22 +02:00
parent 86176bd2a2
commit 6ed3ea7cad

View file

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