summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordavemds <dave@gurumeditation.it>2014-02-20 23:00:20 +0100
committerdavemds <dave@gurumeditation.it>2014-02-20 23:00:20 +0100
commitc2a98bd19c3a99ccf74a2168bf9937f06d7f60b1 (patch)
treea622399686e99bde8c04222797c8d496a3ac821a /src
parentbcdffa9a7066c16f14b7e86d69f19122687bd95e (diff)
downloademotion_generic_players-c2a98bd19c3a99ccf74a2168bf9937f06d7f60b1.tar.gz
Emotion VLC: no more need to send the size twice.
Diffstat (limited to 'src')
-rw-r--r--src/vlc/emotion_generic_vlc.c3
1 files changed, 0 insertions, 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);
}