From c094db81705e5ad5f76b896858e4ec33ca3c6326 Mon Sep 17 00:00:00 2001 From: Carl-Anton Ingmarsson Date: Thu, 8 Oct 2009 20:13:24 +0200 Subject: [PATCH] vdpausink: add debug output --- sys/vdpau/gstvdpsink.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/vdpau/gstvdpsink.c b/sys/vdpau/gstvdpsink.c index 243686f7c4..8529872489 100644 --- a/sys/vdpau/gstvdpsink.c +++ b/sys/vdpau/gstvdpsink.c @@ -573,6 +573,7 @@ gst_vdp_sink_setup_device (VdpSink * vdp_sink) return NULL; vdp_sink->caps = gst_vdp_sink_get_allowed_caps (device, vdp_sink->par); + GST_DEBUG ("runtime calculated caps: %" GST_PTR_FORMAT, vdp_sink->caps); /* call XSynchronize with the current value of synchronous */ GST_DEBUG_OBJECT (vdp_sink, "XSynchronize called with %s", -- 2.34.1