diff options
author | phintuka <phintuka> | 2011-01-25 13:50:40 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2011-01-25 13:50:40 +0000 |
commit | 1153fd259033e191f94e3dfe16b680cd619dc7fe (patch) | |
tree | 21120af51fe186bd346ca58285f77c029f6cb967 | |
parent | 7f9ae5ee0222e54abb2c7a98cedaed927f563f91 (diff) | |
download | xineliboutput-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.c | 4 |
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); |