GNOME Bugzilla – Bug 165335
[PATCH] GstAudioScale outgoing buffers don't have duration set
Last modified: 2005-01-28 21:05:17 UTC
GstAudioScale doesn't set the GST_BUFFER_DURATION () on outgoing buffers.
Created attachment 36564 [details] [review] Patch that sets duration on outgoing buffers This patch sets the duration of outgoing buffers to the same duration as the incoming buffer.
Applied too. Maybe we should use _buffer_stamp() here, but also maybe there's a reason he (Dave) didn't use it... Have to ask.
The duration of outgoing buffers is not the same as incoming.