GNOME Bugzilla – Bug 794960
reset gst_initialized variable to FALSE in gst_deinit function
Last modified: 2018-04-04 07:31:48 UTC
we need to set the gst_initialized variable to FALSE when gst_deinit
Created attachment 370511 [details] [review] set gst_initialized variable to FALSE in gst_deinit function
You probably took that from https://github.com/GStreamer/gstreamer/pull/3 ? Please keep the original author intact when taking over patches from GitHub, but generally for this patch please see my comments/questions at https://bugzilla.gnome.org/show_bug.cgi?id=794956#c1 *** This bug has been marked as a duplicate of bug 794956 ***
yes I took that patch from https://github.com/GStreamer/gstreamer/pull/3. sorry for this situation. from now on, I'll keep the original author when upload the patch.
Thanks. Taking patches from github is not very intuitive, but the easiest way would be to just append .patch to the URL in this case. E.g. https://github.com/GStreamer/gstreamer/pull/3.patch That way you get it all correct already.