Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
be1b32c8
Commit
be1b32c8
authored
Mar 10, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: misc minor improvements to the legacy transcoding code
parent
8ded5907
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
modules/gui/macosx/output.m
modules/gui/macosx/output.m
+4
-5
No files found.
modules/gui/macosx/output.m
View file @
be1b32c8
...
...
@@ -350,7 +350,7 @@
[
self
setSoutMRL
:
o_sout_options
];
return
;
}
else
[
o_mrl_string
appendFormat
:
@"st
d{access=file{no-overwrite},mux=%@
,dst=
\"
%@
\"
}"
,
o_mux_string
,
[
o_file_field
stringValue
]];
[
o_mrl_string
appendFormat
:
@"st
andard{mux=%@,access=file{no-overwrite}
,dst=
\"
%@
\"
}"
,
o_mux_string
,
[
o_file_field
stringValue
]];
}
else
if
([
o_mode
isEqualToString
:
_NS
(
"Stream"
)])
{
o_mode
=
[
o_stream_type
titleOfSelectedItem
];
...
...
@@ -389,7 +389,7 @@
}
[
o_mrl_string
appendFormat
:
@"st
d{access=%@,mux
=%@,dst=%@%@}"
,
@"st
andard{mux=%@,access
=%@,dst=%@%@}"
,
o_mode
,
o_mux_string
,
o_finalStreamAddress
,
o_announce
];
}
else
{
NSString
*
o_stream_name
;
...
...
@@ -412,7 +412,7 @@
[
o_announce
appendFormat
:
@",sdp=
\"
file://%@
\"
"
,[
o_sdp_url
stringValue
]];
[
o_mrl_string
appendFormat
:
@"rtp{dst=
\"
%@
\"
,port=%@%@%@}"
,[
o_stream_address
stringValue
],
@"rtp{
mux=ts,
dst=
\"
%@
\"
,port=%@%@%@}"
,[
o_stream_address
stringValue
],
[
o_stream_port
stringValue
],
o_stream_name
,
o_announce
];
}
...
...
@@ -461,8 +461,7 @@
[
o_save_panel
setNameFieldStringValue
:
o_name
];
if
([
o_save_panel
runModal
]
==
NSFileHandlingPanelOKButton
)
{
NSString
*
o_filename
=
[[
o_save_panel
URL
]
path
];
[
o_file_field
setStringValue
:
o_filename
];
[
o_file_field
setStringValue
:
[[
o_save_panel
URL
]
path
]];
[
self
outputInfoChanged
:
nil
];
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment