From 1153fd259033e191f94e3dfe16b680cd619dc7fe Mon Sep 17 00:00:00 2001 From: phintuka Date: Tue, 25 Jan 2011 13:50:40 +0000 Subject: Removed handle_libbluray_events() call from plugin open. Events can't be handled before the stream is opened and initialized ... --- xine/BluRay/input_bluray.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xine/BluRay/input_bluray.c b/xine/BluRay/input_bluray.c index b72c9c81..5a680c74 100644 --- a/xine/BluRay/input_bluray.c +++ b/xine/BluRay/input_bluray.c @@ -1102,10 +1102,6 @@ static int bluray_plugin_open (input_plugin_t *this_gen) bd_register_overlay_proc(this->bdh, this, overlay_proc); - /* init libbluray event queue */ - - handle_libbluray_events(this); - /* update player settings */ bd_set_player_setting (this->bdh, BLURAY_PLAYER_SETTING_REGION_CODE, this->class->region); bd_set_player_setting (this->bdh, BLURAY_PLAYER_SETTING_PARENTAL, this->class->parental); -- cgit v1.2.3