GNOME Bugzilla – Bug 751035
bayer2rgb in gstreamer-1.0 cant deliver a RGB image format
Last modified: 2015-06-16 13:37:51 UTC
Why, unlike Gstreamer-0.10, Gstreamer-1.0 does not deliver a RGB image format ?
This is a bug tracker, not a support forum. Please ask support questions on the gstreamer-devel mailing list. I don't understand your claim though. As far as I can tell the bayer2rgb element in 1.x supports the exact same RGB image format variants as the 0.10 bayer2rgb element.
For my part I'll ask why do you spam the bug system creating a bug you already filed. This is likely to make us unhappy, and less likely to be interested in your feature request. *** This bug has been marked as a duplicate of bug 749439 ***
No it's not the same. bayer2rgb in gstreamer-1.0 delivers xRGB, RGBx and others but not an RGB format. The difference is that a RGBx frame pixel needs 4 bytes to be represented in the memory and RGB or BGR format is only on 3 bytes/pixel. The different is huge when you are using gstreamer on a limited resources embedded system. Do you get the difference now ?
0.10 does not deliver 24 bits RGB, only 32 bits, exactly the same as 1.0.