diff options
author | Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com> | 2009-10-08 20:13:24 +0200 |
---|---|---|
committer | Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com> | 2009-11-22 22:38:08 +0100 |
commit | c094db81705e5ad5f76b896858e4ec33ca3c6326 (patch) | |
tree | 4ee3923f88c80931a25c9f92eb2a1a3422b77ccb /sys | |
parent | 4609e07c5efb6742d58749d3859ad63e88ef18c2 (diff) |
vdpausink: add debug output
Diffstat (limited to 'sys')
-rw-r--r-- | sys/vdpau/gstvdpsink.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vdpau/gstvdpsink.c b/sys/vdpau/gstvdpsink.c index 243686f7c..852987248 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", |