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 723907 - Thumbnails film strip looks crude and is unnecessary
Thumbnails film strip looks crude and is unnecessary
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
3.11.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on: 723832
Blocks:
 
 
Reported: 2014-02-08 15:29 UTC by Bastien Nocera
Modified: 2014-02-08 23:45 UTC
See Also:
GNOME target: ---
GNOME version: 3.11/3.12


Attachments
Add film strip in nautilus rather than in thumbnailer (8.18 KB, patch)
2014-02-08 15:30 UTC, Bastien Nocera
reviewed Details | Review
Add film strip in nautilus rather than in thumbnailer (8.19 KB, patch)
2014-02-08 23:44 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2014-02-08 15:29:42 UTC
+++ This bug was initially created as a clone of Bug #723832 +++

We know it's a video - we don't need the film strip. Also, they don't look very good.
Comment 1 Bastien Nocera 2014-02-08 15:30:10 UTC
Created attachment 268502 [details] [review]
Add film strip in nautilus rather than in thumbnailer

This allows front-ends such as Totem to use the generated thumbnails
without the film strip.
Comment 2 Cosimo Cecchi 2014-02-08 20:01:21 UTC
Review of attachment 268502 [details] [review]:

Looks mostly good, thanks.

::: libnautilus-private/nautilus-file.c
@@ +4077,3 @@
+
+	for (i = 0; video_mime_types[i] != NULL; i++) {
+

Should we use g_content_type_is_a() here or is the list in nautilus-video-mime-types.h already extensive enough?
Comment 3 Bastien Nocera 2014-02-08 20:17:15 UTC
(In reply to comment #2)
> Should we use g_content_type_is_a() here or is the list in
> nautilus-video-mime-types.h already extensive enough?

Pretty extensive already, but we can use is_a() as well. OK to commit afterwards?
Comment 4 Cosimo Cecchi 2014-02-08 20:20:07 UTC
Yeah, feel free to push after changing that to g_content_type_is_a(). Thanks!
Comment 5 Bastien Nocera 2014-02-08 23:44:53 UTC
Created attachment 268537 [details] [review]
Add film strip in nautilus rather than in thumbnailer

This allows front-ends such as Totem to use the generated thumbnails
without the film strip.
Comment 6 Bastien Nocera 2014-02-08 23:45:16 UTC
Attachment 268537 [details] pushed as 94d2087 - Add film strip in nautilus rather than in thumbnailer