mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
docs: Fix docs for gst_caps_set_simple()
This commit is contained in:
parent
08c56edb84
commit
868711fc70
1 changed files with 4 additions and 4 deletions
|
@ -907,8 +907,8 @@ gst_caps_set_value (GstCaps * caps, const char *field, const GValue * value)
|
||||||
* Sets fields in a #GstCaps. The arguments must be passed in the same
|
* Sets fields in a #GstCaps. The arguments must be passed in the same
|
||||||
* manner as gst_structure_set(), and be NULL-terminated.
|
* manner as gst_structure_set(), and be NULL-terminated.
|
||||||
* <note>Prior to GStreamer version 0.10.26, this function failed when
|
* <note>Prior to GStreamer version 0.10.26, this function failed when
|
||||||
* @caps was simple. If your code needs to work with those versions of
|
* @caps was not simple. If your code needs to work with those versions
|
||||||
* GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
|
* of GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
|
||||||
* is %TRUE for @caps.</note>
|
* is %TRUE for @caps.</note>
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
@ -954,8 +954,8 @@ gst_caps_set_simple_valist (GstCaps * caps, const char *field, va_list varargs)
|
||||||
* Sets fields in a #GstCaps. The arguments must be passed in the same
|
* Sets fields in a #GstCaps. The arguments must be passed in the same
|
||||||
* manner as gst_structure_set(), and be NULL-terminated.
|
* manner as gst_structure_set(), and be NULL-terminated.
|
||||||
* <note>Prior to GStreamer version 0.10.26, this function failed when
|
* <note>Prior to GStreamer version 0.10.26, this function failed when
|
||||||
* @caps was simple. If your code needs to work with those versions of
|
* @caps was not simple. If your code needs to work with those versions
|
||||||
* GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
|
* of GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
|
||||||
* is %TRUE for @caps.</note>
|
* is %TRUE for @caps.</note>
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue