diff options
Diffstat (limited to 'src/xine-engine/xine.c')
-rw-r--r-- | src/xine-engine/xine.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index 8bf736c54..02f4abf9b 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.178 2002/10/28 03:24:43 miguelfreitas Exp $ + * $Id: xine.c,v 1.179 2002/10/28 11:19:51 miguelfreitas Exp $ * * top-level xine functions * @@ -165,6 +165,7 @@ static void xine_stop_internal (xine_stream_t *stream) { if (stream->demux_plugin) { xine_demux_stop_thread( stream ); + xine_demux_flush_engine( stream ); /* * wait until engine has really stopped |