vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sat Sep 19 09:00:02 2020 +0300| [05f5cdb1f5626ff55cd2bcd715f182f5e5a14d8b] | committer: Alexandre Janniaux
demux: add DEMUX_GET_TYPE Avoid systematic "unknown query 0x109 in demux_vaControlHelper" error. Signed-off-by: Alexandre Janniaux <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=05f5cdb1f5626ff55cd2bcd715f182f5e5a14d8b --- 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 ); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
