Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
8db0d20b
Commit
8db0d20b
authored
Mar 09, 2018
by
Felix Paul Kühne
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playback controller: replace deprecated API call in VLCKit
This closes
#143
parent
4ac3d79c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Sources/VLCPlaybackController.m
Sources/VLCPlaybackController.m
+1
-1
No files found.
Sources/VLCPlaybackController.m
View file @
8db0d20b
...
...
@@ -138,7 +138,7 @@ typedef NS_ENUM(NSUInteger, VLCAspectRatio) {
-
(
void
)
openVideoSubTitlesFromFile
:(
NSString
*
)
pathToFile
{
[
_mediaPlayer
openVideoSubTitlesFromFile
:
pathToFile
];
[
_mediaPlayer
addPlaybackSlave
:[
NSURL
fileURLWithPath
:
pathToFile
]
type
:
VLCMediaPlaybackSlaveTypeSubtitle
enforce
:
YES
];
}
-
(
void
)
playMediaList
:(
VLCMediaList
*
)
mediaList
firstIndex
:(
NSInteger
)
index
subtitlesFilePath
:(
NSString
*
)
subsFilePath
...
...
Felix Paul Kühne
@fkuehne
mentioned in commit
b7bf3c85
·
Mar 09, 2018
mentioned in commit
b7bf3c85
mentioned in commit b7bf3c85120f75171cd47c3cdc297ae49016aeef
Toggle commit list
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