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
30f92f8f
Commit
30f92f8f
authored
May 26, 2009
by
Hugo Beauzee-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed debug
parent
fd564d38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
src/Workflow/ClipWorkflow.cpp
src/Workflow/ClipWorkflow.cpp
+1
-1
src/Workflow/TrackWorkflow.cpp
src/Workflow/TrackWorkflow.cpp
+0
-1
No files found.
src/Workflow/ClipWorkflow.cpp
View file @
30f92f8f
...
...
@@ -67,7 +67,7 @@ void ClipWorkflow::lock( ClipWorkflow* clipWorkflow, void** pp_ret )
//In any case, we give vlc a buffer to render in...
//If we don't, segmentation fault will catch us and eat our brain !! ahem...
qDebug
()
<<
"Locking in ClipWorkflow::lock"
;
//
qDebug() << "Locking in ClipWorkflow::lock";
*
pp_ret
=
clipWorkflow
->
m_buffer
;
}
...
...
src/Workflow/TrackWorkflow.cpp
View file @
30f92f8f
...
...
@@ -42,7 +42,6 @@ void TrackWorkflow::startRender()
while
(
m_currentClipWorkflow
->
isReady
()
==
false
)
usleep
(
150
);
m_currentClipWorkflow
->
startRender
();
qDebug
()
<<
"Renderer ready"
;
}
unsigned
char
*
TrackWorkflow
::
getOutput
()
...
...
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