summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-04-28 19:47:41 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-04-28 19:47:41 +0000
commit12d67b2b0a4fd1a0bbaea2eb2bb5e5969fef0a54 (patch)
treeba751a49d2220661b167b56df8b72b12836fa7fb /src/xine-engine/xine.c
parent77489362597b81f0a4e8771281f4cf94801c3976 (diff)
downloadxine-lib-12d67b2b0a4fd1a0bbaea2eb2bb5e5969fef0a54.tar.gz
xine-lib-12d67b2b0a4fd1a0bbaea2eb2bb5e5969fef0a54.tar.bz2
bugfix in video_out_xv, sorted out audio output plugin handling/code
CVS patchset: 39 CVS date: 2001/04/28 19:47:41
Diffstat (limited to 'src/xine-engine/xine.c')
-rw-r--r--src/xine-engine/xine.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c
index 70f9bf8f2..32b40a33a 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.7 2001/04/24 21:10:42 guenter Exp $
+ * $Id: xine.c,v 1.8 2001/04/28 19:47:42 guenter Exp $
*
* top-level xine functions
*
@@ -96,7 +96,7 @@ void xine_stop (xine_t *this) {
this->spu_fifo->clear(this->spu_fifo);
if (this->audio_out)
- this->audio_out->close ();
+ this->audio_out->close (this->audio_out);
this->metronom->reset(this->metronom);
this->metronom->stop_clock (this->metronom);
@@ -438,6 +438,7 @@ xine_t *xine_init (vo_driver_t *vo,
video_decoder_init (this);
this->audio_out = ao;
+ this->audio_out->connect (this->audio_out, this->metronom);
audio_decoder_init (this);
/*