From 799a8c755b1ec87a799f1a18e9ccfea04ef1897c Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 26 Oct 2002 22:50:52 +0000 Subject: timeouts for mms, send progress report events, introduce verbosity engine parameter (not implemented yet), document new plugin loader in changelog CVS patchset: 3029 CVS date: 2002/10/26 22:50:52 --- src/input/input_mms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/input_mms.c') diff --git a/src/input/input_mms.c b/src/input/input_mms.c index 4bfee4697..9e6b1165f 100644 --- a/src/input/input_mms.c +++ b/src/input/input_mms.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: input_mms.c,v 1.21 2002/10/23 21:19:42 guenter Exp $ + * $Id: input_mms.c,v 1.22 2002/10/26 22:50:52 guenter Exp $ * * mms input plugin based on work from major mms */ @@ -258,7 +258,7 @@ static input_plugin_t *open_plugin (input_class_t *cls_gen, xine_stream_t *strea printf ("input_mms: trying to open '%s'\n", mrl); #endif - mms = mms_connect (mrl); + mms = mms_connect (stream, mrl); if (!mms) { free (mrl); -- cgit v1.2.3