GNOME Bugzilla – Bug 748227
tracker-extract: Only extract media art if artist or title is known
Last modified: 2015-04-23 23:11:06 UTC
Trivial patch attached.
Created attachment 302047 [details] [review] tracker-extract: Only extract media art if artist or title is known media_art_process_*() require at least one of the track’s artist and title to be specified, and will fail an assertion precondition if both are NULL. Other tracker-extract-*.c media backends already do this check, but it was missing from the GStreamer extractor.
Review of attachment 302047 [details] [review]: Thanks for the patch Philip!
Attachment 302047 [details] pushed as d7159fe - tracker-extract: Only extract media art if artist or title is known