Make the AppSrc example work on big endian architectures too
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 14 Aug 2009 06:40:47 +0000 (08:40 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 14 Aug 2009 06:40:47 +0000 (08:40 +0200)
commit77f6d6dc59ca04f9aaebad80e9e699d406aafb98
tree6a7c2885f3b2b68886661767c3f788d1fac57f8f
parent3cf8f5ebc489ff009f163aa9e5f5c4b84052d182
Make the AppSrc example work on big endian architectures too

Cairo's ARGB32 format is defined to be native endianness, i.e.
we have to use GST_VIDEO_FORMAT_ARGB or _BGRA depending on
endianness.
samples/AppSrc.cs