[vlc-devel] commit: vod: config_GetPsz -> var_InheritString (Pierre Ynard )
git version control
git at videolan.org
Wed Jan 20 19:30:25 CET 2010
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Wed Jan 20 19:29:23 2010 +0100| [623e196735706f8b2e3199c723159ec6be6a8bf8] | committer: Pierre Ynard
vod: config_GetPsz -> var_InheritString
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=623e196735706f8b2e3199c723159ec6be6a8bf8
---
modules/misc/rtsp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/misc/rtsp.c b/modules/misc/rtsp.c
index 131c697..94c0ef7 100644
--- a/modules/misc/rtsp.c
+++ b/modules/misc/rtsp.c
@@ -263,7 +263,7 @@ static int Open( vlc_object_t *p_this )
char *psz_url = NULL;
vlc_url_t url;
- psz_url = config_GetPsz( p_vod, "rtsp-host" );
+ psz_url = var_InheritString( p_vod, "rtsp-host" );
vlc_UrlParse( &url, psz_url, 0 );
free( psz_url );
More information about the vlc-devel
mailing list