mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
app: fix headers
This commit is contained in:
parent
06a6ab3e32
commit
b12aabc9da
2 changed files with 6 additions and 6 deletions
|
@ -130,8 +130,8 @@ GstBufferList * gst_app_sink_pull_buffer_list (GstAppSink *appsink);
|
||||||
|
|
||||||
void gst_app_sink_set_callbacks (GstAppSink * appsink,
|
void gst_app_sink_set_callbacks (GstAppSink * appsink,
|
||||||
GstAppSinkCallbacks *callbacks,
|
GstAppSinkCallbacks *callbacks,
|
||||||
gpointer user_data,
|
gpointer user_data,
|
||||||
GDestroyNotify notify);
|
GDestroyNotify notify);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue