mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +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);
|
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:
|
* GstPadCheckGetRangeFunction:
|
||||||
* @pad: a #GstPad
|
* @pad: a #GstPad
|
||||||
*
|
*
|
||||||
* Check if @pad can be activated in pull mode.
|
* 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
|
* Returns: TRUE if the pad can operate in pull mode.
|
||||||
* random access.
|
|
||||||
*/
|
*/
|
||||||
typedef gboolean (*GstPadCheckGetRangeFunction) (GstPad *pad);
|
typedef gboolean (*GstPadCheckGetRangeFunction) (GstPad *pad);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue