mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
vaapidecode: log flow error name
https://bugzilla.gnome.org/show_bug.cgi?id=744387
This commit is contained in:
parent
481d6b1f25
commit
ee0855dc65
1 changed files with 2 additions and 1 deletions
|
@ -390,7 +390,8 @@ error_get_meta:
|
||||||
error_commit_buffer:
|
error_commit_buffer:
|
||||||
{
|
{
|
||||||
if (ret != GST_FLOW_FLUSHING)
|
if (ret != GST_FLOW_FLUSHING)
|
||||||
GST_ERROR("video sink rejected the video buffer (error %d)", ret);
|
GST_ERROR("video sink rejected the video buffer (error: %s [%d])",
|
||||||
|
gst_flow_get_name (ret), ret);
|
||||||
gst_video_codec_frame_unref(out_frame);
|
gst_video_codec_frame_unref(out_frame);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue