Comment 3 for bug 214416

Revision history for this message
Petar Vasić (p-vasic) wrote :

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?