summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2011-01-25 13:50:40 +0000
committerphintuka <phintuka>2011-01-25 13:50:40 +0000
commit1153fd259033e191f94e3dfe16b680cd619dc7fe (patch)
tree21120af51fe186bd346ca58285f77c029f6cb967
parent7f9ae5ee0222e54abb2c7a98cedaed927f563f91 (diff)
downloadxineliboutput-1153fd259033e191f94e3dfe16b680cd619dc7fe.tar.gz
xineliboutput-1153fd259033e191f94e3dfe16b680cd619dc7fe.tar.bz2
Removed handle_libbluray_events() call from plugin open.
Events can't be handled before the stream is opened and initialized ...
-rw-r--r--xine/BluRay/input_bluray.c4
1 files changed, 0 insertions, 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);