mpeg2dec: Don't error out when there is no associated buffer

In 0.10, having mpeg2dec occasionally tell us to output a frame that
was never decoded was just ignored, so do the same in 1.0

Fixes: #685107
This commit is contained in:
Jan Schmidt 2012-10-01 00:01:09 +10:00
parent c6b03d0c3b
commit 6d35db313f

View file

@ -933,10 +933,9 @@ beach:
no_frame:
{
GST_WARNING ("display buffer does not have a valid frame");
return GST_FLOW_ERROR;
GST_DEBUG ("display buffer does not have a valid frame");
return GST_FLOW_OK;
}
}
static GstFlowReturn