]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/dvb.c
macosx: Fix controller playlist toggling to use the contentRect and not the window...
[vlc] / modules / demux / playlist / dvb.c
index 2e1f4b2694df03423653b96700bcdeddf5c93c27..8145fd3cdbb80af2fde977c1993fdd84e1012105 100644 (file)
@@ -117,7 +117,7 @@ static int Demux( demux_t *p_demux )
 
         EnsureUTF8( psz_name );
 
-        p_input = input_ItemNewExt( p_playlist, "dvb://", psz_name, 0, NULL, -1 );
+        p_input = input_ItemNewExt( p_demux, "dvb://", psz_name, 0, NULL, -1 );
         for( i = 0; i< i_options; i++ )
         {
             EnsureUTF8( ppsz_options[i] );