mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
atdec: Call AudioQueueReset() for flushing
AudioQueueFlush() is for draining all remaining data.
This commit is contained in:
parent
1c13e513c9
commit
dfe476c444
1 changed files with 1 additions and 1 deletions
|
@ -436,5 +436,5 @@ gst_atdec_flush (GstAudioDecoder * decoder, gboolean hard)
|
||||||
{
|
{
|
||||||
GstATDec *atdec = GST_ATDEC (decoder);
|
GstATDec *atdec = GST_ATDEC (decoder);
|
||||||
|
|
||||||
AudioQueueFlush (atdec->queue);
|
AudioQueueReset (atdec->queue);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue