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 123306 - Add error messages to cdparanoia plugin
Add error messages to cdparanoia plugin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.2
Other Linux
: Normal normal
: 0.6.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-09-26 14:25 UTC by Ross Burton
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add error signals (1.57 KB, patch)
2003-09-26 14:25 UTC, Ross Burton
none Details | Review

Description Ross Burton 2003-09-26 14:25:04 UTC
Currently the cdparanoia element, when it hits an error case, logs a DEBUG
message and silently fails.

This leads to applications waiting for data to start flowing down a
pipeline to silently hang.

Attached is a trivial patch to make the element fire error signals instead
of debug messages.

Its sad to say that I can't make gst-plugins compile to actually test this
code...
Comment 1 Ross Burton 2003-09-26 14:25:33 UTC
Created attachment 20316 [details] [review]
Add error signals
Comment 2 Ronald Bultje 2003-09-26 14:42:37 UTC
Looks good... Needs some testing, but (imo) should go into both HEAD
and 0.6.x.
Comment 3 Thomas Vander Stichele 2003-09-28 15:05:04 UTC
commited to HEAD and 0.6.3.1, closed.