mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
souphttpsrc: Don't forget to quit mainloop after we cancelled when we got data after the stop position
This commit is contained in:
parent
0c6f1ce998
commit
9701051485
1 changed files with 1 additions and 0 deletions
|
@ -1163,6 +1163,7 @@ gst_soup_http_src_got_chunk_cb (SoupMessage * msg, SoupBuffer * chunk,
|
||||||
GST_DEBUG_OBJECT (src, "got chunk but we're not expecting one");
|
GST_DEBUG_OBJECT (src, "got chunk but we're not expecting one");
|
||||||
src->ret = GST_FLOW_OK;
|
src->ret = GST_FLOW_OK;
|
||||||
gst_soup_http_src_cancel_message (src);
|
gst_soup_http_src_cancel_message (src);
|
||||||
|
g_main_loop_quit (src->loop);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue