[Bug 721108] New: Gst-plugins-ugly 0.10.19 fails to compile against libcdio-0.92

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Dec 26 17:03:42 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=721108
  GStreamer | gst-plugins-ugly | 0.10.19

           Summary: Gst-plugins-ugly 0.10.19 fails to compile against
                    libcdio-0.92
    Classification: Platform
           Product: GStreamer
           Version: 0.10.19
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-ugly
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: root at gengisdave.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


I recently upgraded libcdio to version 0.92 and I found that gst-plugins-ugly
fails to compile the cdio module due to changes in the cdio functions:

from: const char *cdtext_get_const (cdtext_field_t field, const cdtext_t
*p_cdtext);

to: const char *cdtext_get_const (const cdtext_t *p_cdtext, cdtext_field_t
field, track_t track);

and similar. Here is the patch is used to get a successful compile. Thank you
so much. (I'm still at 0.10 gstreamer version since i use slackware which has
some problems to switch over 1.2 branch).

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