Hello community,

here is the log from the commit of package tumbler for openSUSE:Factory
checked in at Wed Sep 28 14:41:30 CEST 2011.



--------
--- tumbler/tumbler.changes     2011-09-21 09:29:32.000000000 +0200
+++ /mounts/work_src_done/STABLE/tumbler/tumbler.changes        2011-09-27 
16:17:24.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Sep 27 14:04:16 UTC 2011 - [email protected]
+
+- added tumbler-0.1.22-fix-video-thumbnails.patch in order to fix
+  the generation of video images by starting the pipeline
+- build the gstreamer plugin now that it actually works
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  tumbler-0.1.22-fix-video-thumbnails.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tumbler.spec ++++++
--- /var/tmp/diff_new_pack.1auCfL/_old  2011-09-28 14:41:25.000000000 +0200
+++ /var/tmp/diff_new_pack.1auCfL/_new  2011-09-28 14:41:25.000000000 +0200
@@ -25,6 +25,8 @@
 Url:            http://www.xfce.org/
 Group:          Productivity/Graphics/Other
 Source:         
http://archive.xfce.org/src/apps/%{name}/0.1/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM tumbler-0.1.22-fix-video-thumbnails.patch bxo#7996 
[email protected] -- Fixes generation of video images by starting the pipeline
+Patch0:         tumbler-0.1.22-fix-video-thumbnails.patch
 BuildRequires:  intltool
 BuildRequires:  freetype2-devel
 BuildRequires:  libjpeg-devel
@@ -33,6 +35,7 @@
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(poppler-glib)
+BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -67,6 +70,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static
@@ -100,6 +104,7 @@
 %{_libdir}/tumbler-1/plugins/tumbler-jpeg-thumbnailer.so
 %{_libdir}/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.so
 %{_libdir}/tumbler-1/plugins/tumbler-poppler-thumbnailer.so
+%{_libdir}/tumbler-1/plugins/tumbler-gst-thumbnailer.so
 %{_datadir}/dbus-1/services/*.service
 
 %files devel

++++++ tumbler-0.1.22-fix-video-thumbnails.patch ++++++
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)

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to