mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
baseparse: add since doc to new getcaps function
This commit is contained in:
parent
2e6b434730
commit
4c1397d572
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ struct _GstBaseParse {
|
||||||
* Allows closing external resources.
|
* Allows closing external resources.
|
||||||
* @set_sink_caps: allows the subclass to be notified of the actual caps set.
|
* @set_sink_caps: allows the subclass to be notified of the actual caps set.
|
||||||
* @get_sink_caps: allows the subclass to do its own sink get caps if needed.
|
* @get_sink_caps: allows the subclass to do its own sink get caps if needed.
|
||||||
|
* Since: 0.10.36
|
||||||
* @check_valid_frame: Check if the given piece of data contains a valid
|
* @check_valid_frame: Check if the given piece of data contains a valid
|
||||||
* frame.
|
* frame.
|
||||||
* @parse_frame: Parse the already checked frame. Subclass need to
|
* @parse_frame: Parse the already checked frame. Subclass need to
|
||||||
|
|
Loading…
Reference in a new issue