All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gstreamer1.0-plugins-good: enable v4l2-probe
@ 2016-08-26 12:05 Nicolas Dechesne
  2016-09-06  9:10 ` Nicolas Dechesne
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Dechesne @ 2016-08-26 12:05 UTC (permalink / raw)
  To: openembedded-core; +Cc: Nicolas Dechesne

A new mechanism to probe v4l2 M2M devices was implemented in gst 1.8 series, in
order to get such devices probed we now need to enable v4l2-probe compile option
which upstream decided to keep disabled by default (unfortunately), see [1].

With this feature disabled, it is not possible to get v4l2 M2M device to work in
Gstreamer which is a common use case on many embedded platforms. This patch
enables this new option as soon as v4l2 support is enabled in gstreamer -good.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=758085

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
index 4621bf8..0d52343 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
@@ -28,7 +28,7 @@ PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio"
 PACKAGECONFIG[soup]       = "--enable-soup,--disable-soup,libsoup-2.4"
 PACKAGECONFIG[speex]      = "--enable-speex,--disable-speex,speex"
 PACKAGECONFIG[taglib]     = "--enable-taglib,--disable-taglib,taglib"
-PACKAGECONFIG[v4l2]       = "--enable-gst_v4l2,--disable-gst_v4l2"
+PACKAGECONFIG[v4l2]       = "--enable-gst_v4l2 --enable-v4l2-probe,--disable-gst_v4l2"
 PACKAGECONFIG[vpx]        = "--enable-vpx,--disable-vpx,libvpx"
 PACKAGECONFIG[wavpack]    = "--enable-wavpack,--disable-wavpack,wavpack"
 PACKAGECONFIG[x11]        = "--enable-x,--disable-x,${X11DEPENDS}"
-- 
2.7.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gstreamer1.0-plugins-good: enable v4l2-probe
  2016-08-26 12:05 [PATCH] gstreamer1.0-plugins-good: enable v4l2-probe Nicolas Dechesne
@ 2016-09-06  9:10 ` Nicolas Dechesne
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Dechesne @ 2016-09-06  9:10 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Nicolas Dechesne

On Fri, Aug 26, 2016 at 2:05 PM, Nicolas Dechesne
<nicolas.dechesne@linaro.org> wrote:
>
> A new mechanism to probe v4l2 M2M devices was implemented in gst 1.8 series, in
> order to get such devices probed we now need to enable v4l2-probe compile option
> which upstream decided to keep disabled by default (unfortunately), see [1].
>
> With this feature disabled, it is not possible to get v4l2 M2M device to work in
> Gstreamer which is a common use case on many embedded platforms. This patch
> enables this new option as soon as v4l2 support is enabled in gstreamer -good.
>
> [1] https://bugzilla.gnome.org/show_bug.cgi?id=758085
>
> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>


any feedback on this change? Any additional info needed?
cheers
nico


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-06  9:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-26 12:05 [PATCH] gstreamer1.0-plugins-good: enable v4l2-probe Nicolas Dechesne
2016-09-06  9:10 ` Nicolas Dechesne

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.