thaytan gst-plugins-good: gst-plugins-good/ gst-plugins-good/sys/v4l2/

[email protected] Wed, 7 Jan 2009 08:10:01 -0800 (PST)
Newsgroups gmane.comp.video.gstreamer.cvs
Message-ID <[email protected]>
CVS Root:       /cvs/gstreamer
Module:         gst-plugins-good
Changes by:     thaytan
Date:           Wed Jan 07 2009  16:10:01 UTC

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

Modified files:
    .               : ChangeLog
    sys/v4l2        : gstv4l2src.c

Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ChangeLog.diff?r1=1.3886&r2=1.3887
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/sys/v4l2/gstv4l2src.c.diff?r1=1.103&r2=1.104

====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-good/ChangeLog,v
retrieving revision 1.3886
retrieving revision 1.3887
diff -u -d -r1.3886 -r1.3887
--- ChangeLog	7 Jan 2009 09:43:11 -0000	1.3886
+++ ChangeLog	7 Jan 2009 16:09:46 -0000	1.3887
@@ -1,3 +1,8 @@
+2009-01-07  Jan Schmidt  <[email protected]>
+
+	* sys/v4l2/gstv4l2src.c:
+	Remove () from translateable string, so that it makes more sense.
 2009-01-07  Mark Nauwelaerts  <[email protected]>
 
 	* gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
Index: gstv4l2src.c
RCS file: /cvs/gstreamer/gst-plugins-good/sys/v4l2/gstv4l2src.c,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- gstv4l2src.c	5 Jan 2009 12:30:40 -0000	1.103
+++ gstv4l2src.c	7 Jan 2009 16:09:47 -0000	1.104
@@ -1260,7 +1260,7 @@
 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;

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB