提交 a38cd03e 编写于 作者: J jp9000

UI/obs-frontend-api: Fix replay buffer save event ABI break

New events must go at the bottom of the list, not at the top, otherwise
ABI will be broken.
上级 d3ec3e99
...@@ -37,7 +37,6 @@ enum obs_frontend_event { ...@@ -37,7 +37,6 @@ enum obs_frontend_event {
OBS_FRONTEND_EVENT_REPLAY_BUFFER_STARTED, OBS_FRONTEND_EVENT_REPLAY_BUFFER_STARTED,
OBS_FRONTEND_EVENT_REPLAY_BUFFER_STOPPING, OBS_FRONTEND_EVENT_REPLAY_BUFFER_STOPPING,
OBS_FRONTEND_EVENT_REPLAY_BUFFER_STOPPED, OBS_FRONTEND_EVENT_REPLAY_BUFFER_STOPPED,
OBS_FRONTEND_EVENT_REPLAY_BUFFER_SAVED,
OBS_FRONTEND_EVENT_STUDIO_MODE_ENABLED, OBS_FRONTEND_EVENT_STUDIO_MODE_ENABLED,
OBS_FRONTEND_EVENT_STUDIO_MODE_DISABLED, OBS_FRONTEND_EVENT_STUDIO_MODE_DISABLED,
...@@ -50,6 +49,7 @@ enum obs_frontend_event { ...@@ -50,6 +49,7 @@ enum obs_frontend_event {
OBS_FRONTEND_EVENT_RECORDING_UNPAUSED, OBS_FRONTEND_EVENT_RECORDING_UNPAUSED,
OBS_FRONTEND_EVENT_TRANSITION_DURATION_CHANGED, OBS_FRONTEND_EVENT_TRANSITION_DURATION_CHANGED,
OBS_FRONTEND_EVENT_REPLAY_BUFFER_SAVED,
}; };
/* ------------------------------------------------------------------------- */ /* ------------------------------------------------------------------------- */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册