Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
201859a0
Commit
201859a0
authored
Feb 25, 2007
by
Filippo Carone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvlc_video_get_handle renamed to _get_parent
parent
a2e32b31
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/vlc/libvlc.h
include/vlc/libvlc.h
+1
-1
src/control/video.c
src/control/video.c
+1
-1
No files found.
include/vlc/libvlc.h
View file @
201859a0
...
@@ -438,7 +438,7 @@ VLC_PUBLIC_API void libvlc_video_set_parent( libvlc_instance_t *, libvlc_drawabl
...
@@ -438,7 +438,7 @@ VLC_PUBLIC_API void libvlc_video_set_parent( libvlc_instance_t *, libvlc_drawabl
* \param drawable the new parent window (Drawable on X11, CGrafPort on MacOSX, HWND on Win32)
* \param drawable the new parent window (Drawable on X11, CGrafPort on MacOSX, HWND on Win32)
* \param p_exception an initialized exception
* \param p_exception an initialized exception
*/
*/
VLC_PUBLIC_API
libvlc_drawable_t
libvlc_video_get_
handle
(
libvlc_instance_t
*
,
libvlc_exception_t
*
);
VLC_PUBLIC_API
libvlc_drawable_t
libvlc_video_get_
parent
(
libvlc_instance_t
*
,
libvlc_exception_t
*
);
/**
/**
* Set the default video output size
* Set the default video output size
...
...
src/control/video.c
View file @
201859a0
...
@@ -260,7 +260,7 @@ void libvlc_video_set_parent( libvlc_instance_t *p_instance, libvlc_drawable_t d
...
@@ -260,7 +260,7 @@ void libvlc_video_set_parent( libvlc_instance_t *p_instance, libvlc_drawable_t d
}
}
}
}
libvlc_drawable_t
libvlc_video_get_
handle
(
libvlc_instance_t
*
p_instance
,
libvlc_exception_t
*
p_e
)
libvlc_drawable_t
libvlc_video_get_
parent
(
libvlc_instance_t
*
p_instance
,
libvlc_exception_t
*
p_e
)
{
{
libvlc_drawable_t
result
;
libvlc_drawable_t
result
;
...
...
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