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 765427 - dshowsrcwrapper: add support for RGB32, RGB555, RGB565 and RGB8 formats
dshowsrcwrapper: add support for RGB32, RGB555, RGB565 and RGB8 formats
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal enhancement
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-04-22 13:05 UTC by Jérôme Laheurte
Modified: 2016-04-23 14:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (2.02 KB, patch)
2016-04-22 13:05 UTC, Jérôme Laheurte
committed Details | Review

Description Jérôme Laheurte 2016-04-22 13:05:28 UTC
Created attachment 326549 [details] [review]
Patch

Add support for RGB32 (BGRx), RGB565 (BGR16), RGB555 (BGR15) and RGB8 (GRAY8) colorspaces.
Comment 1 Tim-Philipp Müller 2016-04-23 14:18:49 UTC
Thanks, pushed:

commit 26dfb7db834a4e0b7967b5746d63d19424e0589e
Author: Jerome Laheurte <jlaheurte@quividi.com>
Date:   Fri Apr 22 14:48:41 2016 +0200

    dshowsrcwrapper: add support for RGB32, RGB555, RGB565 and RGB8 color spaces
    
    Some cameras (IDS) only support those.
    
    https://bugzilla.gnome.org//show_bug.cgi?id=765427