From eb510e23cecd02ffc9c3906807487fa1d156e627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Tue, 19 May 2015 11:24:10 +0200 Subject: vaapipostproc: log negotiated caps --- gst/vaapi/gstvaapipostproc.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst/vaapi/gstvaapipostproc.c b/gst/vaapi/gstvaapipostproc.c index 16e0a260..40d9466d 100644 --- a/gst/vaapi/gstvaapipostproc.c +++ b/gst/vaapi/gstvaapipostproc.c @@ -876,6 +876,8 @@ gst_vaapipostproc_update_sink_caps (GstVaapiPostproc * postproc, GstCaps * caps, GstVideoInfo vi; gboolean deinterlace; + GST_INFO_OBJECT (postproc, "new sink caps = %" GST_PTR_FORMAT, caps); + if (!gst_video_info_from_caps (&vi, caps)) return FALSE; @@ -899,6 +901,8 @@ gst_vaapipostproc_update_src_caps (GstVaapiPostproc * postproc, GstCaps * caps, { GstVideoInfo vi; + GST_INFO_OBJECT (postproc, "new src caps = %" GST_PTR_FORMAT, caps); + if (!gst_video_info_from_caps (&vi, caps)) return FALSE; -- cgit v1.2.1