diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_rtsp.c | 2 | ||||
-rw-r--r-- | src/input/input_v4l.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_rtsp.c b/src/input/input_rtsp.c index 58f85f81a..138c1ef6a 100644 --- a/src/input/input_rtsp.c +++ b/src/input/input_rtsp.c @@ -222,7 +222,7 @@ static int rtsp_plugin_open (input_plugin_t *this_gen) { rtsp_session_t *rtsp; #ifdef LOG - printf ("input_rtsp: trying to open '%s'\n", mrl); + printf ("input_rtsp: trying to open '%s'\n", this->mrl); #endif rtsp = rtsp_session_start(this->stream,this->mrl); diff --git a/src/input/input_v4l.c b/src/input/input_v4l.c index 40354bc3d..3f07815e8 100644 --- a/src/input/input_v4l.c +++ b/src/input/input_v4l.c @@ -294,7 +294,7 @@ static int v4l_plugin_open (input_plugin_t *this_gen) { int i, j, ret, found; #ifdef LOG - printf ("input_v4l: trying to open '%s'\n", mrl); + printf ("input_v4l: trying to open '%s'\n", this->mrl); #endif found = 0; |