mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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:
parent
24eed322dc
commit
90e9d8e0e1
2 changed files with 6 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue