After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 751035 - bayer2rgb in gstreamer-1.0 cant deliver a RGB image format
bayer2rgb in gstreamer-1.0 cant deliver a RGB image format
Status: RESOLVED DUPLICATE of bug 749439
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.4.0
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-16 11:47 UTC by Hamdi Rakkez
Modified: 2015-06-16 13:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hamdi Rakkez 2015-06-16 11:47:26 UTC
Why, unlike Gstreamer-0.10, Gstreamer-1.0 does not deliver a RGB image format ?
Comment 1 Tim-Philipp Müller 2015-06-16 12:22:32 UTC
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.
Comment 2 Nicolas Dufresne (ndufresne) 2015-06-16 13:04:52 UTC
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 ***
Comment 3 Hamdi Rakkez 2015-06-16 13:29:48 UTC
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 ?
Comment 4 Wim Taymans 2015-06-16 13:37:51 UTC
0.10 does not deliver 24 bits RGB, only 32 bits, exactly the same as 1.0.