mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-13 11:34:10 +00:00
oops fix
Original commit message from CVS: oops fix
This commit is contained in:
parent
4a5e4bd000
commit
12e2e35f68
1 changed files with 2 additions and 2 deletions
|
@ -754,9 +754,9 @@ gst_ximagesink_sink_link (GstPad * pad, const GstCaps * caps)
|
|||
if (!ximagesink->xcontext)
|
||||
return GST_PAD_LINK_DELAYED;
|
||||
|
||||
GST_DEBUG_OBJECT (xvimagesink,
|
||||
GST_DEBUG_OBJECT (ximagesink,
|
||||
"sinkconnect possible caps %" GST_PTR_FORMAT " with given caps %"
|
||||
GST_PTR_FORMAT, xvimagesink->xcontext->caps, caps);
|
||||
GST_PTR_FORMAT, ximagesink->xcontext->caps, caps);
|
||||
|
||||
structure = gst_caps_get_structure (caps, 0);
|
||||
ret = gst_structure_get_int (structure, "width",
|
||||
|
|
Loading…
Reference in a new issue