After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 523866 - dvb : should convert frequency when it is set too low
dvb : should convert frequency when it is set too low
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-22 15:33 UTC by Stephane Loeuillet
Modified: 2011-08-11 12:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
dvb-channels.conf as generated by w_scan (2.54 KB, application/octet-stream)
2008-03-22 15:38 UTC, Stephane Loeuillet
Details

Description Stephane Loeuillet 2008-03-22 15:33:41 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; };
Comment 1 Stephane Loeuillet 2008-03-22 15:38:11 UTC
Created attachment 107812 [details]
dvb-channels.conf as generated by w_scan
Comment 2 Sebastian Dröge (slomo) 2011-05-19 07:03:51 UTC
Is this still a problem nowadays?
Comment 3 Fabio Durán Verdugo 2011-06-29 04:05:52 UTC
Stephane: can you reply the comment 2 ? thank
Comment 4 Akhil Laddha 2011-08-11 12:51:50 UTC
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.