[gst-devel] Fwd: bug in gstreamer plugin v4l ??
Ronald S. Bultje
rbultje at ronald.bitfreak.net
Sun Feb 24 01:40:53 CET 2008
---------- Forwarded message ----------
From: Jerry G Geiger <JerryGeiger at web.de>
Date: Sat, Feb 23, 2008 at 6:33 PM
Subject: bug in gstreamer plugin v4l ??
To: Ronald Bultje <rbultje at ronald.bitfreak.net>
Hello Ronald Bultje,
in gst-plugins-base, cvs from 2008 02 18
file sys/v4l/v4l_calls.c
there seems to be a bug in v4l_calls.c , line 336:
-----
- 62.5 * ((vtun.flags & VIDEO_TUNER_LOW) ? 1 : 1000);
the fix I suggest imho is:
+ 62.5 * ((vtun.flags & VIDEO_TUNER_LOW) ? 1000 : 1);
cause i'm really new to working on gst programs I have a maybe simple
question: how acn I access the audio (mute, volume) functions from a
python 'v4lsrc' element? src = gst.element_factory_make('v4lsrc')
-----
jerry JerryGeiger at web.de
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20080223/55b4c290/attachment.htm>
More information about the gstreamer-devel
mailing list