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
3b3a8924
Commit
3b3a8924
authored
May 06, 2012
by
David Fuhrmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx vout: public getter for vd should not be needed anymore
parent
3d649ef6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
16 deletions
+0
-16
modules/gui/macosx/VideoView.m
modules/gui/macosx/VideoView.m
+0
-10
modules/video_output/macosx.m
modules/video_output/macosx.m
+0
-6
No files found.
modules/gui/macosx/VideoView.m
View file @
3b3a8924
...
...
@@ -60,16 +60,6 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
return
VLC_SUCCESS
;
}
/*****************************************************************************
* VLCOpenGLVideoView interface excerpt
* full implementation in modules/video_output/macosx.m:95
*****************************************************************************/
@interface
VLCOpenGLVideoView
:
NSOpenGLView
{
}
-
(
vout_display_t
*
)
voutDisplay
;
@end
/*****************************************************************************
* VLCVoutView implementation
*****************************************************************************/
...
...
modules/video_output/macosx.m
View file @
3b3a8924
...
...
@@ -99,7 +99,6 @@ vlc_module_end ()
BOOL
_hasPendingReshape
;
}
-
(
void
)
setVoutDisplay
:(
vout_display_t
*
)
vd
;
-
(
vout_display_t
*
)
voutDisplay
;
-
(
void
)
setVoutFlushing
:(
BOOL
)
flushing
;
@end
...
...
@@ -536,11 +535,6 @@ static void OpenglSwap (vlc_gl_t *gl)
}
}
-
(
vout_display_t
*
)
voutDisplay
{
return
vd
;
}
/**
* Gets called when the vout will aquire the lock and flush.
* (Non main thread).
...
...
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