diff options
author | Stefan Holst <holstsn@users.sourceforge.net> | 2002-12-16 21:50:54 +0000 |
---|---|---|
committer | Stefan Holst <holstsn@users.sourceforge.net> | 2002-12-16 21:50:54 +0000 |
commit | a2ce19ef7930303350698d1b684080b061a57d7c (patch) | |
tree | aac0eae2e0d973a9ba1ad922236fc29443da4c1c /src/input/input_rtsp.c | |
parent | 97c8f6a9d8bbd13a1ef0e071f60009f5110ca210 (diff) | |
download | xine-lib-a2ce19ef7930303350698d1b684080b061a57d7c.tar.gz xine-lib-a2ce19ef7930303350698d1b684080b061a57d7c.tar.bz2 |
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
Diffstat (limited to 'src/input/input_rtsp.c')
-rw-r--r-- | src/input/input_rtsp.c | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |