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 317658 - [cdio] support for cd-text and cd-g
[cdio] support for cd-text and cd-g
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.2
Assigned To: Tim-Philipp Müller
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-01 00:51 UTC by Eric Moret
Modified: 2006-01-18 19:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Eric Moret 2005-10-01 00:51:10 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
Comment 1 Andy Wingo 2006-01-13 18:50:51 UTC
Assigning to tim :)
Comment 2 Tim-Philipp Müller 2006-01-14 00:33:52 UTC
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 ...
Comment 3 Tim-Philipp Müller 2006-01-18 19:34:14 UTC
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).