app: fix headers

This commit is contained in:
Wim Taymans 2011-11-11 17:52:36 +01:00
parent 06a6ab3e32
commit b12aabc9da
2 changed files with 6 additions and 6 deletions

View file

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