From ee9a80c0788cf255d603b7cfffd65052f563b744 Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Sat, 26 May 2001 20:47:14 +0000 Subject: added, umm, un-commented, status callback on stream end CVS patchset: 84 CVS date: 2001/05/26 20:47:14 --- src/xine-engine/xine.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index 20b9fe195..cbbb13a6c 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.16 2001/05/16 15:32:04 guenter Exp $ + * $Id: xine.c,v 1.17 2001/05/26 20:47:14 siggi Exp $ * * top-level xine functions * @@ -60,13 +60,11 @@ uint32_t xine_debug; void xine_notify_stream_finished (xine_t *this) { - printf ("xine.c: FIXME xine_notify_stream_finished not implemented\n"); - - /* + xine_stop (this); this->status_callback (this->status); - */ + } /* -- cgit v1.2.3