[totem-pl-parser] lib: Use the best available video format



commit 2d06fd00eaca75ab7e26ca5b40246a189b777c65
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Apr 2 16:38:46 2012 +0100

    lib: Use the best available video format
    
    For videosites.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673209

 plparse/totem-pl-parser-videosite.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plparse/totem-pl-parser-videosite.c b/plparse/totem-pl-parser-videosite.c
index 57b3f17..4d08e4d 100644
--- a/plparse/totem-pl-parser-videosite.c
+++ b/plparse/totem-pl-parser-videosite.c
@@ -94,6 +94,7 @@ totem_pl_parser_add_videosite (TotemPlParser *parser,
 		return TOTEM_PL_PARSER_RESULT_ERROR;
 
 	quvi_setopt(handle, QUVIOPT_NOVERIFY, TRUE);
+	quvi_setopt(handle, QUVIOPT_FORMAT, "best");
 
 	uri = g_file_get_uri (file);
 	rc = quvi_parse(handle, uri, &v);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]