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.
This commit is contained in:
parent
9404478d21
commit
dd9dbbc678
@ -1,3 +1,8 @@
|
|||||||
|
2006-11-24 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
|
||||||
|
Fix spacing in debug message.
|
||||||
|
|
||||||
2006-11-23 Wim Taymans <wim@fluendo.com>
|
2006-11-23 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
|
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
|
||||||
|
@ -2088,7 +2088,7 @@ gst_xvimagesink_buffer_alloc (GstBaseSink * bsink, guint64 offset, guint size,
|
|||||||
}
|
}
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (xvimagesink, "buffer alloc requested with caps %"
|
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);
|
xvimagesink->xcontext->caps);
|
||||||
|
|
||||||
/* Check the caps against our xcontext */
|
/* 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)) {
|
if (gst_caps_is_empty (intersection)) {
|
||||||
GST_WARNING_OBJECT (xvimagesink, "we were requested a buffer with "
|
GST_WARNING_OBJECT (xvimagesink, "we were requested a buffer with "
|
||||||
"caps %" GST_PTR_FORMAT "but our xcontext caps %" GST_PTR_FORMAT
|
"caps %" GST_PTR_FORMAT ", but our xcontext caps %" GST_PTR_FORMAT
|
||||||
"are completely incompatible with those caps", new_caps,
|
" are completely incompatible with those caps", new_caps,
|
||||||
xvimagesink->xcontext->caps);
|
xvimagesink->xcontext->caps);
|
||||||
gst_caps_unref (new_caps);
|
gst_caps_unref (new_caps);
|
||||||
ret = GST_FLOW_UNEXPECTED;
|
ret = GST_FLOW_UNEXPECTED;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user