davemds pushed a commit to branch master.

http://git.enlightenment.org/core/emotion_generic_players.git/commit/?id=c2a98bd19c3a99ccf74a2168bf9937f06d7f60b1

commit c2a98bd19c3a99ccf74a2168bf9937f06d7f60b1
Author: davemds <d...@gurumeditation.it>
Date:   Thu Feb 20 23:00:20 2014 +0100

    Emotion VLC: no more need to send the size twice.
---
 src/vlc/emotion_generic_vlc.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/vlc/emotion_generic_vlc.c b/src/vlc/emotion_generic_vlc.c
index b9a0aab..069d04b 100644
--- a/src/vlc/emotion_generic_vlc.c
+++ b/src/vlc/emotion_generic_vlc.c
@@ -223,7 +223,6 @@ _event_cb(const struct libvlc_event_t *ev, void *data)
          break;
       case libvlc_MediaPlayerPlaying:
          DBG("libvlc_MediaPlayerPlaying");
-         _send_resize(app, app->w, app->h);  // THIS IS WRONG BUT 
NEEDED...check in emotion why!
          _send_cmd(app, EM_RESULT_PLAYBACK_STARTED);
          break;
       case libvlc_MediaPlayerStopped:
@@ -268,8 +267,6 @@ _tmp_playing_event_cb(const struct libvlc_event_t *ev, void 
*data)
 
    /* ok, we are done! Now let emotion create the shmem for us */
    _send_cmd(app, EM_RESULT_FILE_SET);
-
-   ERR("libvlc_MediaPlayerPlaying  %d %d", app->w, app->h);
 }
 
 

-- 


Reply via email to