diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-26 22:50:52 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-26 22:50:52 +0000 |
commit | 799a8c755b1ec87a799f1a18e9ccfea04ef1897c (patch) | |
tree | 54945f533388ebc09ed37e54770cb9fb974e77b0 /src/input/input_mms.c | |
parent | 549e07167100fc654422dbaa0b9056162ceac606 (diff) | |
download | xine-lib-799a8c755b1ec87a799f1a18e9ccfea04ef1897c.tar.gz xine-lib-799a8c755b1ec87a799f1a18e9ccfea04ef1897c.tar.bz2 |
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
Diffstat (limited to 'src/input/input_mms.c')
-rw-r--r-- | src/input/input_mms.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |