[Bug 692628] New: invalid type using in gstcdio.c function parameter

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jan 27 03:07:40 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=692628
  GStreamer | gst-plugins-ugly | 0.10.x

           Summary: invalid type using in gstcdio.c function parameter
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gst-plugins-ugly
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: behzaterte at yandex.com.tr
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Hi guys,

I am trying to compile gst-plugins-ugly-0.10.19 but gcc raised compile error
about passing wrong argument in fuctions. Also some that file has undeclared
variables too.

Could you please fix that issue ?

gstcdio.c: In function 'gst_cdio_add_cdtext_field':
gstcdio.c:38:3: error: incompatible type for argument 1 of 'cdtext_get_const'
/usr/include/cdio/cdtext.h:262:13: note: expected 'const struct cdtext_t *' but
argument is of type 'cdtext_field_t'
gstcdio.c:38:3: error: incompatible type for argument 2 of 'cdtext_get_const'
/usr/include/cdio/cdtext.h:262:13: note: expected 'cdtext_field_t' but argument
is of type 'struct cdtext_t *'
gstcdio.c:38:3: error: too few arguments to function 'cdtext_get_const'
/usr/include/cdio/cdtext.h:262:13: note: declared here
gstcdio.c: In function 'gst_cdio_get_cdtext':
gstcdio.c:65:3: error: too many arguments to function 'cdio_get_cdtext'
/usr/include/cdio/disc.h:77:13: note: declared here
gstcdio.c:71:38: error: 'CDTEXT_PERFORMER' undeclared (first use in this
function)
gstcdio.c:71:38: note: each undeclared identifier is reported only once for
each function it appears in
gstcdio.c:72:38: error: 'CDTEXT_TITLE' undeclared (first use in this function)
gstcdio.c: In function 'gst_cdio_add_cdtext_album_tags':
gstcdio.c:82:3: error: too many arguments to function 'cdio_get_cdtext'
/usr/include/cdio/disc.h:77:13: note: declared here
gstcdio.c:89:38: error: 'CDTEXT_TITLE' undeclared (first use in this function)
gstcdio.c:90:38: error: 'CDTEXT_GENRE' undeclared (first use in this function)
make[3]: *** [libgstcdio_la-gstcdio.lo] Error 1

p.s. I am using libcdio verison 0.90

Cheers,
Behzat.

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