mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue