mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +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
|
* @fixate: Called during negotiation if caps need fixating. Implement instead of
|
||||||
* setting a fixate function on the source pad.
|
* setting a fixate function on the source pad.
|
||||||
* @set_caps: Notify subclass of changed output caps
|
* @set_caps: Notify subclass of changed output caps
|
||||||
|
* @setup_allocation: configure the allocation query
|
||||||
* @start: Start processing. Subclasses should open resources and prepare
|
* @start: Start processing. Subclasses should open resources and prepare
|
||||||
* to produce data.
|
* to produce data.
|
||||||
* @stop: Stop processing. Subclasses should use this to close resources.
|
* @stop: Stop processing. Subclasses should use this to close resources.
|
||||||
|
|
Loading…
Reference in a new issue