From ccd5fa2866be8e0dedaa1edbc111e969d09d4edd Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 5 Dec 2005 14:14:02 +0000 Subject: [PATCH] remove deprecation guard from docstring Original commit message from CVS: remove deprecation guard from docstring --- gst/gstpad.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gst/gstpad.h b/gst/gstpad.h index abb8928494..742dbdc10f 100644 --- a/gst/gstpad.h +++ b/gst/gstpad.h @@ -218,17 +218,17 @@ typedef GstFlowReturn (*GstPadGetRangeFunction) (GstPad *pad, guint64 offset, typedef gboolean (*GstPadEventFunction) (GstPad *pad, GstEvent *event); -/* deprecate me, check range should use seeking query */ +/* FIXME: 0.11: deprecate me, check range should use seeking query */ /** * GstPadCheckGetRangeFunction: * @pad: a #GstPad * * Check if @pad can be activated in pull mode. * - * Returns: TRUE if the pad can operate in pull mode. + * This function will be deprecated after 0.10; use the seeking query to check + * if a pad can support random access. * - * Deprecated: use the seeking query to check if a pad can support - * random access. + * Returns: TRUE if the pad can operate in pull mode. */ typedef gboolean (*GstPadCheckGetRangeFunction) (GstPad *pad);