[gstreamer-bugs] [Bug 597867] Plugins good do not build on Ubuntu Hardy (kernel 2.6.24)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 8 22:33:40 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=597867
  GStreamer | gst-plugins-good | 0.10.16

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |NOTGNOME
         AssignedTo|slomo at circular-chaos.org    |gstreamer-bugs at lists.source
                   |                            |forge.net

--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2009-10-09 05:33:38 UTC ---
Actually this looks more like a problem with your headers... _IOWR and _IOW are
not used anywhere in the v4l2 plugin sources.

The first line that fails because _IOWR is not found is:
>    if (v4l2_ioctl (v4l2object->video_fd, VIDIOC_ENUM_FMT, format) < 0) {

Apart from that, sys/ioctl.h is already included via v4l2_calls.h and only not
included if libv4l is used. So you are using libv4l and their headers don't
include everything they need.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list