]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/wizard.m
sout-standard-url is deprecated
[vlc] / modules / gui / macosx / wizard.m
index 09db95bad83dc668683bdefce343e1f80b7daae3..2809b65ffe705930a950cbd2446cc37633702cc2 100644 (file)
@@ -1341,7 +1341,7 @@ static VLCWizard *_o_sharedInstance = nil;
     {
         /* we are just transcoding and dumping the stuff to a file */
         [o_opts_string appendFormat: \
-            @":sout=#%s%sstandard{mux=%s,url=%s,access=file}", [o_duplicateCmd \
+            @":sout=#%s%sstandard{mux=%s,dst=%s,access=file}", [o_duplicateCmd \
             UTF8String], [o_trnscdCmd UTF8String], [[[o_encapFormats \
             objectAtIndex: [[o_userSelections objectForKey:@"encapFormat"] \
             intValue]] objectAtIndex:0] UTF8String], [[o_userSelections \
@@ -1362,7 +1362,7 @@ static VLCWizard *_o_sharedInstance = nil;
                     objectForKey:@"sapText"] UTF8String]];
             }
             [o_opts_string appendFormat: \
-                @":sout=#%s%sstandard{mux=%s,url=%s,access=%s,%s}", \
+                @":sout=#%s%sstandard{mux=%s,dst=%s,access=%s,%s}", \
                 [o_duplicateCmd UTF8String], [o_trnscdCmd UTF8String], \
                 [[[o_encapFormats objectAtIndex: [[o_userSelections \
                 objectForKey: @"encapFormat"] intValue]] objectAtIndex:0] \
@@ -1373,7 +1373,7 @@ static VLCWizard *_o_sharedInstance = nil;
         } else {
             /* no SAP, just streaming */
             [o_opts_string appendFormat: \
-                @":sout=#%s%sstandard{mux=%s,url=%s,access=%s}", \
+                @":sout=#%s%sstandard{mux=%s,dst=%s,access=%s}", \
                 [o_duplicateCmd UTF8String], [o_trnscdCmd UTF8String], \
                 [[[o_encapFormats objectAtIndex: [[o_userSelections \
                 objectForKey: @"encapFormat"] intValue]] objectAtIndex:0] \