Make RGB masks unsigned in rawvideoparse
authorJan Schmidt <thaytan@noraisin.net>
Fri, 23 Jan 2009 14:02:26 +0000 (14:02 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Fri, 23 Jan 2009 14:33:51 +0000 (14:33 +0000)
commit2014b7f498bbd96d2f7af5e4181127471c05c3f8
treea178dae6ca57275654c365291bfcb5b252300ac3
parenta094c58eed68ee6095e5445239e4c6a6d1f94c36
Make RGB masks unsigned in rawvideoparse

Allow the full range of 32 bit masks for RGBA/RGB data by making sure
the mask properties are unsigned.
gst/rawparse/gstvideoparse.c