mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 12:02:27 +00:00
souphttpsrc: Use new automatic_eos API from basesrc
We want to notice ourselves that we're EOS. Otherwise we will always cancel requests in the very end and confuse the server... and also make it impossible to use persistent connections.
This commit is contained in:
parent
4dfad42e81
commit
fdb39a9f7b
1 changed files with 2 additions and 0 deletions
|
@ -377,6 +377,8 @@ gst_soup_http_src_init (GstSoupHTTPSrc * src)
|
|||
proxy);
|
||||
}
|
||||
|
||||
gst_base_src_set_automatic_eos (GST_BASE_SRC (src), FALSE);
|
||||
|
||||
gst_soup_http_src_reset (src);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue