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
Steve Lhomme
VLC
Commits
755addfe
Commit
755addfe
authored
Aug 25, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
JACK access seems broken (JACK has function for waiting...)
parent
15534c73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/access/jack.c
modules/access/jack.c
+2
-0
No files found.
modules/access/jack.c
View file @
755addfe
...
...
@@ -462,6 +462,8 @@ static block_t *GrabJack( demux_t *p_demux )
if
(
i_read
<
100
)
/* avoid small read */
{
/* vlc has too much free time on its hands? */
#undef msleep
#warning Hmm.... looks wrong
msleep
(
1000
);
return
NULL
;
}
...
...
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