[vlc-commits] [Git][videolan/vlc][master] stream_extractor: also probe prefetch for cache

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Jan 12 16:40:30 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
cbc4a256 by Thomas Guillem at 2024-01-12T16:20:58+00:00
stream_extractor: also probe prefetch for cache

prefetch will be used for slow sources.

Refs #28484

- - - - -


1 changed file:

- src/input/stream_extractor.c


Changes:

=====================================
src/input/stream_extractor.c
=====================================
@@ -294,7 +294,7 @@ se_AttachWrapper( struct stream_extractor_private* priv, stream_t* source )
 
     priv->source = source;
 
-    priv->wrapper = stream_FilterChainNew( priv->wrapper, "cache" );
+    priv->wrapper = stream_FilterChainNew( priv->wrapper, "prefetch,cache" );
     return VLC_SUCCESS;
 }
 



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

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