mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
docs: improve some docs
This commit is contained in:
parent
aefa1c67f8
commit
e4db8d0f55
2 changed files with 1 additions and 5 deletions
|
@ -4039,10 +4039,6 @@ gst_pad_get_range (GstPad * pad, guint64 offset, guint size,
|
|||
* See gst_pad_get_range() for a list of return values and for the
|
||||
* semantics of the arguments of this function.
|
||||
*
|
||||
* @buffer's caps must either be unset or the same as what is already
|
||||
* configured on @pad. Renegotiation within a running pull-mode pipeline is not
|
||||
* supported.
|
||||
*
|
||||
* Returns: a #GstFlowReturn from the peer pad.
|
||||
* When this function returns #GST_FLOW_OK, @buffer will contain a valid
|
||||
* #GstBuffer that should be freed with gst_buffer_unref() after usage.
|
||||
|
|
|
@ -222,7 +222,7 @@ struct _GstBaseTransformClass {
|
|||
gboolean (*set_caps) (GstBaseTransform *trans, GstCaps *incaps,
|
||||
GstCaps *outcaps);
|
||||
|
||||
/* setup allocation query */
|
||||
/* setup allocation query for output buffers */
|
||||
gboolean (*setup_allocation) (GstBaseTransform *trans, GstQuery *query);
|
||||
|
||||
/* transform size */
|
||||
|
|
Loading…
Reference in a new issue