mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
vdpausink: add debug output
This commit is contained in:
parent
4609e07c5e
commit
c094db8170
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue