atdec: Call AudioQueueReset() for flushing
AudioQueueFlush() is for draining all remaining data.
This commit is contained in:
parent
1c13e513c9
commit
dfe476c444
@ -436,5 +436,5 @@ gst_atdec_flush (GstAudioDecoder * decoder, gboolean hard)
|
||||
{
|
||||
GstATDec *atdec = GST_ATDEC (decoder);
|
||||
|
||||
AudioQueueFlush (atdec->queue);
|
||||
AudioQueueReset (atdec->queue);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user