appsink, appsrc: skip set_callbacks APIs for introspection
authorEvan Nemerson <evan@coeus-group.com>
Fri, 29 Jun 2012 22:46:46 +0000 (15:46 -0700)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 10 Aug 2012 15:07:04 +0000 (16:07 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=678301

gst-libs/gst/app/gstappsink.c
gst-libs/gst/app/gstappsink.h
gst-libs/gst/app/gstappsrc.c
gst-libs/gst/app/gstappsrc.h

index e60e245..dd8a6ec 100644 (file)
@@ -1214,7 +1214,7 @@ not_started:
 }
 
 /**
- * gst_app_sink_set_callbacks:
+ * gst_app_sink_set_callbacks: (skip)
  * @appsink: a #GstAppSink
  * @callbacks: the callbacks
  * @user_data: a user_data argument for the callbacks
index 452e368..3397a09 100644 (file)
@@ -43,7 +43,7 @@ typedef struct _GstAppSinkClass GstAppSinkClass;
 typedef struct _GstAppSinkPrivate GstAppSinkPrivate;
 
 /**
- * GstAppSinkCallbacks:
+ * GstAppSinkCallbacks: (skip)
  * @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 sample is available.
index e4ee08f..d0850f5 100644 (file)
@@ -1572,7 +1572,7 @@ flushing:
 }
 
 /**
- * gst_app_src_set_callbacks:
+ * gst_app_src_set_callbacks: (skip)
  * @appsrc: a #GstAppSrc
  * @callbacks: the callbacks
  * @user_data: a user_data argument for the callbacks
index 3cc9447..417a56d 100644 (file)
@@ -43,7 +43,7 @@ typedef struct _GstAppSrcClass GstAppSrcClass;
 typedef struct _GstAppSrcPrivate GstAppSrcPrivate;
 
 /**
- * GstAppSrcCallbacks:
+ * GstAppSrcCallbacks: (skip)
  * @need_data: Called when the appsrc needs more data. A buffer or EOS should be
  *    pushed to appsrc from this thread or another thread. @length is just a hint
  *    and when it is set to -1, any number of bytes can be pushed into @appsrc.