Contrary to what gstremear's doc says, gst_deinit() does not clean what
authordoursse <doursse>
Tue, 13 May 2008 20:50:34 +0000 (20:50 +0000)
committerdoursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 13 May 2008 20:50:34 +0000 (20:50 +0000)
commitabc5829fc1f4b938fea6197384b957dc0e05c629
tree530b78536e00e827dad6ddb7c73a0323dfbc75db
parenta32e0c2006d314a9558099ff90cde29850c43f07
Contrary to what gstremear's doc says, gst_deinit() does not clean what
gst_init() allocates. Hence, 2 calls of the couple gst_init() / gst_deinit()
fail miserabily. Gstreamer's dev says that the exported function gst_deinit()
should not be called, so let's remove it...

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@34560 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/modules/gstreamer/emotion_gstreamer.c