mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
examples: playback-test: remove unused variables
audiosink and videosink string variables are unused
This commit is contained in:
parent
023af2d3b1
commit
8b05f682b0
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue