[Pkg-xfce-commits] r6054 - in desktop/trunk/tumbler/debian: . patches

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Mon Sep 26 06:39:14 UTC 2011


Author: mrpouit-guest
Date: 2011-09-26 18:39:14 +0000 (Mon, 26 Sep 2011)
New Revision: 6054

Added:
   desktop/trunk/tumbler/debian/patches/02_start-gst-pipeline.patch
Modified:
   desktop/trunk/tumbler/debian/changelog
   desktop/trunk/tumbler/debian/patches/series
Log:
debian/patches/02_start-gst-pipeline.patch: added, fix thumbnail generation.

Modified: desktop/trunk/tumbler/debian/changelog
===================================================================
--- desktop/trunk/tumbler/debian/changelog	2011-09-23 19:36:03 UTC (rev 6053)
+++ desktop/trunk/tumbler/debian/changelog	2011-09-26 18:39:14 UTC (rev 6054)
@@ -7,6 +7,7 @@
     recommends to use the new gstreamer one instead.
   * debian/control: replace libffmpegthumbnailer-dev b-dep with
     libgstreamer0.10-dev, and switch to libjpeg-dev.
+  * debian/patches/02_start-gst-pipeline.patch: added, fix thumbnail generation.
 
  -- Lionel Le Folgoc <mrpouit at gmail.com>  Wed, 21 Sep 2011 22:42:01 +0200
 

Added: desktop/trunk/tumbler/debian/patches/02_start-gst-pipeline.patch
===================================================================
--- desktop/trunk/tumbler/debian/patches/02_start-gst-pipeline.patch	                        (rev 0)
+++ desktop/trunk/tumbler/debian/patches/02_start-gst-pipeline.patch	2011-09-26 18:39:14 UTC (rev 6054)
@@ -0,0 +1,22 @@
+From aab140d868c1ebedbb04bbd65deddf94dc21787b Mon Sep 17 00:00:00 2001
+From: Jannis Pohlmann <jannis at xfce.org>
+Date: Mon, 26 Sep 2011 17:28:51 +0000
+Subject: Fix generation of video images by starting the pipeline (bug #7996).
+
+Patch provided by Sam Thursfield<ssssam at gmail.com>.
+---
+diff --git a/plugins/gst-thumbnailer/gst-helper.c b/plugins/gst-thumbnailer/gst-helper.c
+index b8a29ab..dead043 100644
+--- a/plugins/gst-thumbnailer/gst-helper.c
++++ b/plugins/gst-thumbnailer/gst-helper.c
+@@ -154,6 +154,8 @@ gst_helper_convert_buffer_to_pixbuf (GstBuffer    *buffer,
+ 
+   bus = gst_element_get_bus (GST_ELEMENT (pipeline));
+ 
++  gst_element_set_state (GST_ELEMENT (pipeline), GST_STATE_PLAYING);
++
+   i = 0;
+   msg = NULL;
+   while (msg == NULL && i < 5)
+--
+cgit 

Modified: desktop/trunk/tumbler/debian/patches/series
===================================================================
--- desktop/trunk/tumbler/debian/patches/series	2011-09-23 19:36:03 UTC (rev 6053)
+++ desktop/trunk/tumbler/debian/patches/series	2011-09-26 18:39:14 UTC (rev 6054)
@@ -1 +1,2 @@
 01_fix-link-lm.patch
+02_start-gst-pipeline.patch




More information about the Pkg-xfce-commits mailing list