mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
basesink: add Since tag for new method
This commit is contained in:
parent
de5bcfc4cd
commit
c88e05c861
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ struct _GstBaseSink {
|
|||
* @render: Called when a buffer should be presented or output, at the
|
||||
* correct moment if the #GstBaseSink has been set to sync to the clock.
|
||||
* @render_list: Same as @render but used whith buffer lists instead of
|
||||
* buffers
|
||||
* buffers. Since: 0.10.24
|
||||
* @async_play: Subclasses should override this when they need to perform
|
||||
* special processing when changing to the PLAYING state asynchronously.
|
||||
* Called with the OBJECT_LOCK held.
|
||||
|
|
Loading…
Reference in a new issue