[gstreamer-bugs] [Bug 523151] [v4l2] v4l_calls.c : setting tuner does not work

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jun 2 13:19:57 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=523151

  GStreamer | gst-plugins-base | Ver: HEAD CVS

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
             Status|UNCONFIRMED                 |NEEDINFO
            Summary|v4l_calls.c : setting tuner |[v4l2] v4l_calls.c : setting
                   |does not work               |tuner does not work




------- Comment #1 from Tim-Philipp Müller  2008-06-02 20:19 UTC -------
I've only had a quick look at this, but I'm not sure if this is right.

According to http://kernelbook.sourceforge.net/videobook.pdf :

"VIDEO_TUNER_LOW  The tuner frequency is scaled in 1/16th of a KHz steps. If
not it is in 1/16th of a MHz steps."

So since we're setting a value in Hz, and LOW set means 'KHz' and LOW not set
means 'MHz', we should multiply by 1000 if the flag is not set and by 1 if the
flag is set (the 1000 for the KHz are already contained in the initial
multiplier 1/16 * 1000 = 0.0626 * 1000 = 62.5).

Does this make sense? (I don't have hardware at hand to test right now)

Could you provide more details about your hardware/driver?

Maybe you could provide a GST_DEBUG=*v4l*:5 log of what's happening and the
corresponding code?


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=523151.




More information about the Gstreamer-bugs mailing list