mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +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
|
||||
* manner as gst_structure_set(), and be NULL-terminated.
|
||||
* <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
|
||||
* GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
|
||||
* @caps was not simple. If your code needs to work with those versions
|
||||
* of GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
|
||||
* is %TRUE for @caps.</note>
|
||||
*/
|
||||
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
|
||||
* manner as gst_structure_set(), and be NULL-terminated.
|
||||
* <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
|
||||
* GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
|
||||
* @caps was not simple. If your code needs to work with those versions
|
||||
* of GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
|
||||
* is %TRUE for @caps.</note>
|
||||
*/
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue