mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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:
parent
d8bba5d8c2
commit
820dc3a72d
2 changed files with 7 additions and 1 deletions
|
@ -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),
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue