mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +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;
|
src_v += yuv->uv_stride;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return result;
|
||||||
|
|
||||||
|
/* ERRORS */
|
||||||
no_buffer:
|
no_buffer:
|
||||||
{
|
{
|
||||||
GST_DEBUG_OBJECT (dec, "could not get buffer, reason: %s",
|
GST_DEBUG_OBJECT (dec, "could not get buffer, reason: %s",
|
||||||
|
|
Loading…
Reference in a new issue