[oe-commits] Denis 'GNUtoo' Carikli : gst-plugins-good 0.10.17: depend on libv4l in order to fix a webcam

git version control git at git.openembedded.org
Fri Feb 26 08:01:38 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 2a9fb4a75ea694fdc0772cdb735ebf0aaf61dfd6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2a9fb4a75ea694fdc0772cdb735ebf0aaf61dfd6

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Thu Feb 25 01:21:50 2010 +0100

gst-plugins-good 0.10.17: depend on libv4l in order to fix a webcam

gst-launch v4lsrc ! jpegdec ! xvimagesink doesn't work if you don't
  depend on libv4l with my gspca webcam.
The fix was suggested in #gstreamer in freenode:
  Feb 20 20:37:36 <fargiolas>     GNUtoo: did you compile it on
   your own? it seems it's not compiled with libv4l support
  And:
  Feb 20 20:43:08 <fargiolas>     GNUtoo: probably your device
   output frames in an exotic pixel format and libv4l is needed
   to decode it
The webcam was a gspca_zc3xx webcam

---

 recipes/gstreamer/gst-plugins-good_0.10.17.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/gstreamer/gst-plugins-good_0.10.17.bb b/recipes/gstreamer/gst-plugins-good_0.10.17.bb
index 1bcb055..c53fc47 100644
--- a/recipes/gstreamer/gst-plugins-good_0.10.17.bb
+++ b/recipes/gstreamer/gst-plugins-good_0.10.17.bb
@@ -3,12 +3,13 @@ require gst-plugins.inc
 SRC_URI += "file://flvdemux-ecma.diff;patch=1 \
 "
 
-PR = "r2"
+PR = "r3"
 
 inherit gconf 
 
-DEPENDS += "hal pulseaudio speex libsoup-2.4 flac gst-plugins-base openssl popt esound"
+DEPENDS += "hal pulseaudio speex libsoup-2.4 flac gst-plugins-base openssl popt esound libv4l"
 
 PACKAGES =+ "gst-plugin-gconfelements"
 FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf"
 
+EXTRA_OECONF += " --with-libv4l2 "





More information about the Openembedded-commits mailing list