From 899a6de75b00ed6f9bf65338f2f66787133f0f60 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Wed, 28 Oct 2009 12:02:03 +0100 Subject: [PATCH] baseparse: documentation fixes --- gst/aacparse/gstbaseparse.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/gst/aacparse/gstbaseparse.c b/gst/aacparse/gstbaseparse.c index 010723a1bc..e4092a842c 100644 --- a/gst/aacparse/gstbaseparse.c +++ b/gst/aacparse/gstbaseparse.c @@ -95,7 +95,7 @@ * over again. * * - * During the parsing process GstBaseClass will handle both srcpad and + * During the parsing process GstBaseParseClass will handle both srcpad and * sinkpad events. They will be passed to subclass if @event or * @src_event callbacks have been provided. * @@ -1422,16 +1422,11 @@ gst_base_parse_set_min_frame_size (GstBaseParse * parse, guint min_size) /** * gst_base_transform_set_passthrough: - * @trans: the #GstBaseTransform to set + * @trans: the #GstBaseParse to set * @passthrough: boolean indicating passthrough mode. * - * Set passthrough mode for this filter by default. This is mostly - * useful for filters that do not care about negotiation. - * - * Always TRUE for filters which don't implement either a transform - * or transform_ip method. - * - * MT safe. + * Set passthrough mode for this parser. If operating in passthrough, + * incoming buffers are pushed through unmodified. */ void gst_base_parse_set_passthrough (GstBaseParse * parse, gboolean passthrough)