video-converter: ignore matrix for RGB formats
authorWim Taymans <wtaymans@redhat.com>
Wed, 20 Jan 2016 09:02:20 +0000 (10:02 +0100)
committerWim Taymans <wtaymans@redhat.com>
Wed, 20 Jan 2016 09:02:20 +0000 (10:02 +0100)
commit83fe1c7705172ae0a59ce388edd3dc3f2fd916e7
treec133994b23964d28677a8ca8954deefe4a70084f
parent1bf18f6f4418a0b1cb041a8e60d953fa03c8f0d3
video-converter: ignore matrix for RGB formats

For RGB formats, the matrix in the colorimetry (conversion from YUV to
RGB) is irrelevant and we should ignore it and assume the identity
transform for everything we do.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=759624
gst-libs/gst/video/video-converter.c