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 755239 - dvdspu: render PGS subtitles with the correct color
dvdspu: render PGS subtitles with the correct color
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.6.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-18 19:30 UTC by Arnaud Vrac
Modified: 2015-09-26 14:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dvdspu: fix pgs palette colors (758 bytes, patch)
2015-09-18 19:30 UTC, Arnaud Vrac
none Details | Review

Description Arnaud Vrac 2015-09-18 19:30:38 UTC
Created attachment 311655 [details] [review]
dvdspu: fix pgs palette colors

The U and V components are swapped in PGS subtitles, the attached patch fixes that. I've checked the bluray spec.

You can test with the following file: http://absolut.zogzog.org/share/samples/mkv/test_mixed.mkv
Comment 1 Jan Schmidt 2015-09-26 14:21:12 UTC
Thanks! Pushed:
commit 40ec403437277a2b032d59117c90566b7bd97b01
Author: Arnaud Vrac <avrac@freebox.fr>
Date:   Fri Sep 18 19:07:47 2015 +0200

    dvdspu: fix pgs palette colors
    
    U and V were inverted
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755239