mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
vaapipostproc: log negotiated caps
This commit is contained in:
parent
700f010766
commit
eb510e23ce
1 changed files with 4 additions and 0 deletions
|
@ -876,6 +876,8 @@ gst_vaapipostproc_update_sink_caps (GstVaapiPostproc * postproc, GstCaps * caps,
|
||||||
GstVideoInfo vi;
|
GstVideoInfo vi;
|
||||||
gboolean deinterlace;
|
gboolean deinterlace;
|
||||||
|
|
||||||
|
GST_INFO_OBJECT (postproc, "new sink caps = %" GST_PTR_FORMAT, caps);
|
||||||
|
|
||||||
if (!gst_video_info_from_caps (&vi, caps))
|
if (!gst_video_info_from_caps (&vi, caps))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
@ -899,6 +901,8 @@ gst_vaapipostproc_update_src_caps (GstVaapiPostproc * postproc, GstCaps * caps,
|
||||||
{
|
{
|
||||||
GstVideoInfo vi;
|
GstVideoInfo vi;
|
||||||
|
|
||||||
|
GST_INFO_OBJECT (postproc, "new src caps = %" GST_PTR_FORMAT, caps);
|
||||||
|
|
||||||
if (!gst_video_info_from_caps (&vi, caps))
|
if (!gst_video_info_from_caps (&vi, caps))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue