mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +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;
|
GstClock *clock;
|
||||||
GstClockID clock_id;
|
GstClockID clock_id;
|
||||||
GstClockReturn wait_ret;
|
GstClockReturn wait_ret;
|
||||||
GValue vol = { 0, };
|
|
||||||
GstEvent *pos_seek, *rate_seek1, *rate_seek2;
|
GstEvent *pos_seek, *rate_seek1, *rate_seek2;
|
||||||
GstQuery *pos;
|
GstQuery *pos;
|
||||||
GstSeekFlags flags;
|
GstSeekFlags flags;
|
||||||
|
|
Loading…
Reference in a new issue