[gstreamer-bugs] [Bug 523866] New: dvb : should convert frequency when it is set too low

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Mar 22 08:33:42 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=523866

  GStreamer | gst-plugins-bad | Ver: 0.10.x
           Summary: dvb : should convert frequency when it is set too low
           Product: GStreamer
           Version: 0.10.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: leroutier at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.21/2.22
   GNOME milestone: Unspecified


As we've got no interface to get tunning information for channels, the
following page :
http://www.gnome.org/projects/totem/#dvb

Tells us to use w_scan to generate ~/.gstreamer-0.10/dvb-channels.conf

I did so with my DVB-T USB stick, it worked like a charm.

It did generate the file attached
TF1:562000000:I999B8C999D999M999T999G999Y999:T:27500:120:130,131,133;132:140:0:1537:0:0:0

The only problem when I tried to use it with totem is that it was never able to
tune to any channel because :
 - gst wants frequency in Hz
 - w_scan puts transponder's frequency in kHz

So, it tried tunning to 562000 Hz and failed (obviously)

My proposal is to insert this somewhere in the parsing code :
if ( frq < 1000000 ) { frq *= 1000; };


-- 
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=523866.




More information about the Gstreamer-bugs mailing list