gst: Stop all unused threads in GThreadPool in gst_deinit()
authorJonas Holmberg <jonashg@axis.com>
Fri, 13 Sep 2013 12:41:45 +0000 (14:41 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 13 Sep 2013 12:42:55 +0000 (14:42 +0200)
commit8501fbd21616e374128f434b38db4dfda1625597
treeb96f67f02b2364b9de90e65b442d8df6e50b9615
parentf1971fe1e985494ab1341463f02a13226fb233bf
gst: Stop all unused threads in GThreadPool in gst_deinit()

Since the default number of max unused threads in GThreadPool has been
changed from 0 to 2 it needs to be set to 0 to stop all threads or
valgrind will report them as memory leaks.
gst/gst.c