My setting was "LAN". When I set it to "T1/Cable", quality did improve in my 
opinnion.
Is there an option to create a trace or to gain some debug information?

Anyway, the plugin source listing contains (python):
        def get_fmt_string (self):
                if self.gconf_client.get_int ("/apps/totem/connection_speed") 
>= 10:
                        return "&fmt=18"
                else:
                        return ""

I dislike the 10 over there. something like a global variable would fit better 
there.
The bad thing is, that "10" is just the index of the combo box's value if I am 
not mistaken. So if you changed the combobox item's order, it would be messed 
up.

So far, 10 means DSL 512 or more (10th value in data/totem.ui). I'd
propose to replace that static number with a more
descriptive/meaningful variable and a comment. Is this the right place
to do so?

(sorry, I am new to proposing source code changes, but I'd like to help)

-- 
Totem Video Player playes Youtube's videos in low quality only
https://bugs.launchpad.net/bugs/296512
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to