From a2ce19ef7930303350698d1b684080b061a57d7c Mon Sep 17 00:00:00 2001 From: Stefan Holst Date: Mon, 16 Dec 2002 21:50:54 +0000 Subject: real streaming fixes: - removing exit()s from pnm.c - server error message retrieving fixed in pnm.c - handling of server messages in rtsp CVS patchset: 3564 CVS date: 2002/12/16 21:50:54 --- src/input/input_rtsp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/input/input_rtsp.c') diff --git a/src/input/input_rtsp.c b/src/input/input_rtsp.c index f97e3e02c..172358f85 100644 --- a/src/input/input_rtsp.c +++ b/src/input/input_rtsp.c @@ -236,6 +236,9 @@ static input_plugin_t *open_plugin (input_class_t *cls_gen, xine_stream_t *strea if (!rtsp) { free (mrl); +#ifdef LOG + printf ("input_rtsp: returning null.\n"); +#endif return NULL; } -- cgit v1.2.3