gst-play: call gst_deinit()

So we can use gst-play to track memory leaks.

https://bugzilla.gnome.org/show_bug.cgi?id=765216
This commit is contained in:
Guillaume Desmottes 2016-04-18 17:39:02 +03:00 committed by Nicolas Dufresne
parent de60d195c0
commit ef1a99d4d8

View file

@ -1289,5 +1289,6 @@ main (int argc, char **argv)
g_free (video_sink);
g_print ("\n");
gst_deinit ();
return 0;
}