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

[email protected] Tue, 20 Jan 2009 07:33:19 -0800 (PST)
Newsgroups gmane.comp.video.gstreamer.cvs
Message-ID <[email protected]>
--===============3261431983212553920==

CVS Root:       /cvs/gstreamer
Module:         gst-plugins-good
Changes by:     tpm
Date:           Tue Jan 20 2009  15:33:19 UTC

Log message:
	* sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
	  Fix error code (the message string also needs love, but not today).

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

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

====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-good/ChangeLog,v
retrieving revision 1.3906
retrieving revision 1.3907
diff -u -d -r1.3906 -r1.3907
--- ChangeLog	19 Jan 2009 11:44:34 -0000	1.3906
+++ ChangeLog	20 Jan 2009 15:33:02 -0000	1.3907
@@ -1,3 +1,8 @@
+2009-01-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
+
+	* sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
+	  Fix error code (the message string also needs love, but not today).
 2009-01-19  Wim Taymans  <[email protected]>
 
 	Patch by: Luotao Fu <l dot fu at pengutronix dot de>
Index: gstv4l2src.c
RCS file: /cvs/gstreamer/gst-plugins-good/sys/v4l2/gstv4l2src.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- gstv4l2src.c	7 Jan 2009 16:09:47 -0000	1.104
+++ gstv4l2src.c	20 Jan 2009 15:33:05 -0000	1.105
@@ -1259,7 +1259,7 @@
   /* ERRORS */
 read_error:
   {
-    GST_ELEMENT_ERROR (v4l2src, RESOURCE, SYNC,
+    GST_ELEMENT_ERROR (v4l2src, RESOURCE, READ,
         (_("Error reading %d bytes from device '%s'."),
             buffersize, v4l2src->v4l2object->videodev), GST_ERROR_SYSTEM);
     gst_buffer_unref (*buf);


--===============3261431983212553920==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
--===============3261431983212553920==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose

--===============3261431983212553920==--