From: Denys Dmytriyenko <denis@denix.org>
To: "Brnich, Brandon" <b-brnich@ti.com>
Cc: "Etheridge, Darren" <detheridge@ti.com>,
"meta-arago@lists.yoctoproject.org"
<meta-arago@lists.yoctoproject.org>, "Davis, Andrew" <afd@ti.com>
Subject: Re: [meta-arago][master/kirkstone][PATCH v2 0/2] gstreamer updates
Date: Mon, 12 Jun 2023 12:55:41 -0400 [thread overview]
Message-ID: <20230612165541.GN9226@denix.org> (raw)
In-Reply-To: <ae963694decc43e9906b2c4611c7d0c5@ti.com>
On Mon, Jun 12, 2023 at 04:31:47PM +0000, Brnich, Brandon wrote:
> Hello all,
>
> > -----Original Message-----
> > From: meta-arago@lists.yoctoproject.org <meta-
> > arago@lists.yoctoproject.org> On Behalf Of Brandon Brnich via
> > lists.yoctoproject.org
> > Sent: Thursday, June 8, 2023 1:12 PM
> > To: Etheridge, Darren <detheridge@ti.com>; meta-
> > arago@lists.yoctoproject.org
> > Cc: Davis, Andrew <afd@ti.com>; Denys Dmytriyenko <denis@denix.org>
> > Subject: [EXTERNAL] [meta-arago][master/kirkstone][PATCH v2 0/2]
> > gstreamer updates
> >
> > Hello all,
> >
> > This series addresses concerns in previous[0] thread.
> >
> > Removing all of the old gstreamer patches as we are dropping support. As a
> > result, kmssink flag needs to be set in arago.conf
> >
>
> Any comments on this series? Pretty important to get kmssink enablement.
>
> Please let me know if there is there anything I need to change in order to
> get this merged.
Already in wip and next branches for testing since Friday, AFAICS.
> Best,
> Brandon
>
> > [0] https://lists.yoctoproject.org/g/meta-arago/topic/99070450#14497
> >
> > Brandon Brnich (2):
> > conf: arago: Add support for kmssink
> > receipes-multimedia: gstreamer: Remove old gstreamer files
> >
> > meta-arago-distro/conf/distro/arago.conf | 3 +
> > ...emove-wayland-as-required-dependency.patch | 32 -
> > ...mallocator-Add-DRM-allocator-support.patch | 469 -------- ...s-add-
> > support-for-meson-build-system.patch | 140 --- ...sink-Add-mouse-drag-
> > and-drop-support.patch | 426 -------
> > .../0002-parsers-bug-fixes-on-parsers.patch | 145 ---
> > ...drm-and-tidss-in-the-list-of-drivers.patch | 160 --- ...dsink-Add-drm-
> > support-in-waylandsink.patch | 703 ------------ ...waylandsink-Add-input-
> > device-support.patch | 1022 -----------------
> > .../gstreamer1.0-plugins-bad_1.16.%.bbappend | 37 -
> > ...e-formats-table-to-include-YUV422-mu.patch | 61 -
> > ...for-drm-memory-support-in-try_import.patch | 33 -
> > ...rc-Increase-minimum-num-buffers-by-3.patch | 29 -
> > ...Use-generic-dmabuf-import-in-v4l2src.patch | 43 -
> > .../gstreamer1.0-plugins-good_1.18.%.bbappend | 12 -
> > 15 files changed, 3 insertions(+), 3312 deletions(-) delete mode 100644
> > meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-
> > bad/0001-gstdrm-Remove-wayland-as-required-dependency.patch
> > delete mode 100644 meta-arago-extras/recipes-
> > multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-gstdrmallocator-Add-
> > DRM-allocator-support.patch
> > delete mode 100644 meta-arago-extras/recipes-
> > multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-wayland-drm-kms-
> > add-support-for-meson-build-system.patch
> > delete mode 100644 meta-arago-extras/recipes-
> > multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-waylandsink-Add-
> > mouse-drag-and-drop-support.patch
> > delete mode 100644 meta-arago-extras/recipes-
> > multimedia/gstreamer/gstreamer1.0-plugins-bad/0002-parsers-bug-fixes-
> > on-parsers.patch
> > delete mode 100644 meta-arago-extras/recipes-
> > multimedia/gstreamer/gstreamer1.0-plugins-bad/0003-kmssink-Add-
> > omapdrm-and-tidss-in-the-list-of-drivers.patch
> > delete mode 100644 meta-arago-extras/recipes-
> > multimedia/gstreamer/gstreamer1.0-plugins-bad/0004-waylandsink-Add-
> > drm-support-in-waylandsink.patch
> > delete mode 100644 meta-arago-extras/recipes-
> > multimedia/gstreamer/gstreamer1.0-plugins-bad/0005-waylandsink-Add-
> > input-device-support.patch
> > delete mode 100644 meta-arago-extras/recipes-
> > multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.%.bbappend
> > delete mode 100644 meta-arago-extras/recipes-
> > multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2object-Update-
> > formats-table-to-include-YUV422-mu.patch
> > delete mode 100644 meta-arago-extras/recipes-
> > multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2src-Check-for-
> > drm-memory-support-in-try_import.patch
> > delete mode 100644 meta-arago-extras/recipes-
> > multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2src-Increase-
> > minimum-num-buffers-by-3.patch
> > delete mode 100644 meta-arago-extras/recipes-
> > multimedia/gstreamer/gstreamer1.0-plugins-good/0002-v4l2src-Use-
> > generic-dmabuf-import-in-v4l2src.patch
> > delete mode 100644 meta-arago-extras/recipes-
> > multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.%.bbappend
next prev parent reply other threads:[~2023-06-12 16:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-12 16:31 [meta-arago][master/kirkstone][PATCH v2 0/2] gstreamer updates Brnich, Brandon
2023-06-12 16:55 ` Denys Dmytriyenko [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-08 18:11 Brandon Brnich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230612165541.GN9226@denix.org \
--to=denis@denix.org \
--cc=afd@ti.com \
--cc=b-brnich@ti.com \
--cc=detheridge@ti.com \
--cc=meta-arago@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.