Original commit message from CVS:
* 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)
+ 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),
(gst_xvimagesink_get_times):
xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
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);