> -----Original Message----- > From: Eatmon, Ryan <[email protected]> > Sent: Thursday, May 18, 2023 2:42 PM > To: Denys Dmytriyenko <[email protected]>; Ravikumar, Rahul <r- > [email protected]> > Cc: [email protected]; Choudhary, Jayesh <j- > [email protected]>; Bhatia, Aradhya <[email protected]>; Brnich, Brandon > <[email protected]>; Thakkar, Devarsh <[email protected]> > Subject: Re: [meta-arago][master/kirkstone][PATCH] conf: arago: Add flag to > enable kmssink plugin > > > > On 5/18/2023 1:01 PM, Denys Dmytriyenko wrote: > > On Thu, May 18, 2023 at 06:56:36PM +0530, Rahul T R via > lists.yoctoproject.org wrote: > >> Enable building kmssink plugin in gstreamer1.0-plugins-bad > >> > >> Signed-off-by: Rahul T R <[email protected]> > >> --- > >> meta-arago-distro/conf/distro/arago.conf | 3 +++ > >> 1 file changed, 3 insertions(+) > >> > >> diff --git a/meta-arago-distro/conf/distro/arago.conf > >> b/meta-arago-distro/conf/distro/arago.conf > >> index 379b1d44..e32259a9 100644 > >> --- a/meta-arago-distro/conf/distro/arago.conf > >> +++ b/meta-arago-distro/conf/distro/arago.conf > >> @@ -113,6 +113,9 @@ PACKAGECONFIG:append:pn-openssl = " > cryptodev-linux" > >> # Enable GST_TRACER logging in gstreamer > >> PACKAGECONFIG:append:pn-gstreamer1.0 = " tracer-hooks" > >> > >> +# Enable kmssink in gstreamer > >> +PACKAGECONFIG:append:pn-gstreamer1.0-plugins-bad = " kms" > > > > FWIW, corresponding bbappend also sets this option, but it needs > > updating to the current gstreamer version: > > > > https://git.yoctoproject.org/meta-arago/tree/meta-arago-extras/recipes > > -multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.%25.bbappend#n3 > > Agreed. This patch does not add much since the settings it already in place > in > the targetted recipe in arago. > > The real issue is that the recipe that adds the kms setting is not being used > because of the outdated version. We really need to get the gstreamer stuff > updated in order for this to work.
Apologies - just saw this response after I sent my response to this patch. I am working on cleaning up gstreamer for kirkstone. Should have patch in by end of this week or early next week. > > > >> # Disable pulseaudio routing in alsa by default > >> PACKAGECONFIG:remove:pn-alsa-plugins = "pulseaudio" > >> RDEPENDS:pulseaudio-server:remove = "alsa-plugins-pulseaudio-conf" > >> -- > >> 2.17.1 > > -- > Ryan Eatmon [email protected] > ----------------------------------------- > Texas Instruments, Inc. - LCPD - MGTS -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14425): https://lists.yoctoproject.org/g/meta-arago/message/14425 Mute This Topic: https://lists.yoctoproject.org/mt/98990987/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
