[vlc-commits] [Git][videolan/vlc][master] demux: ts: fix debug level for attachments
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Nov 25 08:50:33 UTC 2022
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
75c62cc4 by Francois Cartegnie at 2022-11-25T08:21:01+00:00
demux: ts: fix debug level for attachments
- - - - -
1 changed file:
- modules/demux/mpeg/ts.c
Changes:
=====================================
modules/demux/mpeg/ts.c
=====================================
@@ -1215,7 +1215,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
for( vlc_dictionary_entry_t *p_entry = p_sys->attachments.p_entries[i];
p_entry; p_entry = p_entry->p_next )
{
- msg_Err(p_demux, "GET ATTACHMENT %s", p_entry->psz_key);
+ msg_Dbg(p_demux, "GET ATTACHMENT %s", p_entry->psz_key);
(*ppp_attach)[*pi_int] = vlc_input_attachment_Hold(
(input_attachment_t *) p_entry->p_value );
if( (*ppp_attach)[*pi_int] )
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/75c62cc4c6270549011359505b7ef589844d3314
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/75c62cc4c6270549011359505b7ef589844d3314
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list