GNOME Bugzilla – Bug 523866
dvb : should convert frequency when it is set too low
Last modified: 2011-08-11 12:51:50 UTC
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; };
Created attachment 107812 [details] dvb-channels.conf as generated by w_scan
Is this still a problem nowadays?
Stephane: can you reply the comment 2 ? thank
Please feel free to reopen this bug if the problem still occurs with a newer version of GStreamer Core 0.10.35, Base Plugins 0.10.35, Good Plugins 0.10.30 stable release, tia.