GNOME Bugzilla – Bug 317658
[cdio] support for cd-text and cd-g
Last modified: 2006-01-18 19:34:14 UTC
I would love for cddasrc gstreamer plugin to support cd-text and cd-g. This is currently implemented by libcdio and accessible via "cdtext_get() and its friends" as described at: http://www.gnu.org/software/libcdio/libcdio.html#SEC6 Thanks, __ Eric
Assigning to tim :)
Should be fairly trivial to add once the element is ported, which is hopefully very soon. Now I only need to find a CD which actually has CD-TEXT on it ...
Kind of fixed in CVS. Only tries to read artist and titlel so far. And it's untested, as I don't seem to be able to find any CD-TEXT CDs at the moment. Please re-open or file a new bug if it doesn't work as expected or if I should read any additional CD-TEXT tags). 2006-01-18 Tim-Philipp Müller <tim at centricular dot net> * configure.ac: * ext/Makefile.am: * ext/cdio/Makefile.am: * ext/cdio/gstcdio.c: * ext/cdio/gstcdio.h: * ext/cdio/gstcdiocddasrc.c: * ext/cdio/gstcdiocddasrc.h: Port libcdio cdda source, formerly known as cddasrc, now known as cdiocddasrc (fixes #323327). Should also read CD-TEXT if available, but that's not tested (fixes #317658).