Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 292839

Summary: media-video/totem-2.26.3-r1: YouTube plugin broken
Product: Gentoo Linux Reporter: Ryan May <rmay31>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal Keywords: Inclusion
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 263083    
Attachments: Fix for youtube plugin

Description Ryan May 2009-11-11 20:34:34 UTC
When trying to use the youtube plugin to play a video (either through built in search or by giving it a url), I get the following message:

"GStreamer encountered a general supporting library error."

It appears there was a slight change on the YouTube servers, and it was fixed for 2.28 in the following commit references Gnome bug 600369:
http://git.gnome.org/cgit/totem/commit/?id=95b56216aee80c7e95d0e7d033ff8e1a63852813

This won't apply directly to our currently stable 2.26.3, since it still uses python for the plugin.  The attached patch fixes the regular expression to match the one now used in 2.28, and it fixes the problem for me.

Reproducible: Always
Comment 1 Ryan May 2009-11-11 20:35:02 UTC
Created attachment 209940 [details, diff]
Fix for youtube plugin
Comment 2 Romain Perier (RETIRED) gentoo-dev 2009-11-14 17:34:15 UTC
+*totem-2.26.4-r1 (14 Nov 2009)
+
+  14 Nov 2009; Romain Perier <mrpouet@gentoo.org>
+  +totem-2.26.4-r1.ebuild,
+  +files/totem-2.26.4-youtube-plug-play-vids.patch:
+  Fix a problem in the youtube plugin, When trying to play a video, bug
+  #292839. Thanks to Ryan May.

Fixed in totem-2.26.4-r1 (2.26.4 has a lot of fixes since 2.26.3) so try 2.26.4-r1 :]
Thanks for reporting .