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
b7e24630
Commit
b7e24630
authored
Jun 08, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export input_resource_TerminateVout
LibVLC needs it. (cherry picked from commit
12256be1
)
parent
cf216a65
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
include/vlc_input.h
include/vlc_input.h
+5
-0
src/input/input_interface.h
src/input/input_interface.h
+0
-5
src/libvlccore.sym
src/libvlccore.sym
+1
-0
No files found.
include/vlc_input.h
View file @
b7e24630
...
...
@@ -668,4 +668,9 @@ VLC_EXPORT(input_resource_t *, input_DetachResource, ( input_thread_t * ) );
*/
VLC_EXPORT
(
void
,
input_resource_Delete
,
(
input_resource_t
*
)
);
/**
* Forcefully destroys the video output (e.g. when the playlist is stopped).
*/
VLC_EXPORT
(
void
,
input_resource_TerminateVout
,
(
input_resource_t
*
)
);
#endif
src/input/input_interface.h
View file @
b7e24630
...
...
@@ -51,11 +51,6 @@ input_stats_t *stats_NewInputStats( input_thread_t *p_input );
*/
void
input_resource_TerminateSout
(
input_resource_t
*
p_resource
);
/**
* This function deletes the current vout in the resources.
*/
void
input_resource_TerminateVout
(
input_resource_t
*
p_resource
);
/**
* This function return true if there is at least one vout in the resources.
*
...
...
src/libvlccore.sym
View file @
b7e24630
...
...
@@ -219,6 +219,7 @@ input_item_SetURI
input_item_WriteMeta
input_Read
input_resource_Delete
input_resource_TerminateVout
input_SplitMRL
input_Start
input_Stop
...
...
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