sys/v4l2/gstv4l2src.c: Fix error code (the message string also needs love, but not... GIT_CONVERSION
authorTim-Philipp Müller <tim@centricular.net>
Tue, 20 Jan 2009 15:33:05 +0000 (15:33 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 20 Jan 2009 15:33:05 +0000 (15:33 +0000)
Original commit message from CVS:
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
Fix error code (the message string also needs love, but not today).

ChangeLog
sys/v4l2/gstv4l2src.c

index 1dc868e..c8d8e8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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  <wim.taymans@collabora.co.uk>
 
        Patch by: Luotao Fu <l dot fu at pengutronix dot de>
index 2b3dc21..4520f97 100644 (file)
@@ -1259,7 +1259,7 @@ gst_v4l2src_get_read (GstV4l2Src * v4l2src, GstBuffer ** buf)
   /* 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);