Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
8b05f682
Commit
8b05f682
authored
Dec 16, 2015
by
Thiago Santos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples: playback-test: remove unused variables
audiosink and videosink string variables are unused
parent
023af2d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
tests/examples/playback/playback-test.c
tests/examples/playback/playback-test.c
+0
-5
No files found.
tests/examples/playback/playback-test.c
View file @
8b05f682
...
...
@@ -163,8 +163,6 @@ typedef struct
GList
*
paths
,
*
current_path
;
GList
*
sub_paths
,
*
current_sub_path
;
gchar
*
audiosink_str
,
*
videosink_str
;
/* Internal state */
gint64
position
,
duration
;
...
...
@@ -3370,9 +3368,6 @@ set_defaults (PlaybackApp * app)
static
void
reset_app
(
PlaybackApp
*
app
)
{
g_free
(
app
->
audiosink_str
);
g_free
(
app
->
videosink_str
);
g_list_free
(
app
->
formats
);
g_mutex_clear
(
&
app
->
state_mutex
);
...
...
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