[vlc-commits] mmal: converter: fix error log

Steve Lhomme git at videolan.org
Fri Jan 24 14:15:41 CET 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jan 22 16:28:18 2020 +0100| [86bb6dc20161ccb28688418e6b37784df7e01e62] | committer: Steve Lhomme

mmal: converter: fix error log

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

 modules/hw/mmal/converter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/hw/mmal/converter.c b/modules/hw/mmal/converter.c
index 5ba1d7fa9c..af618b81d8 100644
--- a/modules/hw/mmal/converter.c
+++ b/modules/hw/mmal/converter.c
@@ -824,7 +824,7 @@ retry:
             goto retry;
         }
         msg_Err(p_filter, "Failed to create MMAL component %s (status=%"PRIx32" %s)",
-                MMAL_COMPONENT_DEFAULT_VIDEO_DECODER, status, mmal_status_to_string(status));
+                sys->component_name, status, mmal_status_to_string(status));
         goto fail;
     }
     sys->output = sys->component->output[0];



More information about the vlc-commits mailing list