GNOME Bugzilla – Bug 626629
[ffmpegcolorspace] doesn't handle palettes any longer
Last modified: 2010-08-19 16:52:57 UTC
+++ This bug was initially created as a clone of Bug #132341 +++ This used to work. See attachment #23689 [details] in the other bug for a test file. Doesn't play in playbin2, but gst-launch-0.10 filesrc location=bug-132341-g10.avi ! avidemux ! ffmpegcolorspace ! ximagesink also fails (with not-linked). Maybe a problem in ffmpegcolorspace? gst-lauch-0.10 ... avidemux ! fakesink -v yields these caps: fakesink0.GstPad:sink: caps = video/x-raw-rgb, bpp=(int)8, depth=(int)8, endianness=(int)1234, framerate=(fraction)15/1, width=(int)120, height=(int)120, palette_data=(buffer)0000...ffff
> video/x-raw-rgb, bpp=(int)8, depth=(int)8,... Looks like ffmpegcolorspace doesn't support this any longer
Moving to ffmpegcolorspace.
commit cd5527fa4e11b770c1e04230fc442ee52c476880 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Thu Aug 19 18:51:25 2010 +0200 ffmpegcolorspace: Add back support for 8 bit paletted RGB This was removed by 3a00a97fd2b4015e93cdcabaa75da406aa599570 while making the pad template caps more compact. Fixes bug #626629.