mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
utils: fix some docs
This commit is contained in:
parent
7e64507a1a
commit
85feb64912
1 changed files with 4 additions and 3 deletions
|
@ -2385,11 +2385,12 @@ gst_element_seek_simple (GstElement * element, GstFormat format,
|
||||||
* @pad: the pad to use
|
* @pad: the pad to use
|
||||||
*
|
*
|
||||||
* A helper function you can use that sets the FIXED_CAPS flag
|
* A helper function you can use that sets the FIXED_CAPS flag
|
||||||
* This way the default getcaps function will always return the negotiated caps
|
* This way the default CAPS query will always return the negotiated caps
|
||||||
* or in case the pad is not negotiated, the padtemplate caps.
|
* or in case the pad is not negotiated, the padtemplate caps.
|
||||||
*
|
*
|
||||||
* Use this function on a pad that, once gst_pad_set_caps() has been called
|
* The negotiated caps are the caps of the last CAPS event that passed on the
|
||||||
* on it, cannot be renegotiated to something else.
|
* pad. Use this function on a pad that, once it negotiated to a CAPS, cannot
|
||||||
|
* be renegotiated to something else.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
gst_pad_use_fixed_caps (GstPad * pad)
|
gst_pad_use_fixed_caps (GstPad * pad)
|
||||||
|
|
Loading…
Reference in a new issue