docs: Fix reference count info of obs_frontend_get_streaming_service

This commit is contained in:
gxalpha 2022-12-02 19:28:49 +01:00 committed by Jim
parent c97b5cf7ee
commit 563cf6544d

View file

@ -659,8 +659,8 @@ Functions
.. function:: obs_service_t *obs_frontend_get_streaming_service(void)
:return: A new reference to the current streaming service object.
Release with :c:func:`obs_service_release()`.
:return: The current streaming service object. Does not increment the
reference.
---------------------------------------