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 171530 - new plugin: libcdio-based cdda source
new plugin: libcdio-based cdda source
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.8
Other Linux
: High enhancement
: 0.8.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-24 21:59 UTC by Tim-Philipp Müller
Modified: 2005-03-26 11:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cddasrc patch against gst-plugins 0.8 branch (32.14 KB, patch)
2005-03-24 22:00 UTC, Tim-Philipp Müller
committed Details | Review

Description Tim-Philipp Müller 2005-03-24 21:59:43 UTC
Attached a tentative implementation of a libcdio-based cdda source.

I don't know whether it can handle scratched media as well as cdparanoia, but at
least it handles the user-wants-to-eject-CD-while-playing scenario a bit better
than cdparanoia (on my linux 2.6 box the drive is locked while in use, but the
lock doesn't persist across segfaults, so it should not be a problem).

By default the plugin is in 'stream-is-a-single-track mode', but it can also be
set to behave like the cdparanoia plugin
('stream-is-first-track-through-last-track').

Putting it here so it doesn't get lost and people can play with it.

Cheers
 -Tim
Comment 1 Tim-Philipp Müller 2005-03-24 22:00:46 UTC
Created attachment 39223 [details] [review]
cddasrc patch against gst-plugins 0.8 branch
Comment 2 David Schleef 2005-03-24 22:21:49 UTC
Thanks for working on this.  I started one myself a few days ago; I guess I'll stop.
Comment 3 David Schleef 2005-03-24 22:23:36 UTC
And good grief, do we need to go over this again?  :)
Plugin code is LGPL, end of story.  It's irrelevant what license the underlying
library uses.
Comment 4 Christian Kirbach 2005-03-25 15:45:24 UTC
Raising priority to make maintainers aware of the patch.

Adding PATCH keyword.
Comment 5 Ronald Bultje 2005-03-25 19:10:51 UTC
Tim, nice work, please apply. However, please fix copyright headers, like David
said.