GNOME Bugzilla – Bug 721109
Gst-plugins-ugly 0.10.19 fails to compile against libcdio-0.92
Last modified: 2013-12-27 01:04:20 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).
*** This bug has been marked as a duplicate of bug 721107 ***