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 350895 - [dvdreadsrc] wrong use of debugging causes fatal warning
[dvdreadsrc] wrong use of debugging causes fatal warning
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal blocker
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-11 13:56 UTC by Edward Hervey
Modified: 2006-08-14 09:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix that issue. (1.59 KB, patch)
2006-08-11 13:56 UTC, Edward Hervey
none Details | Review

Description Edward Hervey 2006-08-11 13:56:00 UTC
in dvdreadsrc's plugin_init, debugging is used before initializing the debugging category which causes a fatal warning.
Comment 1 Edward Hervey 2006-08-11 13:56:46 UTC
Created attachment 70717 [details] [review]
patch to fix that issue.

Put initialization of debugging category before first use.
Comment 2 Tim-Philipp Müller 2006-08-11 14:09:58 UTC
Oops, Thomas can we get this into the release please?

(Oddly enough I don't get this on any of my boxes, wonder if I did something wrong with the i18n setup somewhere).
Comment 3 Thomas Vander Stichele 2006-08-14 09:21:42 UTC
committed.