From 6d7be47f8af2a31a278b423dd52a7da1c364f427 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 1 Aug 2002 22:30:55 +0000 Subject: fix another logo race condition. was trigged by the sequence: , , . where to timming was shorter than logo file duration. CVS patchset: 2380 CVS date: 2002/08/01 22:30:55 --- 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 e4a43505e..c157f4745 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.146 2002/07/30 00:26:45 miguelfreitas Exp $ + * $Id: xine.c,v 1.147 2002/08/01 22:30:55 miguelfreitas Exp $ * * top-level xine functions * @@ -370,6 +370,7 @@ int xine_play_internal (xine_t *this, char *mrl, if ((this->status == XINE_PLAY && strcmp (mrl, this->cur_mrl)) || (this->status == XINE_LOGO)) { if(this->cur_demuxer_plugin) { + this->playing_logo = 0; this->cur_demuxer_plugin->stop (this->cur_demuxer_plugin); } -- cgit v1.2.3