baseaudiosink: fix late buffer leak

This commit is contained in:
Vincent Penquerc'h 2011-12-13 12:55:45 +00:00
parent cd11d68716
commit 12be1e6fc5

View file

@ -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: