[totem/gnome-3-6] thumbnailer: Fix fetching the cover art on some systems
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/gnome-3-6] thumbnailer: Fix fetching the cover art on some systems
- Date: Tue, 18 Dec 2012 10:07:16 +0000 (UTC)
commit 0ee69cd1edf0cedd7f4813b4ab9e3085fae60c78
Author: Bastien Nocera <hadess hadess net>
Date: Tue Dec 18 11:00:13 2012 +0100
thumbnailer: Fix fetching the cover art on some systems
Initialise the type of image so that we can save the cover
image even if the image-type isn't defined.
https://bugzilla.gnome.org/show_bug.cgi?id=690286
src/gst/totem-gst-pixbuf-helpers.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gst/totem-gst-pixbuf-helpers.c b/src/gst/totem-gst-pixbuf-helpers.c
index 37bb493..1edef46 100644
--- a/src/gst/totem-gst-pixbuf-helpers.c
+++ b/src/gst/totem-gst-pixbuf-helpers.c
@@ -157,7 +157,7 @@ totem_gst_tag_list_get_cover_real (GstTagList *tag_list)
GstSample *sample;
GstCaps *caps;
const GstStructure *caps_struct;
- int type;
+ int type = GST_TAG_IMAGE_TYPE_UNDEFINED;
if (!gst_tag_list_get_sample_index (tag_list, GST_TAG_IMAGE, i, &sample))
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]