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:
Stefan Kost 2006-11-10 08:09:05 +00:00
parent 0a345cbb28
commit c19bac4ff6
2 changed files with 7 additions and 2 deletions

View file

@ -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):

View file

@ -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;
}