diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-12-07 15:02:31 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-12-07 15:02:31 +0000 |
commit | 8736f458a17a03cf79a763a0c8122f93162fed71 (patch) | |
tree | fba97f22de8410ee5df8985e6c98756093578100 /extra/tumbler | |
parent | d1d87d2ac643e3dabc251f3cec7d3b00e29b282c (diff) |
Wed Dec 7 15:02:27 UTC 2011
Diffstat (limited to 'extra/tumbler')
-rw-r--r-- | extra/tumbler/fix-video-image.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/extra/tumbler/fix-video-image.patch b/extra/tumbler/fix-video-image.patch deleted file mode 100644 index 11c9d867b..000000000 --- a/extra/tumbler/fix-video-image.patch +++ /dev/null @@ -1,34 +0,0 @@ -From aab140d868c1ebedbb04bbd65deddf94dc21787b Mon Sep 17 00:00:00 2001 -From: Jannis Pohlmann <jannis@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@gmail.com>. ---- -diff --git a/NEWS b/NEWS -index 0ff1c1c..48e3896 100644 ---- a/NEWS -+++ b/NEWS -@@ -1,3 +1,7 @@ -+0.1.xx -+====== -+- Fix generation of video images by starting the pipeline (bug #7996). -+ - 0.1.22 - ====== - - Add coding style documentation. -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 |