---------- Forwarded message ----------
From:
Jerry G Geiger <
[hidden email]>
Date: Sat, Feb 23, 2008 at 6:33 PM
Subject: bug in gstreamer plugin v4l ??
To: Ronald Bultje <
[hidden email]>
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
[hidden email]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel