[Bug 708034] shotwell.video.thumnail fails to create video with version other than 1.0.7

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 17 14:53:28 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=708034
  GStreamer | don't know | 1.x

--- Comment #5 from David Woodhouse <dwmw2 at infradead.org> 2013-09-17 21:53:25 UTC ---
 sed
s^video/x-raw,format=RGB,bpp=32,depth=32,pixel-aspect-ratio=1/1^video/x-raw,format=RGB,bpp=24,depth=24,pixel-aspect-ratio=1/1^
-i shotwell-video-thumbnailer 


That didn't work.

Then I stopped being lazy and actually rebuilt it with this patch:
-    const string caps_string =
"""video/x-raw,format=RGB,bpp=32,depth=32,pixel-aspect-ratio=1/1""";
+    const string caps_string =
"""video/x-raw,format=RGB,pixel-aspect-ratio=1/1""";

That one appears to work.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list