mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
baseaudiosink: fix late buffer leak
This commit is contained in:
parent
cd11d68716
commit
12be1e6fc5
1 changed files with 2 additions and 1 deletions
|
@ -1934,7 +1934,8 @@ out_of_segment:
|
|||
too_late:
|
||||
{
|
||||
GST_DEBUG_OBJECT (sink, "dropping late sample");
|
||||
return GST_FLOW_OK;
|
||||
ret = GST_FLOW_OK;
|
||||
goto done;
|
||||
}
|
||||
/* ERRORS */
|
||||
payload_failed:
|
||||
|
|
Loading…
Reference in a new issue