Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
b12aabc9
Commit
b12aabc9
authored
Nov 11, 2011
by
Wim Taymans
Browse files
app: fix headers
parent
06a6ab3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
gst-libs/gst/app/gstappsink.h
View file @
b12aabc9
...
...
@@ -47,17 +47,17 @@ typedef struct _GstAppSinkPrivate GstAppSinkPrivate;
* GstAppSinkCallbacks:
* @eos: Called when the end-of-stream has been reached. This callback
* is called from the steaming thread.
* @new_preroll: Called when a new preroll buffer is available.
* @new_preroll: Called when a new preroll buffer is available.
* This callback is called from the steaming thread.
* The new preroll buffer can be retrieved with
* gst_app_sink_pull_preroll() either from this callback
* or from any other thread.
* @new_buffer: Called when a new buffer is available.
* @new_buffer: Called when a new buffer is available.
* This callback is called from the steaming thread.
* The new buffer can be retrieved with
* gst_app_sink_pull_buffer() either from this callback
* or from any other thread.
* @new_buffer_list: Called when a new bufferlist is available.
* @new_buffer_list: Called when a new bufferlist is available.
* This callback is called from the steaming thread.
* The new bufferlist can be retrieved with
* gst_app_sink_pull_buffer_list() either from this callback
...
...
@@ -130,8 +130,8 @@ GstBufferList * gst_app_sink_pull_buffer_list (GstAppSink *appsink);
void
gst_app_sink_set_callbacks
(
GstAppSink
*
appsink
,
GstAppSinkCallbacks
*
callbacks
,
gpointer
user_data
,
GDestroyNotify
notify
);
gpointer
user_data
,
GDestroyNotify
notify
);
G_END_DECLS
...
...
gst-libs/gst/app/gstappsrc.h
View file @
b12aabc9
...
...
@@ -74,7 +74,7 @@ typedef struct {
* @GST_APP_STREAM_TYPE_STREAM: No seeking is supported in the stream, such as a
* live stream.
* @GST_APP_STREAM_TYPE_SEEKABLE: The stream is seekable but seeking might not
* be very fast, such as data from a webserver.
* be very fast, such as data from a webserver.
* @GST_APP_STREAM_TYPE_RANDOM_ACCESS: The stream is seekable and seeking is fast,
* such as in a local file.
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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