소스 검색

docs: Add API disclaimer to canvases

Warchamp7 2 주 전
부모
커밋
bf0ec56df3
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      docs/sphinx/reference-canvases.rst

+ 10 - 0
docs/sphinx/reference-canvases.rst

@@ -1,6 +1,16 @@
 Canvas API Reference (obs_canvas_t)
 Canvas API Reference (obs_canvas_t)
 ===================================
 ===================================
 
 
+.. danger::
+
+   Canvases are still in their early stages of implementation and the API will evolve as they are gradually integrated
+   across OBS Studio.
+
+   The Canvas API should be considered **unstable** and may be changed without warning. This documentation serves to aid
+   in their iterative development within OBS Studio.
+
+   **If you are developing a plugin that utilizes canvases, proceed with great caution.**
+
 Canvases are reference-counted objects that contain scenes and define how those are rendered.
 Canvases are reference-counted objects that contain scenes and define how those are rendered.
 They provide a video object which can be used with encoders or raw outputs.
 They provide a video object which can be used with encoders or raw outputs.