diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:09:27 +0100 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-03-11 13:09:27 +0100 |
commit | 93d4ae910ce9eeaa5998e3aa1980c3647d959fc6 (patch) | |
tree | 1874817846c244f071c2f91f0c019b790b811d76 /v4l2-apps/libv4l/ChangeLog | |
parent | e4def927f3ed43a4763652a0911f69180e803721 (diff) | |
download | mediapointer-dvb-s2-93d4ae910ce9eeaa5998e3aa1980c3647d959fc6.tar.gz mediapointer-dvb-s2-93d4ae910ce9eeaa5998e3aa1980c3647d959fc6.tar.bz2 |
libv4l: Don't report DQBUF errors when errno is EAGAIN
From: Hans de Goede <hdegoede@redhat.com>
Don't report DQBUF errors when errno is EAGAIN, this fixes flooding the
screen with errors when applications use non blocking mode
Priority: normal
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/ChangeLog')
-rw-r--r-- | v4l2-apps/libv4l/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/ChangeLog b/v4l2-apps/libv4l/ChangeLog index f092cc418..624f6dc43 100644 --- a/v4l2-apps/libv4l/ChangeLog +++ b/v4l2-apps/libv4l/ChangeLog @@ -1,3 +1,8 @@ +libv4l-0.5.4 +------------ +* Don't report DQBUF errors when errno is EAGAIN, this fixes flooding the + screen with errors when applications use non blocking mode + libv4l-0.5.3 ------------ * When conversion requires multiple passes don't alloc the needed temporary |