[gstreamer-bugs] [Bug 536317] New: [v4l2src] Doesn't compile with latest git kernel

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jun 2 13:36:22 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=536317

  GStreamer | gst-plugins-good | Ver: HEAD CVS
           Summary: [v4l2src] Doesn't compile with latest git kernel
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: hadess at hadess.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


>From http://koji.fedoraproject.org/koji/getfile?taskID=640384&name=build.log
---8<---
v4l2_calls.c:268: error: 'V4L2_CID_HCENTER' undeclared (first use in this
function)
v4l2_calls.c:268: error: (Each undeclared identifier is reported only once
v4l2_calls.c:268: error: for each function it appears in.)
v4l2_calls.c:269: error: 'V4L2_CID_VCENTER' undeclared (first use in this
function)
---8<---

Those 2 have been deprecated. Patch below should fix compilation, and allow use
of the new ioctls instead of the old ones. The old ioctls aren't used by any
drivers anymore, so we should use them in gstv4l2vidorient.c, but still handle
both the old and the new versions in the switch statement in v4l2_calls.c.

See discussion at:
http://thread.gmane.org/gmane.linux.redhat.fedora.devel/86198
and:
http://lkml.org/lkml/2008/6/2/310


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=536317.




More information about the Gstreamer-bugs mailing list