Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gstreamer
Commits
af639383
Commit
af639383
authored
Nov 10, 2011
by
Wim Taymans
Browse files
basesink: improve comments
parent
b3998146
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/gst/base/gstbasesink.h
View file @
af639383
...
...
@@ -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 */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment