summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2004-10-14 23:02:29 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2004-10-14 23:02:29 +0000
commitfa73a85e6b3c7e5439bfd34d8a66772231a9fecb (patch)
treed63f19118c4f46f2a9bfde85ef0cb891b5dfb393 /src
parent8ffcfb13b7271809c2e5155d1f502e404700fe83 (diff)
downloadxine-lib-fa73a85e6b3c7e5439bfd34d8a66772231a9fecb.tar.gz
xine-lib-fa73a85e6b3c7e5439bfd34d8a66772231a9fecb.tar.bz2
Barry Scott's fix (no audio for v4l after mpeg plays)
CVS patchset: 7034 CVS date: 2004/10/14 23:02:29
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/demux_yuv_frames.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/demuxers/demux_yuv_frames.c b/src/demuxers/demux_yuv_frames.c
index a1b4451cb..ade14d155 100644
--- a/src/demuxers/demux_yuv_frames.c
+++ b/src/demuxers/demux_yuv_frames.c
@@ -20,7 +20,7 @@
*/
/*
- * $Id: demux_yuv_frames.c,v 1.17 2004/06/13 21:28:55 miguelfreitas Exp $
+ * $Id: demux_yuv_frames.c,v 1.18 2004/10/14 23:02:29 miguelfreitas Exp $
*
* dummy demultiplexer for raw yuv frames (delivered by v4l)
*/
@@ -125,6 +125,8 @@ static void demux_yuv_frames_send_headers (demux_plugin_t *this_gen){
this->video_fifo = this->stream->video_fifo;
this->audio_fifo = this->stream->audio_fifo;
+
+ _x_demux_control_start(this->stream);
if(_x_stream_info_get(this->stream, XINE_STREAM_INFO_HAS_AUDIO)) {
buf = this->input->read_block(this->input, this->audio_fifo, 0);