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 768093 - local-metadata: Fix getting thumbnails for videos
local-metadata: Fix getting thumbnails for videos
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
unspecified
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2016-06-27 12:16 UTC by Bastien Nocera
Modified: 2016-06-27 12:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[0.2.x] local-metadata: Fix getting thumbnails for videos (1.84 KB, patch)
2016-06-27 12:17 UTC, Bastien Nocera
committed Details | Review
local-metadata: Fix getting thumbnails for videos (1.78 KB, patch)
2016-06-27 12:22 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2016-06-27 12:16:58 UTC
.
Comment 1 Bastien Nocera 2016-06-27 12:17:03 UTC
Created attachment 330430 [details] [review]
[0.2.x] local-metadata: Fix getting thumbnails for videos

a45fd44 removed the title parsing code, but accidentally removed the
ability to get the thumbnail path for videos at the same time.

Conflicts:
	src/local-metadata/grl-local-metadata.c
Comment 2 Bastien Nocera 2016-06-27 12:22:35 UTC
Created attachment 330431 [details] [review]
local-metadata: Fix getting thumbnails for videos

a45fd44 removed the title parsing code, but accidentally removed the
ability to get the thumbnail path for videos at the same time.
Comment 3 Bastien Nocera 2016-06-27 12:23:04 UTC
Comment on attachment 330431 [details] [review]
local-metadata: Fix getting thumbnails for videos

Attachment 330431 [details] pushed as 8b67b77 - local-metadata: Fix getting thumbnails for videos
Comment 4 Bastien Nocera 2016-06-27 12:24:24 UTC
And pushed to 0.2.x as well.