After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 794960 - reset gst_initialized variable to FALSE in gst_deinit function
reset gst_initialized variable to FALSE in gst_deinit function
Status: RESOLVED DUPLICATE of bug 794956
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal minor
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-04-04 02:50 UTC by Jimmy Ohn
Modified: 2018-04-04 07:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
set gst_initialized variable to FALSE in gst_deinit function (803 bytes, patch)
2018-04-04 02:52 UTC, Jimmy Ohn
none Details | Review

Description Jimmy Ohn 2018-04-04 02:50:32 UTC
we need to set the gst_initialized variable to FALSE when gst_deinit
Comment 1 Jimmy Ohn 2018-04-04 02:52:00 UTC
Created attachment 370511 [details] [review]
set gst_initialized variable to FALSE in gst_deinit function
Comment 2 Sebastian Dröge (slomo) 2018-04-04 07:00:04 UTC
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 ***
Comment 3 Jimmy Ohn 2018-04-04 07:18:54 UTC
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.
Comment 4 Sebastian Dröge (slomo) 2018-04-04 07:31:48 UTC
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.