summaryrefslogtreecommitdiff
path: root/tests/check
diff options
context:
space:
mode:
authorOgnyan Tonchev <ognyan@axis.com>2014-04-12 05:57:00 +0200
committerWim Taymans <wtaymans@redhat.com>2014-04-12 05:57:00 +0200
commitda19a3c21a5e063e0175a16d572382f88cf4714d (patch)
tree52de5e5851139367ae2ec2c227cec66031e3c360 /tests/check
parentde2a70bb10b1e0111b3cbfa5c45c374061223965 (diff)
media: stop the thread in more error cases
Diffstat (limited to 'tests/check')
-rw-r--r--tests/check/gst/media.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/check/gst/media.c b/tests/check/gst/media.c
index e06a4dd..f2a58ce 100644
--- a/tests/check/gst/media.c
+++ b/tests/check/gst/media.c
@@ -205,7 +205,6 @@ GST_START_TEST (test_media_prepare)
"( videotestsrc is-live=true ! rtpvrawpay pt=96 name=pay0 )");
g_object_unref (pool);
- gst_rtsp_thread_stop (thread);
gst_rtsp_thread_pool_cleanup ();
}