[Bug 726453] New: v4l2 plugin broken due to bundeling of videodev2.h

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Mar 16 06:17:40 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=726453
  GStreamer | gst-plugins-good | 1.x

           Summary: v4l2 plugin broken due to bundeling of videodev2.h
    Classification: Platform
           Product: GStreamer
           Version: 1.x
        OS/Version: FreeBSD
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: kwm at FreeBSD.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


A copy of the videodev2.h header was recently bundled with the v4l2 plugin. The
problem is that it uses __u32 and simular types that aren't portable to other
OS's.

The easy solution is to add typedef's to map the unknown types to common types.
Doing it this way also allows for easy diffing with videodev2.h upstream for
changes to this file.

-- 
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