]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Set a default priority for automatically scanned DVB sources
authorAndreas Öman <andreas@lonelycoder.com>
Sun, 19 Aug 2007 08:43:27 +0000 (08:43 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Sun, 19 Aug 2007 08:43:27 +0000 (08:43 +0000)
dvb.c

diff --git a/dvb.c b/dvb.c
index 70d854d9a5827c32ab795f51c1821e6dfba3b60f..202d1d6bbcc8af40b58d8785e834f2bd2619909d 100644 (file)
--- a/dvb.c
+++ b/dvb.c
@@ -408,6 +408,7 @@ dvb_find_transport(th_dvb_mux_instance_t *tdmi, uint16_t nid, uint16_t tid,
 
   t->tht_dvb_mux = tdm;
   t->tht_type = TRANSPORT_DVB;
+  t->tht_prio = 50;
 
  
   fd = open(tdmi->tdmi_adapter->tda_demux_path, O_RDWR);