[gstreamer-bugs] [Bug 620929] New: Required libraw1394 version is not high enough

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 8 00:01:18 PDT 2010


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

           Summary: Required libraw1394 version is not high enough
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: trivial
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: martin.bisson at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


When I compile gst-plugins-good from git, I get the following compilation
error:

gst1394clock.c: In function 'gst_1394_clock_get_internal_time':
gst1394clock.c:117: error: implicit declaration of function
'raw1394_read_cycle_timer'
gst1394clock.c:117: error: nested extern declaration of
'raw1394_read_cycle_timer'

I can compile the 0.10.23 version correctly, because that error is treated as a
warning (and I'm not actually running any 1394 code).  So I get a warning
instead of an error for the same problem.

I have version 1.2.1 of libraw1394 installed on my system.  the configure.ac
files require version 1.2.1.  However, the function raw1394_read_cycle_time is
not defined in my raw1394.h.  I upgraded to 2.0.4 and now the function is
defined in raw1394.h.

I guess that means that this function was added somewhere between 1.2.1 and
2.0.4, so the required version in configure.ac should be upgraded (at least) to
where this function was introduced.

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