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
VLMC
Commits
aa92fc31
Commit
aa92fc31
authored
Jul 14, 2009
by
Hugo Beauzee-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Releasing ClipWorkflow's media players
parent
6d9c3d7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/Workflow/ClipWorkflow.cpp
src/Workflow/ClipWorkflow.cpp
+1
-0
No files found.
src/Workflow/ClipWorkflow.cpp
View file @
aa92fc31
...
...
@@ -237,6 +237,7 @@ void ClipWorkflow::stop()
if
(
m_mediaPlayer
)
{
m_mediaPlayer
->
stop
();
Pool
<
LibVLCpp
::
MediaPlayer
>::
getInstance
()
->
release
(
m_mediaPlayer
);
disconnect
(
m_mediaPlayer
,
SIGNAL
(
endReached
()
),
this
,
SLOT
(
clipEndReached
()
)
);
m_mediaPlayer
=
NULL
;
setState
(
Stopped
);
...
...
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