[vlc-commits] [Git][videolan/vlc][master] test: demux-run: always print error (on stderr)

Steve Lhomme (@robUx4) gitlab at videolan.org
Sat Jul 26 09:06:38 UTC 2025



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
194d8376 by Thomas Guillem at 2025-07-26T08:36:29+00:00
test: demux-run: always print error (on stderr)

- - - - -


1 changed file:

- test/src/input/demux-run.c


Changes:

=====================================
test/src/input/demux-run.c
=====================================
@@ -302,7 +302,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/194d83767780313e589da432b574d1f6e1393383

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/194d83767780313e589da432b574d1f6e1393383
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