mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
manual: Improve states documentation
Be more explicit about being on NULL before unrefs
This commit is contained in:
parent
4906671694
commit
13664331ea
1 changed files with 3 additions and 1 deletions
|
@ -489,7 +489,9 @@ main (int argc,
|
|||
<listitem>
|
||||
<para>
|
||||
<classname>GST_STATE_NULL</classname>: this is the default state.
|
||||
This state will deallocate all resources held by the element.
|
||||
No resources are allocated in this state, so, transitioning to it
|
||||
will free all resources. The element must be in this state when
|
||||
its refcount reaches 0 and it is freed.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue