summaryrefslogtreecommitdiffstats
path: root/tests/check/elements/audiopanorama.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/elements/audiopanorama.c')
-rw-r--r--tests/check/elements/audiopanorama.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check/elements/audiopanorama.c b/tests/check/elements/audiopanorama.c
index 42feeefc..f9f8ef01 100644
--- a/tests/check/elements/audiopanorama.c
+++ b/tests/check/elements/audiopanorama.c
@@ -128,6 +128,8 @@ cleanup_panorama (GstElement * panorama)
g_list_free (buffers);
buffers = NULL;
+ gst_pad_set_active (mysrcpad, FALSE);
+ gst_pad_set_active (mysinkpad, FALSE);
gst_check_teardown_src_pad (panorama);
gst_check_teardown_sink_pad (panorama);
gst_check_teardown_element (panorama);