oops fix
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 4 May 2004 14:51:40 +0000 (14:51 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 4 May 2004 14:51:40 +0000 (14:51 +0000)
Original commit message from CVS:
oops fix

sys/ximage/ximagesink.c

index 70b3a34..7dabbb4 100644 (file)
@@ -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",