mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
sys/v4l2/v4l2src_calls.c: we do not translate debug messages
Original commit message from CVS: * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame): we do not translate debug messages
This commit is contained in:
parent
0a345cbb28
commit
c19bac4ff6
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-11-10 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
|
||||
we do not translate debug messages
|
||||
|
||||
2006-11-08 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/flx/gstflxdec.c: (gst_flxdec_class_init):
|
||||
|
|
|
@ -184,8 +184,8 @@ gst_v4l2src_grab_frame (GstV4l2Src * v4l2src)
|
|||
break;
|
||||
default:
|
||||
GST_WARNING_OBJECT (v4l2src,
|
||||
(_("Grabbing frame got interrupted on %s. No expected reason."),
|
||||
v4l2src->v4l2object->videodev));
|
||||
"Grabbing frame got interrupted on %s. No expected reason.",
|
||||
v4l2src->v4l2object->videodev);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue