baseaudiosink: fix late buffer leak
This commit is contained in:
parent
cd11d68716
commit
12be1e6fc5
@ -1934,7 +1934,8 @@ out_of_segment:
|
|||||||
too_late:
|
too_late:
|
||||||
{
|
{
|
||||||
GST_DEBUG_OBJECT (sink, "dropping late sample");
|
GST_DEBUG_OBJECT (sink, "dropping late sample");
|
||||||
return GST_FLOW_OK;
|
ret = GST_FLOW_OK;
|
||||||
|
goto done;
|
||||||
}
|
}
|
||||||
/* ERRORS */
|
/* ERRORS */
|
||||||
payload_failed:
|
payload_failed:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user