GNOME Bugzilla – Bug 527865
[PATCH] [matroskademux] uses wrong colourspace for palette info in VobSub stream
Last modified: 2008-05-12 16:43:58 UTC
Currently, it is assumed that the values in palette info in VobSub private data represent YUV data, as is the case for corresponding DVD data. However, Matroska specs defer/refer to VobSub's .idx file for the actual de facto specs, and it turns out VobSub produces those by converting to (a sort of buggy) RGB.
Created attachment 109168 [details] [review] Possible patch * Convert palette info in VobSub private data from VobSub's pseudo-RGB to YUV.
2008-05-12 Mark Nauwelaerts <mnauw@users.sf.net> * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_dvd_clut_change_event): Convert subtitle palette info in VobSub private data from VobSub's (buggy) RGB to YUV.