Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 847913 - media-libs/clutter-gst - RGBx/BGRx support causes video corruption in media-video/cheese
Summary: media-libs/clutter-gst - RGBx/BGRx support causes video corruption in media-v...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://gitlab.gnome.org/GNOME/cheese...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-28 13:16 UTC by Alexander Tsoy
Modified: 2022-05-29 01:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Tsoy 2022-05-28 13:16:48 UTC
I get corrupted image in media-video/cheese when capturing via pipewire. Upstream issues [1][2] suggests this is due to a bug in clutter-gst. Te patch is available [3]. Unfortunately clutter-gst is deprecated and upstream no longer accepts any patches, but some distributions applied it anyway [3][4]. Also 

[1] https://gitlab.gnome.org/GNOME/cheese/-/issues/51
[2] https://gitlab.gnome.org/GNOME/cheese/-/issues/139
[3] https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/clutter-gst/trunk/0001-video-sink-Remove-RGBx-BGRx-support.patch
[4] https://salsa.debian.org/gnome-team/clutter-gst/-/blob/debian/master/debian/patches/video-sink-Remove-RGBx-BGRx-support.patch
Comment 1 Larry the Git Cow gentoo-dev 2022-05-29 01:31:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b564489d98f2937be31ced87a6ca029fa4d3929

commit 5b564489d98f2937be31ced87a6ca029fa4d3929
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2022-05-29 01:28:01 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2022-05-29 01:31:09 +0000

    media-libs/clutter-gst: Add patch to remove RGBx/BGRx support
    
    Closes: https://bugs.gentoo.org/847913
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 .../clutter-gst/clutter-gst-3.0.27-r2.ebuild       | 49 +++++++++++++++++
 ....0.27-video-sink-Remove-RGBx-BGRx-support.patch | 63 ++++++++++++++++++++++
 2 files changed, 112 insertions(+)
Comment 2 Matt Turner gentoo-dev 2022-05-29 01:32:25 UTC
Thanks for the heads up!