Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
83a70bc8
Commit
83a70bc8
authored
Mar 27, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testapi: Minor cleanup.
parent
e9c43d63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/control/testapi.c
src/control/testapi.c
+3
-4
No files found.
src/control/testapi.c
View file @
83a70bc8
...
@@ -229,7 +229,7 @@ static void test_media_player_play_stop(const char** argv, int argc)
...
@@ -229,7 +229,7 @@ static void test_media_player_play_stop(const char** argv, int argc)
libvlc_instance_t
*
vlc
;
libvlc_instance_t
*
vlc
;
libvlc_media_descriptor_t
*
md
;
libvlc_media_descriptor_t
*
md
;
libvlc_media_instance_t
*
mi
;
libvlc_media_instance_t
*
mi
;
const
char
*
file
=
"../bindings/java/core/src/test/resources/raffa_voice.ogg"
;
const
char
*
file
=
"
file://
../bindings/java/core/src/test/resources/raffa_voice.ogg"
;
log
(
"Testing play and pause of %s
\n
"
,
file
);
log
(
"Testing play and pause of %s
\n
"
,
file
);
...
@@ -262,7 +262,6 @@ static void test_media_player_play_stop(const char** argv, int argc)
...
@@ -262,7 +262,6 @@ static void test_media_player_play_stop(const char** argv, int argc)
libvlc_release
(
vlc
);
libvlc_release
(
vlc
);
catch
();
catch
();
}
}
int
main
(
int
argc
,
char
*
argv
[])
int
main
(
int
argc
,
char
*
argv
[])
...
@@ -283,11 +282,11 @@ int main (int argc, char *argv[])
...
@@ -283,11 +282,11 @@ int main (int argc, char *argv[])
test_core
(
args
,
nlibvlc_args
);
test_core
(
args
,
nlibvlc_args
);
test_media_player_play_stop
(
args
,
nlibvlc_args
);
test_events
(
args
,
nlibvlc_args
);
test_events
(
args
,
nlibvlc_args
);
test_media_list
(
args
,
nlibvlc_args
);
test_media_list
(
args
,
nlibvlc_args
);
test_media_player_play_stop
(
args
,
nlibvlc_args
);
return
0
;
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