<div dir="ltr">Hi Remi,<div><br></div><div>Yes, will change it (and one more other message , not a part of this commit) to dbg.</div><div><br></div><div>Vikram</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jun 28, 2020 at 8:17 PM Rémi Denis-Courmont <<a href="mailto:remi@remlab.net">remi@remlab.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Le sunnuntaina 28. kesäkuuta 2020, 15.36.41 EEST Vikram Fugro a écrit :<br>
> Add info message for input video representation<br>
> in gstreamer format<br>
> ---<br>
>  modules/codec/gstreamer/gstdecode.c | 2 ++<br>
>  1 file changed, 2 insertions(+)<br>
> <br>
> diff --git a/modules/codec/gstreamer/gstdecode.c<br>
> b/modules/codec/gstreamer/gstdecode.c index 37ad788d7c..118138dcbe 100644<br>
> --- a/modules/codec/gstreamer/gstdecode.c<br>
> +++ b/modules/codec/gstreamer/gstdecode.c<br>
> @@ -479,6 +479,8 @@ static int OpenDecoder( vlc_object_t *p_this )<br>
>      if( !p_str )<br>
>          return VLC_EGENERIC;<br>
> <br>
> +    msg_Info( p_dec, "Input video format: %s", gst_structure_to_string(<br>
> p_str ));<br>
> +<br>
<br>
This looks more like debug. I don't get why it is granted info precedence.<br>
<br>
>      /* Allocate the memory needed to store the decoder's structure */<br>
>      p_sys = p_dec->p_sys = calloc( 1, sizeof( *p_sys ) );<br>
>      if( p_sys == NULL )<br>
<br>
<br>
-- <br>
レミ・デニ-クールモン<br>
<a href="http://www.remlab.net/" rel="noreferrer" target="_blank">http://www.remlab.net/</a><br>
<br>
<br>
<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a></blockquote></div>