mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
basesink: improve comments
This commit is contained in:
parent
b3998146c1
commit
af63938333
1 changed files with 2 additions and 2 deletions
|
@ -176,9 +176,9 @@ struct _GstBaseSinkClass {
|
|||
/* notify subclass of query */
|
||||
gboolean (*query) (GstBaseSink *sink, GstQuery *query);
|
||||
|
||||
/* notify subclass of event, preroll buffer or real buffer */
|
||||
/* notify subclass of event */
|
||||
gboolean (*event) (GstBaseSink *sink, GstEvent *event);
|
||||
|
||||
/* notify subclass of preroll buffer or real buffer */
|
||||
GstFlowReturn (*preroll) (GstBaseSink *sink, GstBuffer *buffer);
|
||||
GstFlowReturn (*render) (GstBaseSink *sink, GstBuffer *buffer);
|
||||
/* Render a BufferList */
|
||||
|
|
Loading…
Reference in a new issue