]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Sources/VLCStreamSession.m
VLCKit: Add the # character that prefixes the output chain.
[vlc] / projects / macosx / framework / Sources / VLCStreamSession.m
index 136f3109f887d10c72fe54bb12533d89e5cc8ab5..c954ff85386db23c6e6ddcddd3b2abbea6fb92e0 100644 (file)
@@ -73,7 +73,7 @@
 {
     NSString * libvlcArgs;
     if( self.drawable )
-        libvlcArgs = [NSString stringWithFormat:@"duplicate{dst=display,dst=\"%@\"}",[streamOutput representedLibVLCOptions]];
+        libvlcArgs = [NSString stringWithFormat:@"#duplicate{dst=display,dst=\"%@\"}",[streamOutput representedLibVLCOptions]];
     else
         libvlcArgs = [streamOutput representedLibVLCOptions];
     if( libvlcArgs )