sys/v4l2/gstv4l2src.c: Remove () from translateable string, so that it makes more sense.

Original commit message from CVS:
* sys/v4l2/gstv4l2src.c:
Remove () from translateable string, so that it makes more sense.
This commit is contained in:
Jan Schmidt 2009-01-07 16:09:47 +00:00
parent 24eed322dc
commit 90e9d8e0e1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-01-07 Jan Schmidt <jan.schmidt@sun.com>
* sys/v4l2/gstv4l2src.c:
Remove () from translateable string, so that it makes more sense.
2009-01-07 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):

View file

@ -1260,7 +1260,7 @@ gst_v4l2src_get_read (GstV4l2Src * v4l2src, GstBuffer ** buf)
read_error:
{
GST_ELEMENT_ERROR (v4l2src, RESOURCE, SYNC,
(_("Error read()ing %d bytes on device '%s'."),
(_("Error reading %d bytes from device '%s'."),
buffersize, v4l2src->v4l2object->videodev), GST_ERROR_SYSTEM);
gst_buffer_unref (*buf);
return GST_FLOW_ERROR;