basesrc: improve docs

This commit is contained in:
Wim Taymans 2011-07-26 12:20:55 +02:00
parent 61481ac9e5
commit 36de9b92a1

View file

@ -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.