From 20d1ee87cbf78177ee8655b9b497af5a54d46870 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 3 Jun 2011 18:10:24 +0200 Subject: [PATCH] gstpad: Small doc fixup --- gst/gstpad.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gst/gstpad.h b/gst/gstpad.h index 139ff80..e8252c9 100644 --- a/gst/gstpad.h +++ b/gst/gstpad.h @@ -506,14 +506,14 @@ typedef enum #define GST_PROBE_TYPE_SCHEDULING (GST_PROBE_TYPE_PUSH | GST_PROBE_TYPE_PULL) /** - * GstProbeResult: - * @GST_PROBE_RESULT_OK: normal probe return value - * @GST_PROBE_RESULT_DROP: drop data in data probes - * @GST_PROBE_RESULT_REMOVE: remove probe - * @GST_PROBE_RESULT_PASS: pass the data item in the block probe and block on + * GstProbeReturn: + * @GST_PROBE_OK: normal probe return value + * @GST_PROBE_DROP: drop data in data probes + * @GST_PROBE_REMOVE: remove probe + * @GST_PROBE_PASS: pass the data item in the block probe and block on * the next item * - * Different return values for the GstPadProbeCallback. + * Different return values for the #GstPadProbeCallback. */ typedef enum { -- 2.7.4