From: Sebastian Dröge Date: Fri, 28 Jan 2022 13:31:25 +0000 (+0200) Subject: souphttpsrc: Don't set boolean to FALSE right after checking that it is FALSE X-Git-Tag: 1.20.0~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=499e0acd434e98b91d411c9fbca97d9aecb55179;p=platform%2Fupstream%2Fgstreamer.git souphttpsrc: Don't set boolean to FALSE right after checking that it is FALSE Part-of: --- diff --git a/subprojects/gst-plugins-good/ext/soup/gstsouphttpsrc.c b/subprojects/gst-plugins-good/ext/soup/gstsouphttpsrc.c index ceb76a2..48b8ad4 100644 --- a/subprojects/gst-plugins-good/ext/soup/gstsouphttpsrc.c +++ b/subprojects/gst-plugins-good/ext/soup/gstsouphttpsrc.c @@ -1050,8 +1050,6 @@ thread_func (gpointer user_data) message = gst_message_new_have_context (GST_OBJECT_CAST (src), context); gst_element_post_message (GST_ELEMENT_CAST (src), message); GST_OBJECT_LOCK (src); - } else { - src->session_is_shared = FALSE; } /* soup2: connect the authenticate handler for the src that spawned the