mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
tests: fix unused-variable compiler warning in audio trickplay test
This commit is contained in:
parent
a9b63a838b
commit
00d4a0c6d4
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ main (gint argc, gchar ** argv)
|
|||
GstClock *clock;
|
||||
GstClockID clock_id;
|
||||
GstClockReturn wait_ret;
|
||||
GValue vol = { 0, };
|
||||
GstEvent *pos_seek, *rate_seek1, *rate_seek2;
|
||||
GstQuery *pos;
|
||||
GstSeekFlags flags;
|
||||
|
|
Loading…
Reference in a new issue