[vlc-commits] sout: log with the most suitable object

Rémi Denis-Courmont git at videolan.org
Sun Oct 11 14:18:53 CEST 2020


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Oct 10 14:40:33 2020 +0300| [e10eb28a3387ae6db4d91c4979fe84406db92dae] | committer: Rémi Denis-Courmont

sout: log with the most suitable object

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e10eb28a3387ae6db4d91c4979fe84406db92dae
---

 src/stream_output/stream_output.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/stream_output/stream_output.c b/src/stream_output/stream_output.c
index 44c85b35ee..4bd96e0adc 100644
--- a/src/stream_output/stream_output.c
+++ b/src/stream_output/stream_output.c
@@ -810,7 +810,7 @@ static sout_stream_t *sout_StreamNew( sout_instance_t *p_sout, char *psz_name,
     p_stream->pf_control = NULL;
     p_stream->p_sys = NULL;
 
-    msg_Dbg( p_sout, "stream=`%s'", p_stream->psz_name );
+    msg_Dbg( p_stream, "stream=`%s'", p_stream->psz_name );
 
     p_stream->p_module = module_need( p_stream, cap, p_stream->psz_name, true );
 



More information about the vlc-commits mailing list