mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
remove deprecation guard from docstring
Original commit message from CVS: remove deprecation guard from docstring
This commit is contained in:
parent
3095219ee9
commit
ccd5fa2866
1 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue