[vlc-devel] [PATCH 3/3] taglib: Use vlc_stream_NewURL instead of vlc_access_NewMRL
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Wed Jan 23 15:09:23 CET 2019
---
modules/meta_engine/taglib.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/meta_engine/taglib.cpp b/modules/meta_engine/taglib.cpp
index b617a8ee51..e7e1fa533f 100644
--- a/modules/meta_engine/taglib.cpp
+++ b/modules/meta_engine/taglib.cpp
@@ -841,7 +841,7 @@ static int ReadMeta( vlc_object_t* p_this)
if ( true )
#endif
{
- stream_t *p_stream = vlc_access_NewMRL( p_this, psz_uri );
+ stream_t *p_stream = vlc_stream_NewURL( p_this, psz_uri );
free( psz_uri );
if( p_stream == NULL )
return VLC_EGENERIC;
--
2.20.1
More information about the vlc-devel
mailing list