mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
theoradec: avoid confusing error
This commit is contained in:
parent
ade53fb42f
commit
e6e552b16f
1 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue