Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
815ec591
Commit
815ec591
authored
May 25, 2009
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvlc: nsobject is void *.
parent
5b5a735b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/vlc/libvlc_media_player.h
include/vlc/libvlc_media_player.h
+1
-1
src/control/media_player.c
src/control/media_player.c
+1
-1
No files found.
include/vlc/libvlc_media_player.h
View file @
815ec591
...
@@ -191,7 +191,7 @@ VLC_PUBLIC_API void libvlc_media_player_set_nsobject ( libvlc_media_player_t *p_
...
@@ -191,7 +191,7 @@ VLC_PUBLIC_API void libvlc_media_player_set_nsobject ( libvlc_media_player_t *p_
*
*
* \return the agl handler or 0 if none where set
* \return the agl handler or 0 if none where set
*/
*/
VLC_PUBLIC_API
uint32_t
libvlc_media_player_get_nsobject
(
libvlc_media_player_t
*
p_mi
);
VLC_PUBLIC_API
void
*
libvlc_media_player_get_nsobject
(
libvlc_media_player_t
*
p_mi
);
/**
/**
* Set the agl handler where the media player should render its video output.
* Set the agl handler where the media player should render its video output.
...
...
src/control/media_player.c
View file @
815ec591
...
@@ -686,7 +686,7 @@ void libvlc_media_player_set_nsobject( libvlc_media_player_t *p_mi,
...
@@ -686,7 +686,7 @@ void libvlc_media_player_set_nsobject( libvlc_media_player_t *p_mi,
/**************************************************************************
/**************************************************************************
* get_nsobject
* get_nsobject
**************************************************************************/
**************************************************************************/
uint32_t
libvlc_media_player_get_nsobject
(
libvlc_media_player_t
*
p_mi
)
void
*
libvlc_media_player_get_nsobject
(
libvlc_media_player_t
*
p_mi
)
{
{
return
p_mi
->
drawable
.
nsobject
;
return
p_mi
->
drawable
.
nsobject
;
}
}
...
...
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