From 316cb8a157dd55fda5e43fc6884e7bed5d334597 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 28 Oct 2002 11:19:51 +0000 Subject: do not flush on xine_handle_stream_end CVS patchset: 3064 CVS date: 2002/10/28 11:19:51 --- src/xine-engine/xine.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/xine.c') 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 -- cgit v1.2.3