summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-04-16 11:06:37 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-04-16 11:06:37 +0000
commit08d18fc1770272fccf47b4901a24effb6c8b173b (patch)
tree53d43ba26cfa6328f9ebca795d1a0d5f2960d085
parentb9030b53ef13d96d5393adc30ef7c850d4a87825 (diff)
downloadxine-lib-08d18fc1770272fccf47b4901a24effb6c8b173b.tar.gz
xine-lib-08d18fc1770272fccf47b4901a24effb6c8b173b.tar.bz2
This fix for hang when using dvdnav is not needed any more.
CVS patchset: 1728 CVS date: 2002/04/16 11:06:37
-rw-r--r--src/xine-engine/xine.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c
index af132cfd6..171026e98 100644
--- a/src/xine-engine/xine.c
+++ b/src/xine-engine/xine.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.c,v 1.117 2002/04/14 21:28:03 miguelfreitas Exp $
+ * $Id: xine.c,v 1.118 2002/04/16 11:06:37 jcdutton Exp $
*
* top-level xine functions
*
@@ -192,15 +192,6 @@ void xine_stop_internal (xine_t *this) {
xine_set_speed_internal(this, SPEED_NORMAL);
this->status = XINE_STOP;
- if(this->cur_input_plugin) {
- /* This forces the input plugin to return from any sleeps it might
- * be doing for still menus etc.
- * Otherwise, if the input plugin was sleeping when STOP or EXIT
- * was pressed, xine would hang and need kill -9 to exit it.
- */
-
- this->cur_input_plugin->stop(this->cur_input_plugin);
- }
printf ("xine_stop: stopping demuxer\n");
if(this->cur_demuxer_plugin) {