Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
7b98fbe6
Commit
7b98fbe6
authored
Feb 09, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WTF don't use the network in an automated stress test
parent
832be47d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/control/testapi.c
src/control/testapi.c
+0
-5
No files found.
src/control/testapi.c
View file @
7b98fbe6
...
...
@@ -172,10 +172,5 @@ int main (int argc, char *argv[])
test_media_list
(
args
,
nlibvlc_args
);
/* FIXME try to play all streams from a list. We may want to create an other test category for that. */
test_file_playback
(
args
,
nlibvlc_args
,
"ftp://streams.videolan.org/streams-videolan/reference/mp4/aac_adts.mp4"
);
test_file_playback
(
args
,
nlibvlc_args
,
"ftp://streams.videolan.org/streams-videolan/reference/flv/flash5_004.flv"
);
/* ... */
return
0
;
}
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