I already wrote this in
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/214416, cc-ing
here, as it seems more appropriate

In totem plugins 2.22.1-ubuntu1, I get same error.

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.

I have all of the gstreamer codecs installed.

-- 
[Hardy] Youtube Plugin can't play video
https://bugs.launchpad.net/bugs/191760
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