After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 626629 - [ffmpegcolorspace] doesn't handle palettes any longer
[ffmpegcolorspace] doesn't handle palettes any longer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-11 13:25 UTC by Tim-Philipp Müller
Modified: 2010-08-19 16:52 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Tim-Philipp Müller 2010-08-11 13:25:15 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
Comment 1 Tim-Philipp Müller 2010-08-11 13:33:36 UTC
> video/x-raw-rgb, bpp=(int)8, depth=(int)8,...

Looks like ffmpegcolorspace doesn't support this any longer
Comment 2 Tim-Philipp Müller 2010-08-14 19:51:42 UTC
Moving to ffmpegcolorspace.
Comment 3 Sebastian Dröge (slomo) 2010-08-19 16:52:57 UTC
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.