mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
value: Fix copy&paste mistakes in the bitmask function docs
This commit is contained in:
parent
bfb6844399
commit
d55893fb96
1 changed files with 2 additions and 2 deletions
|
@ -5682,7 +5682,7 @@ gst_value_lcopy_bitmask (const GValue * value, guint n_collect_values,
|
|||
|
||||
/**
|
||||
* gst_value_set_bitmask:
|
||||
* @value: a GValue initialized to #GST_TYPE_FRACTION
|
||||
* @value: a GValue initialized to #GST_TYPE_BITMASK
|
||||
* @bitmask: the bitmask
|
||||
*
|
||||
* Sets @value to the bitmask specified by @bitmask.
|
||||
|
@ -5697,7 +5697,7 @@ gst_value_set_bitmask (GValue * value, guint64 bitmask)
|
|||
|
||||
/**
|
||||
* gst_value_get_bitmask:
|
||||
* @value: a GValue initialized to #GST_TYPE_FRACTION
|
||||
* @value: a GValue initialized to #GST_TYPE_BITMASK
|
||||
*
|
||||
* Gets the bitmask specified by @value.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue