mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
context: add some more documentation
Add a short paragraph on what means for a context to be persistent
This commit is contained in:
parent
09293bb63f
commit
e22517567a
1 changed files with 6 additions and 0 deletions
|
@ -49,6 +49,12 @@
|
|||
* known context on the element that asks for it if possible. Otherwise the
|
||||
* application should provide one if it can.
|
||||
*
|
||||
* #GstContext<!-- -->s can be persistent.
|
||||
* A persistent #GstContext is kept in elements when they reach
|
||||
* %GST_STATE_NULL, non-persistent ones will be removed.
|
||||
* Also, a non-persistent context won't override a previous persistent
|
||||
* context set to an element.
|
||||
*
|
||||
* Since: 1.2
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue