souphttpsrc: Don't set boolean to FALSE right after checking that it is FALSE
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1594>
This commit is contained in:
parent
165be69017
commit
499e0acd43
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user