[vlc-commits] [Git][videolan/vlc][master] codec: gstreamer: lower priority
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Aug 23 06:59:03 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
7cba77d1 by François Cartegnie at 2024-08-23T06:42:32+00:00
codec: gstreamer: lower priority
refs #28747
- - - - -
1 changed file:
- modules/codec/gstreamer/gstdecode.c
Changes:
=====================================
modules/codec/gstreamer/gstdecode.c
=====================================
@@ -112,7 +112,7 @@ vlc_module_begin( )
add_bool( "use-vlcpool", false, USEVLCPOOL_TEXT,
USEVLCPOOL_LONGTEXT )
add_submodule( )
- set_callback_dec_device( OpenDecoderDevice, 100 )
+ set_callback_dec_device( OpenDecoderDevice, 1 )
add_shortcut( "gstdecode" )
vlc_module_end( )
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7cba77d1c66b31b6227ebdb04a7a97a9c62863a2
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7cba77d1c66b31b6227ebdb04a7a97a9c62863a2
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