oops fix
Original commit message from CVS: oops fix
This commit is contained in:
parent
4a5e4bd000
commit
12e2e35f68
@ -754,9 +754,9 @@ gst_ximagesink_sink_link (GstPad * pad, const GstCaps * caps)
|
|||||||
if (!ximagesink->xcontext)
|
if (!ximagesink->xcontext)
|
||||||
return GST_PAD_LINK_DELAYED;
|
return GST_PAD_LINK_DELAYED;
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (xvimagesink,
|
GST_DEBUG_OBJECT (ximagesink,
|
||||||
"sinkconnect possible caps %" GST_PTR_FORMAT " with given caps %"
|
"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);
|
structure = gst_caps_get_structure (caps, 0);
|
||||||
ret = gst_structure_get_int (structure, "width",
|
ret = gst_structure_get_int (structure, "width",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user