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 549458 - Use g_content_type_guess_for_tree() to detect media
Use g_content_type_guess_for_tree() to detect media
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Removable Media
unspecified
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks: 543865 549184
 
 
Reported: 2008-08-26 15:50 UTC by Bastien Nocera
Modified: 2008-09-05 13:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
First go (6.23 KB, patch)
2008-09-02 22:31 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2008-08-26 15:50:09 UTC
+++ This bug was initially created as a clone of Bug #543865 +++

The audiocd plugin should use g_content_type_guess_for_tree instead of totem-pl-parser.
Comment 1 Bastien Nocera 2008-09-02 22:31:06 UTC
Created attachment 117886 [details] [review]
First go

Remove loads of code, using a new glib.
Comment 2 Jonathan Matthew 2008-09-05 06:03:58 UTC
This got committed as part of bug 550481.  I think I'm going to resurrect at least a bit of the old code, as I don't have a new enough glib on my (debian sid) desktop to compile this.
Comment 3 Bastien Nocera 2008-09-05 06:28:58 UTC
Oopsie. I wasn't really supposed to do that. Let me cook something up for older versions...
Comment 4 Bastien Nocera 2008-09-05 13:04:58 UTC
2008-09-05  Bastien Nocera  <hadess@hadess.net>

	* plugins/audiocd/rb-audiocd-source.c
	(rb_audiocd_is_volume_audiocd): Also work on older versions
	of glib (Closes: #549458)