mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
vaapiencode: h264: log output caps
This commit is contained in:
parent
af3e6a8d16
commit
28952f534b
1 changed files with 2 additions and 0 deletions
|
@ -410,6 +410,8 @@ retry:
|
|||
ret = TRUE;
|
||||
}
|
||||
|
||||
GST_INFO_OBJECT (encode, "out caps %" GST_PTR_FORMAT, caps);
|
||||
|
||||
if (!ret)
|
||||
GST_LOG ("There is no compatible profile in the requested caps.");
|
||||
|
||||
|
|
Loading…
Reference in a new issue