[vlc-devel] [PATCH] video_output: better logging of filters needed

Steve Lhomme robux4 at gmail.com
Mon Mar 7 15:15:04 CET 2016


---
 src/video_output/display.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/video_output/display.c b/src/video_output/display.c
index e9f27fd..e2af5cf 100644
--- a/src/video_output/display.c
+++ b/src/video_output/display.c
@@ -437,7 +437,8 @@ static int VoutDisplayCreateRender(vout_display_t *vd)
     if (!convert)
         return 0;
 
-    msg_Dbg(vd, "A filter to adapt decoder to display is needed");
+    msg_Dbg(vd, "A filter to adapt decoder %4.4s to display %4.4s is needed",
+            (const char *)&v_src.i_chroma, (const char *)&v_dst.i_chroma);
 
     filter_owner_t owner = {
         .sys = vd,
-- 
2.7.0



More information about the vlc-devel mailing list