[vlc-commits] [Git][videolan/vlc][master] libvlc-module: set default packetizer to any

Rémi Denis-Courmont (@Courmisch) gitlab at videolan.org
Thu Feb 3 20:39:51 UTC 2022



Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC


Commits:
d89a4e99 by Alexandre Janniaux at 2022-02-03T20:14:34+00:00
libvlc-module: set default packetizer to any

Set the default packetizer to any so that every packetizer are probed,
instead of NULL which is now considered an error.

Regression from 2480a5159fd80916084777b78bbab59f6c6e789b.

Fixes #26566, #26576

- - - - -


1 changed file:

- src/libvlc-module.c


Changes:

=====================================
src/libvlc-module.c
=====================================
@@ -2035,7 +2035,7 @@ vlc_module_begin ()
     add_integer( "dscp", 0, DSCP_TEXT, DSCP_LONGTEXT )
 
     set_subcategory( SUBCAT_SOUT_PACKETIZER )
-    add_module("packetizer", "packetizer", NULL,
+    add_module("packetizer", "packetizer", "any",
                PACKETIZER_TEXT, PACKETIZER_LONGTEXT)
 
 /* Advanced options */



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d89a4e99cd17989c690297beaa3933fd62b9148f

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d89a4e99cd17989c690297beaa3933fd62b9148f
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list