1
This commit is contained in:
parent
e46df1fac7
commit
be1eaa0dd7
@ -192,6 +192,7 @@ gboolean RTSPManager::unmount_camera_in_main(gpointer data)
|
||||
{
|
||||
for (GstRTSPMedia *media : it->second)
|
||||
{
|
||||
gst_rtsp_media_set_eos(media);
|
||||
gst_rtsp_media_unprepare(media);
|
||||
}
|
||||
it->second.clear();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user