GNOME Bugzilla – Bug 458786
Totem plugin fullscreen should show better title
Last modified: 2014-04-30 11:22:19 UTC
Currently (if the plugin fullscreen patch is applied Bug #354181) the current URL is shown in the title area of fullscreen. If we can fetch a nice display name (like page title or so) from browser part as discussed in Bug #458133, this name can be used as title in fullscreen mode.
I've already added that: 2008-05-31 Bastien Nocera <hadess@hadess.net> * browser-plugin/totem-plugin-viewer.c (totem_embedded_update_title), (totem_pl_item_free), (totem_embedded_clear_playlist), (totem_embedded_open_playlist_item), (totem_embedded_get_nice_name_for_stream), (on_got_metadata), (totem_embedded_construct), (entry_parsed): Listen to got-metadata signal, and set the fullscreen title using either the playlist data, or the metadata from the playlist itself We'd still need a way to get the page title, or some data from the parameters passed, in case we don't have metadata in the stream or the playlist.
The browser plugin has been removed from Totem. See this post for more details: http://www.hadess.net/2014/04/good-bye-totem-browser-plugin.html