[vlc-devel] [PATCH] demux: add DEMUX_GET_TYPE

Alexandre Janniaux ajanni at videolabs.io
Sat Sep 19 12:59:48 CEST 2020


Hi,

LGTM, pushed.

Regards,
--
Alexandre Janniaux
Videolabs

On Sat, Sep 19, 2020 at 09:00:02AM +0300, RĂ©mi Denis-Courmont wrote:
> Avoid systematic "unknown query 0x109 in demux_vaControlHelper" error.
> ---
>  src/input/demux.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/input/demux.c b/src/input/demux.c
> index 5024c9576e..9e587b88df 100644
> --- a/src/input/demux.c
> +++ b/src/input/demux.c
> @@ -310,6 +310,7 @@ int demux_vaControlHelper( stream_t *s,
>          case DEMUX_GET_PTS_DELAY:
>          case DEMUX_GET_META:
>          case DEMUX_GET_SIGNAL:
> +        case DEMUX_GET_TYPE:
>          case DEMUX_SET_PAUSE_STATE:
>              return vlc_stream_vaControl( s, i_query, args );
>
> --
> 2.28.0
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list