mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
caps: fix typo in docs
This commit is contained in:
parent
db8a25a0a4
commit
7d86ad93a2
1 changed files with 2 additions and 2 deletions
|
@ -908,7 +908,7 @@ gst_caps_set_value (GstCaps * caps, const char *field, const GValue * value)
|
|||
* 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 amy only call this function when GST_CAPS_IS_SIMPLE()
|
||||
* GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
|
||||
* returns %TRUE for @caps.</note>
|
||||
*/
|
||||
void
|
||||
|
@ -955,7 +955,7 @@ gst_caps_set_simple_valist (GstCaps * caps, const char *field, va_list varargs)
|
|||
* 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 amy only call this function when GST_CAPS_IS_SIMPLE()
|
||||
* GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
|
||||
* returns %TRUE for @caps.</note>
|
||||
*/
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue