From f75a48d52159e5c7e2b4e3ac8cddc701d20106ea Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 2 Nov 2002 10:51:01 +0000 Subject: since the order is new----->open-->play--\ dispose<-close<-stop<-/ we should call close in dipose instead of stop CVS patchset: 3144 CVS date: 2002/11/02 10:51:01 --- src/xine-engine/xine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index a6990ff6b..0129b9f21 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.186 2002/10/31 16:58:24 mroi Exp $ + * $Id: xine.c,v 1.187 2002/11/02 10:51:01 mroi Exp $ * * top-level xine functions * @@ -736,7 +736,7 @@ void xine_dispose (xine_stream_t *stream) { stream->status = XINE_STATUS_QUIT; - xine_stop(stream); + xine_close(stream); printf ("xine_exit: shutdown audio\n"); -- cgit v1.2.3