Skip to content
Snippets Groups Projects
Commit 93e32bfd authored by Nicolas Dufresne's avatar Nicolas Dufresne
Browse files

doc: Remove extra . after Since marker

parent 458349d3
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ typedef struct _GstFdAllocatorClass GstFdAllocatorClass; ...@@ -46,7 +46,7 @@ typedef struct _GstFdAllocatorClass GstFdAllocatorClass;
* @GST_FD_MEMORY_FLAG_MAP_PRIVATE: do a private mapping instead of * @GST_FD_MEMORY_FLAG_MAP_PRIVATE: do a private mapping instead of
* the default shared mapping. * the default shared mapping.
* @GST_FD_MEMORY_FLAG_DONT_CLOSE: don't close the file descriptor when * @GST_FD_MEMORY_FLAG_DONT_CLOSE: don't close the file descriptor when
* the memory is freed. Since: 1.10. * the memory is freed. Since: 1.10
* *
* Various flags to control the operation of the fd backed memory. * Various flags to control the operation of the fd backed memory.
* *
......
...@@ -50,7 +50,7 @@ typedef enum { ...@@ -50,7 +50,7 @@ typedef enum {
* @GST_VIDEO_COLOR_MATRIX_BT709: ITU-R BT.709 color matrix * @GST_VIDEO_COLOR_MATRIX_BT709: ITU-R BT.709 color matrix
* @GST_VIDEO_COLOR_MATRIX_BT601: ITU-R BT.601 color matrix * @GST_VIDEO_COLOR_MATRIX_BT601: ITU-R BT.601 color matrix
* @GST_VIDEO_COLOR_MATRIX_SMPTE240M: SMPTE 240M color matrix * @GST_VIDEO_COLOR_MATRIX_SMPTE240M: SMPTE 240M color matrix
* @GST_VIDEO_COLOR_MATRIX_BT2020: ITU-R BT.2020 color matrix. Since: 1.6. * @GST_VIDEO_COLOR_MATRIX_BT2020: ITU-R BT.2020 color matrix. Since: 1.6
* *
* The color matrix is used to convert between Y'PbPr and * The color matrix is used to convert between Y'PbPr and
* non-linear RGB (R'G'B') * non-linear RGB (R'G'B')
...@@ -87,7 +87,7 @@ gboolean gst_video_color_matrix_get_Kr_Kb (GstVideoColorMatrix matrix, gdouble * ...@@ -87,7 +87,7 @@ gboolean gst_video_color_matrix_get_Kr_Kb (GstVideoColorMatrix matrix, gdouble *
* 316.22777:1 range * 316.22777:1 range
* @GST_VIDEO_TRANSFER_BT2020_12: Gamma 2.2 curve with a linear segment in the lower * @GST_VIDEO_TRANSFER_BT2020_12: Gamma 2.2 curve with a linear segment in the lower
* range. Used for BT.2020 with 12 bits per * range. Used for BT.2020 with 12 bits per
* component. Since: 1.6. * component. Since: 1.6
* @GST_VIDEO_TRANSFER_ADOBERGB: Gamma 2.19921875. Since: 1.8 * @GST_VIDEO_TRANSFER_ADOBERGB: Gamma 2.19921875. Since: 1.8
* *
* The video transfer function defines the formula for converting between * The video transfer function defines the formula for converting between
...@@ -121,7 +121,7 @@ gdouble gst_video_color_transfer_decode (GstVideoTransferFunction func, gdo ...@@ -121,7 +121,7 @@ gdouble gst_video_color_transfer_decode (GstVideoTransferFunction func, gdo
* @GST_VIDEO_COLOR_PRIMARIES_SMPTE170M: SMPTE170M primaries * @GST_VIDEO_COLOR_PRIMARIES_SMPTE170M: SMPTE170M primaries
* @GST_VIDEO_COLOR_PRIMARIES_SMPTE240M: SMPTE240M primaries * @GST_VIDEO_COLOR_PRIMARIES_SMPTE240M: SMPTE240M primaries
* @GST_VIDEO_COLOR_PRIMARIES_FILM: Generic film * @GST_VIDEO_COLOR_PRIMARIES_FILM: Generic film
* @GST_VIDEO_COLOR_PRIMARIES_BT2020: BT2020 primaries. Since: 1.6. * @GST_VIDEO_COLOR_PRIMARIES_BT2020: BT2020 primaries. Since: 1.6
* @GST_VIDEO_COLOR_PRIMARIES_ADOBERGB: Adobe RGB primaries. Since: 1.8 * @GST_VIDEO_COLOR_PRIMARIES_ADOBERGB: Adobe RGB primaries. Since: 1.8
* *
* The color primaries define the how to transform linear RGB values to and from * The color primaries define the how to transform linear RGB values to and from
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment