Skip gst_deinit() if gstreamer was not initialized properly
authorTim-Philipp Müller <tim@centricular.com>
Sun, 24 Dec 2017 15:21:38 +0000 (16:21 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 24 Dec 2017 15:21:38 +0000 (16:21 +0100)
commit252ce5a093178b415a74776f0153390e03338cab
tree23f91d606e48e7cf19f230faf28a31061b572ddc
parent1b02b76137bda94fe206b5f19371571d8e5ae508
Skip gst_deinit() if gstreamer was not initialized properly

Can happen if an error occurs during option parsing, for example.

https://bugzilla.gnome.org/show_bug.cgi?id=781914
gst/gst.c
tests/check/Makefile.am
tests/check/gst/.gitignore
tests/check/gst/gstdeinit.c [new file with mode: 0644]
tests/check/meson.build