Small fix to VideoMixer
Michael Rubinstein
mrubinstein at rai-dev.com
Fri Aug 24 10:38:26 PDT 2012
Hi All,
I found a problem that affects VideoMixer when building for Windows.
I found it in 0.10.30, but the problem is also in later versions.
In the file:
gst-plugins-good/gst/videomixer/blend.c
Please change line 101 from:
#if G_BYTE_ORDER == LITTLE_ENDIAN
To
#if G_BYTE_ORDER == G_LITTLE_ENDIAN
" LITTLE_ENDIAN" without the "G_" in not defined, so the test comes out
wrong.
Thanks,
Michael Rubinstein
More information about the gstreamer-devel
mailing list