diff options
author | Bastien Nocera <hadess@hadess.net> | 2011-03-17 01:42:34 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2011-03-17 01:46:15 +0000 |
commit | 73c71a93b5d157653fc2c361c673ea814cac5247 (patch) | |
tree | 4c8ef0d72b62873ad36b6a2c0e8e5832fe108026 /src/totem-playlist.h | |
parent | 37ddeb0c2f6c63c2fd157df20b83298134124230 (diff) | |
download | totem-73c71a93b5d157653fc2c361c673ea814cac5247.tar.gz |
main: Don't poke at web servers for info
When loading videos from some websites, through quvi, we
already have a lot of information about the file, so we
don't really need to go and look for that information
ourselves.
We now store the content-type of the stream in question, and
don't hit the web server to fill in GtkRecent if that's the case.
https://bugzilla.gnome.org/show_bug.cgi?id=644949
Diffstat (limited to 'src/totem-playlist.h')
-rw-r--r-- | src/totem-playlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-playlist.h b/src/totem-playlist.h index 8d4f9d9d5..11305f9a9 100644 --- a/src/totem-playlist.h +++ b/src/totem-playlist.h @@ -131,7 +131,7 @@ void totem_playlist_clear_with_g_mount (TotemPlaylist *playlist, char *totem_playlist_get_current_mrl (TotemPlaylist *playlist, char **subtitle); char *totem_playlist_get_current_title (TotemPlaylist *playlist, - gboolean *custom); + char **content_type); char *totem_playlist_get_title (TotemPlaylist *playlist, guint title_index); |