[vlc-commits] [Git][videolan/vlc][3.0.x] test: demux-run: always print error (on stderr)
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Aug 1 05:56:15 UTC 2025
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
eaa8a3c3 by Thomas Guillem at 2025-08-01T05:34:12+00:00
test: demux-run: always print error (on stderr)
(cherry picked from commit 194d83767780313e589da432b574d1f6e1393383)
- - - - -
1 changed file:
- test/src/input/demux-run.c
Changes:
=====================================
test/src/input/demux-run.c
=====================================
@@ -274,7 +274,7 @@ static int demux_process_stream(const struct vlc_run_args *args, stream_t *s)
{
es_out_Delete(out);
vlc_stream_Delete(s);
- debug("Error: cannot create demultiplexer: %s\n", name);
+ fprintf(stderr, "Error: cannot create demultiplexer: %s\n", name);
return -1;
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/eaa8a3c3a0a58bb9ec8caeaf3c1372be3da1b93a
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/eaa8a3c3a0a58bb9ec8caeaf3c1372be3da1b93a
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