[vlc-devel] [PATCH 3/4] gstdecode: Add an info message

Vikram Fugro vikram.fugro at gmail.com
Sun Jun 28 17:06:17 CEST 2020


Hi Remi,

Yes, will change it (and one more other message , not a part of this
commit) to dbg.

Vikram

On Sun, Jun 28, 2020 at 8:17 PM Rémi Denis-Courmont <remi at remlab.net> wrote:

> Le sunnuntaina 28. kesäkuuta 2020, 15.36.41 EEST Vikram Fugro a écrit :
> > Add info message for input video representation
> > in gstreamer format
> > ---
> >  modules/codec/gstreamer/gstdecode.c | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/modules/codec/gstreamer/gstdecode.c
> > b/modules/codec/gstreamer/gstdecode.c index 37ad788d7c..118138dcbe 100644
> > --- a/modules/codec/gstreamer/gstdecode.c
> > +++ b/modules/codec/gstreamer/gstdecode.c
> > @@ -479,6 +479,8 @@ static int OpenDecoder( vlc_object_t *p_this )
> >      if( !p_str )
> >          return VLC_EGENERIC;
> >
> > +    msg_Info( p_dec, "Input video format: %s", gst_structure_to_string(
> > p_str ));
> > +
>
> This looks more like debug. I don't get why it is granted info precedence.
>
> >      /* Allocate the memory needed to store the decoder's structure */
> >      p_sys = p_dec->p_sys = calloc( 1, sizeof( *p_sys ) );
> >      if( p_sys == NULL )
>
>
> --
> レミ・デニ-クールモン
> http://www.remlab.net/
>
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20200628/f80ece02/attachment.html>


More information about the vlc-devel mailing list