[Xfce4-commits] <parole:master> Get rid of unused function call.

Ali Abdallah noreply at xfce.org
Tue Nov 17 09:30:04 CET 2009


Updating branch refs/heads/master
         to 130c040396887ccd258f82d6553fe6a22e3e7c0f (commit)
       from 913d5e3a6dab7a1f7c5ffeb17e3bf274cd789d0c (commit)

commit 130c040396887ccd258f82d6553fe6a22e3e7c0f
Author: Ali Abdallah <ali at ali-xfce.org>
Date:   Tue Nov 17 09:05:35 2009 +0100

    Get rid of unused function call.

 parole/parole-gst.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/parole/parole-gst.c b/parole/parole-gst.c
index 5a177e8..4c92123 100644
--- a/parole/parole-gst.c
+++ b/parole/parole-gst.c
@@ -582,17 +582,11 @@ parole_gst_query_capabilities (ParoleGst *gst)
 static void
 parole_gst_query_duration (ParoleGst *gst)
 {
-    ParoleMediaType media_type;
     gint64 absolute_duration = 0;
     gdouble duration = 0;
     gboolean live;
-    
     GstFormat gst_time;
     
-    g_object_get (G_OBJECT (gst->priv->stream),
-		  "media-type", &media_type,
-		  NULL);
-    
     gst_time = GST_FORMAT_TIME;
     
     gst_element_query_duration (gst->priv->playbin, 



More information about the Xfce4-commits mailing list