[sushi] Revert "gst: use the file URI instead of the path"



commit a24938e706fddc06f3883a4f1bb81b60234b81f9
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu May 19 01:43:54 2011 -0400

    Revert "gst: use the file URI instead of the path"
    
    This reverts commit 741ad68d9ff127d03e019bec16cfafac23d18890.

 src/js/viewers/gst.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/viewers/gst.js b/src/js/viewers/gst.js
index 6018fc1..c6f398e 100644
--- a/src/js/viewers/gst.js
+++ b/src/js/viewers/gst.js
@@ -40,7 +40,7 @@ GstRenderer.prototype = {
         this._video =
             new ClutterGst.VideoTexture({ "sync-size": false });
 
-        this._video.set_uri(file.get_uri());
+        this._video.set_filename(file.get_path());
         this._video.playing = true;
 
         this._videoSizeChangeId =



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