theoradec: avoid confusing error

This commit is contained in:
Wim Taymans 2009-10-06 14:07:59 +02:00
parent ade53fb42f
commit e6e552b16f

View file

@ -1313,6 +1313,9 @@ theora_handle_420_image (GstTheoraDec * dec, yuv_buffer * yuv, GstBuffer ** out)
src_v += yuv->uv_stride;
}
}
return result;
/* ERRORS */
no_buffer:
{
GST_DEBUG_OBJECT (dec, "could not get buffer, reason: %s",