mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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().
This commit is contained in:
parent
97148ae7cd
commit
1e4b1663f4
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* 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 <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
|
||||
|
|
Loading…
Reference in a new issue