This may be related:

In totem plugins 2.22.1-ubuntu1, I get same error. Unlike Sam, I firefox
get lauched, but the main problem (playing youtube videos, via totem
plugin) is still there.

Upon further inspection I've discovered that the plugin tries, and fails to 
find "souphttpsrc" gstreamer plugin.
(relevant line in /usr/lib/totem/plugins/youtube/youtube.py:
  if registry.find_plugin ("flvdemux") == None or registry.find_plugin 
("souphttpsrc") == None:
)
if the line is changed to:
  if registry.find_plugin ("flvdemux") == None:

video playback works.

should this be a separate bugreport?

-- 
totem not playing YouTube Videos
https://bugs.launchpad.net/bugs/214416
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