summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2006-11-24 08:35:23 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2006-11-24 08:35:23 +0000
commitdd9dbbc67873050ed90cde7a983c501b5c4ef111 (patch)
treec7a4d4eeeaedbd9d43b11cf2ff533453b57cb4b2 /sys
parent9404478d21aeb50aeee7a4bf4a763969b7444b36 (diff)
sys/xvimage/xvimagesink.c: Fix spacing in debug message.
Original commit message from CVS: * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc): Fix spacing in debug message.
Diffstat (limited to 'sys')
-rw-r--r--sys/xvimage/xvimagesink.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/xvimage/xvimagesink.c b/sys/xvimage/xvimagesink.c
index aa6b3c7c..9b056663 100644
--- a/sys/xvimage/xvimagesink.c
+++ b/sys/xvimage/xvimagesink.c
@@ -2088,7 +2088,7 @@ gst_xvimagesink_buffer_alloc (GstBaseSink * bsink, guint64 offset, guint size,
}
GST_DEBUG_OBJECT (xvimagesink, "buffer alloc requested with caps %"
- GST_PTR_FORMAT "intersecting with our caps %" GST_PTR_FORMAT, caps,
+ GST_PTR_FORMAT ", intersecting with our caps %" GST_PTR_FORMAT, caps,
xvimagesink->xcontext->caps);
/* Check the caps against our xcontext */
@@ -2130,8 +2130,8 @@ gst_xvimagesink_buffer_alloc (GstBaseSink * bsink, guint64 offset, guint size,
if (gst_caps_is_empty (intersection)) {
GST_WARNING_OBJECT (xvimagesink, "we were requested a buffer with "
- "caps %" GST_PTR_FORMAT "but our xcontext caps %" GST_PTR_FORMAT
- "are completely incompatible with those caps", new_caps,
+ "caps %" GST_PTR_FORMAT ", but our xcontext caps %" GST_PTR_FORMAT
+ " are completely incompatible with those caps", new_caps,
xvimagesink->xcontext->caps);
gst_caps_unref (new_caps);
ret = GST_FLOW_UNEXPECTED;