From c2a98bd19c3a99ccf74a2168bf9937f06d7f60b1 Mon Sep 17 00:00:00 2001 From: davemds Date: Thu, 20 Feb 2014 23:00:20 +0100 Subject: Emotion VLC: no more need to send the size twice. --- src/vlc/emotion_generic_vlc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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); } -- cgit v1.2.1