From: Ronald S. Bultje Date: Fri, 1 Oct 2004 10:02:42 +0000 (+0000) Subject: sys/v4l/v4lsrc_calls.c: Don't actually error out if we get another return value than X-Git-Tag: 1.19.3~507^2~22744 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18d9e0f874ad7ff54c1029006fde8510e3e18271;p=platform%2Fupstream%2Fgstreamer.git sys/v4l/v4lsrc_calls.c: Don't actually error out if we get another return value than Original commit message from CVS: * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture): Don't actually error out if we get another return value than -EINVAL. Opposite to what I first thought, drivers have random return values for this, although -EINVAL is the expected return value. Since this is not fatal, we shouldn't use GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT(). --- diff --git a/ChangeLog b/ChangeLog index 7e15ebf..a615b83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2004-10-01 Ronald S. Bultje + * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture): + Don't actually error out if we get another return value than + -EINVAL. Opposite to what I first thought, drivers have random + return values for this, although -EINVAL is the expected return + value. Since this is not fatal, we shouldn't use + GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT(). + +2004-10-01 Ronald S. Bultje + * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init), (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property), (dvdreadsrc_get_property), (_open), (_seek), (_read),