sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)

Original commit message from CVS:
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
Give better warning message (add object and detail).
This commit is contained in:
Stefan Kost 2006-09-18 15:00:51 +00:00
parent d8bba5d8c2
commit 820dc3a72d
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-09-18 Stefan Kost <ensonic@users.sf.net>
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
Give better warning message (add object and detail).
2006-09-18 Stefan Kost <ensonic@users.sf.net>
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),

View file

@ -1206,7 +1206,8 @@ gst_xvimagesink_get_xv_support (GstXvImageSink * xvimagesink,
ckey = (1 << 16) | (2 << 8) | 3;
break;
default:
GST_WARNING ("unsupported color depth");
GST_WARNING_OBJECT (xvimagesink, "unsupported color depth %d",
xcontext->depth);
break;
}
ckey = CLAMP (ckey, attr[i].min_value, attr[i].max_value);