raster pushed a commit to branch master.

commit a0d92fb5e2302b3760dd7b41bf228c6d80cecc4b
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Thu Jul 18 21:24:17 2013 +0900

    remove printf in elm_player
---
 src/lib/elc_player.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/lib/elc_player.c b/src/lib/elc_player.c
index 2d0124b..10f4ff0 100644
--- a/src/lib/elc_player.c
+++ b/src/lib/elc_player.c
@@ -33,9 +33,12 @@ static const char SIG_STOP_CLICKED[] = "record,clicked";
 static const char SIG_STOP_CLICKED[] = "eject,clicked";
 static const char SIG_STOP_CLICKED[] = "replay,clicked";
 static const char SIG_STOP_CLICKED[] = "power,clicked";
-static const char SIG_STOP_CLICKED[] = "volume,clicked";
+static const char SIG_STOP_CLICKED[] = "volume,clicked"; // volume slider too?
 static const char SIG_STOP_CLICKED[] = "eject,clicked";
 static const char SIG_STOP_CLICKED[] = "mute,clicked";
+static const char SIG_STOP_CLICKED[] = "fullscreen,clicked";
+static const char SIG_STOP_CLICKED[] = "normal,clicked";
+static const char SIG_STOP_CLICKED[] = "quality,clicked";
  */
 
 static const Evas_Smart_Cb_Description _smart_callbacks[] = {
@@ -83,7 +86,6 @@ _elm_player_smart_event(Eo *obj, void *_pd, va_list *list)
         if (current < last)
           {
              current -= last / 100;
-             printf("SET0: %3.3f\n", current);
              elm_video_play_position_set(sd->video, current);
           }
 

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to