first commit
This commit is contained in:
parent
014a5b4b6d
commit
015b3e0985
@ -166,7 +166,7 @@ gboolean RTSPManager::unmount_camera_in_main(gpointer data)
|
||||
for (GstRTSPMedia *media : it->second)
|
||||
{
|
||||
gst_element_set_state(gst_rtsp_media_get_element(media), GST_STATE_NULL);
|
||||
g_object_unref(media);
|
||||
// g_object_unref(media);
|
||||
}
|
||||
it->second.clear();
|
||||
media_map.erase(it);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user