mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
basesrc: improve docs
This commit is contained in:
parent
61481ac9e5
commit
36de9b92a1
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ struct _GstBaseSrc {
|
|||
* @fixate: Called during negotiation if caps need fixating. Implement instead of
|
||||
* setting a fixate function on the source pad.
|
||||
* @set_caps: Notify subclass of changed output caps
|
||||
* @setup_allocation: configure the allocation query
|
||||
* @start: Start processing. Subclasses should open resources and prepare
|
||||
* to produce data.
|
||||
* @stop: Stop processing. Subclasses should use this to close resources.
|
||||
|
|
Loading…
Reference in a new issue