basesink: improve comments

This commit is contained in:
Wim Taymans 2011-11-10 12:33:33 +01:00
parent b3998146c1
commit af63938333

View file

@ -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 */