After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 721109 - Gst-plugins-ugly 0.10.19 fails to compile against libcdio-0.92
Gst-plugins-ugly 0.10.19 fails to compile against libcdio-0.92
Status: RESOLVED DUPLICATE of bug 721107
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.19
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-12-27 01:01 UTC by Gengis Dave
Modified: 2013-12-27 01:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gengis Dave 2013-12-27 01:01:52 UTC
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).
Comment 1 Gengis Dave 2013-12-27 01:04:20 UTC

*** This bug has been marked as a duplicate of bug 721107 ***