demux/mpeg: decrease diagnostic verbosity
commit0138e836b4ed4ee20157752a773b180ff5b32ce0
authorFilip Roséen <filip@atch.se>
Thu, 18 May 2017 10:59:17 +0000 (18 12:59 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 18 May 2017 16:16:14 +0000 (18 19:16 +0300)
tree18d3d385beee2d3c14404537821ee4c31da9dc44
parentc084b38d70ff064b9ae630946f157ca302224448
demux/mpeg: decrease diagnostic verbosity

The relevant functions are only called during module probing, as such
the diagnostics are not worthy of being an "error" if invocation of
vlc_stream_Peek fails.

These changes simply decreases the verbosity of the diagnostics from
error to debug.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
modules/demux/mpeg/es.c
modules/demux/mpeg/mpgv.c
modules/demux/mpeg/ps.c
modules/demux/mpeg/ts.c