mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
libs: Fix various Since markers
This commit is contained in:
parent
5b918e681d
commit
e4b8f21a5a
3 changed files with 20 additions and 20 deletions
|
@ -397,8 +397,8 @@ struct _GstH264NalUnitExtensionMVC
|
|||
* @valid: If the NAL unit is valid, which means it has
|
||||
* already been parsed
|
||||
* @data: The data from which the NAL unit has been parsed
|
||||
* @header_bytes: The size of the NALU header in bytes (Since 1.6)
|
||||
* @extension_type: the extension type (Since 1.6)
|
||||
* @header_bytes: The size of the NALU header in bytes (Since: 1.6)
|
||||
* @extension_type: the extension type (Since: 1.6)
|
||||
*
|
||||
* Structure defining the NAL unit headers
|
||||
*/
|
||||
|
|
|
@ -221,7 +221,7 @@ typedef enum
|
|||
* @GST_H265_SEI_BUF_PERIOD: Buffering Period SEI Message
|
||||
* @GST_H265_SEI_PIC_TIMING: Picture Timing SEI Message
|
||||
* @GST_H265_SEI_RECOVERY_POINT: Recovery Point SEI Message (D.3.8)
|
||||
* @GST_H265_SEI_TIME_CODE: Time code SEI message (D.2.27) (Since 1.16)
|
||||
* @GST_H265_SEI_TIME_CODE: Time code SEI message (D.2.27) (Since: 1.16)
|
||||
* ...
|
||||
*
|
||||
* The type of SEI message.
|
||||
|
|
|
@ -179,8 +179,8 @@ typedef enum
|
|||
* @GST_PHOTOGRAPHY_WB_MODE_FLUORESCENT: Mode for fluorescent lighting
|
||||
* @GST_PHOTOGRAPHY_WB_MODE_MANUAL: Disable automatic white balance adjustment
|
||||
* and keep current values.
|
||||
* @GST_PHOTOGRAPHY_WB_MODE_WARM_FLUORESCENT: Mode for warm fluorescent lighting (Since 1.2)
|
||||
* @GST_PHOTOGRAPHY_WB_MODE_SHADE: Mode for shade lighting (Since 1.2)
|
||||
* @GST_PHOTOGRAPHY_WB_MODE_WARM_FLUORESCENT: Mode for warm fluorescent lighting (Since: 1.2)
|
||||
* @GST_PHOTOGRAPHY_WB_MODE_SHADE: Mode for shade lighting (Since: 1.2)
|
||||
*
|
||||
* Modes for white balance control.
|
||||
*/
|
||||
|
@ -211,10 +211,10 @@ typedef enum
|
|||
* @GST_PHOTOGRAPHY_COLOR_TONE_MODE_SKY_BLUE: Sky blue
|
||||
* @GST_PHOTOGRAPHY_COLOR_TONE_MODE_GRASS_GREEN: Grass green
|
||||
* @GST_PHOTOGRAPHY_COLOR_TONE_MODE_SKIN_WHITEN: Skin whiten
|
||||
* @GST_PHOTOGRAPHY_COLOR_TONE_MODE_POSTERIZE: Posterize (Since 1.2)
|
||||
* @GST_PHOTOGRAPHY_COLOR_TONE_MODE_WHITEBOARD: Whiteboard (Since 1.2)
|
||||
* @GST_PHOTOGRAPHY_COLOR_TONE_MODE_BLACKBOARD: Blackboard (Since 1.2)
|
||||
* @GST_PHOTOGRAPHY_COLOR_TONE_MODE_AQUA: Aqua (Since 1.2)
|
||||
* @GST_PHOTOGRAPHY_COLOR_TONE_MODE_POSTERIZE: Posterize (Since: 1.2)
|
||||
* @GST_PHOTOGRAPHY_COLOR_TONE_MODE_WHITEBOARD: Whiteboard (Since: 1.2)
|
||||
* @GST_PHOTOGRAPHY_COLOR_TONE_MODE_BLACKBOARD: Blackboard (Since: 1.2)
|
||||
* @GST_PHOTOGRAPHY_COLOR_TONE_MODE_AQUA: Aqua (Since: 1.2)
|
||||
*
|
||||
* Modes for special color effects.
|
||||
*/
|
||||
|
@ -248,22 +248,22 @@ typedef enum
|
|||
* @GST_PHOTOGRAPHY_SCENE_MODE_NIGHT: Mode for night conditions
|
||||
* @GST_PHOTOGRAPHY_SCENE_MODE_AUTO: Choose scene mode automatically
|
||||
* @GST_PHOTOGRAPHY_SCENE_MODE_ACTION: Take photos of fast moving
|
||||
* objects (Since 1.2)
|
||||
* objects (Since: 1.2)
|
||||
* @GST_PHOTOGRAPHY_SCENE_MODE_NIGHT_PORTRAIT: Take people pictures
|
||||
* at night (Since 1.2)
|
||||
* @GST_PHOTOGRAPHY_SCENE_MODE_THEATRE: Take photos in a theater (Since 1.2)
|
||||
* @GST_PHOTOGRAPHY_SCENE_MODE_BEACH: Take pictures on the beach (Since 1.2)
|
||||
* @GST_PHOTOGRAPHY_SCENE_MODE_SNOW: Take pictures on the snow (Since 1.2)
|
||||
* @GST_PHOTOGRAPHY_SCENE_MODE_SUNSET: Take sunset photos (Since 1.2)
|
||||
* at night (Since: 1.2)
|
||||
* @GST_PHOTOGRAPHY_SCENE_MODE_THEATRE: Take photos in a theater (Since: 1.2)
|
||||
* @GST_PHOTOGRAPHY_SCENE_MODE_BEACH: Take pictures on the beach (Since: 1.2)
|
||||
* @GST_PHOTOGRAPHY_SCENE_MODE_SNOW: Take pictures on the snow (Since: 1.2)
|
||||
* @GST_PHOTOGRAPHY_SCENE_MODE_SUNSET: Take sunset photos (Since: 1.2)
|
||||
* @GST_PHOTOGRAPHY_SCENE_MODE_STEADY_PHOTO: Avoid blurry pictures
|
||||
* (for example, due to hand shake) (Since 1.2)
|
||||
* (for example, due to hand shake) (Since: 1.2)
|
||||
* @GST_PHOTOGRAPHY_SCENE_MODE_FIREWORKS: For shooting firework
|
||||
* displays (Since 1.2)
|
||||
* @GST_PHOTOGRAPHY_SCENE_MODE_PARTY: Take indoor low-light shot (Since 1.2)
|
||||
* displays (Since: 1.2)
|
||||
* @GST_PHOTOGRAPHY_SCENE_MODE_PARTY: Take indoor low-light shot (Since: 1.2)
|
||||
* @GST_PHOTOGRAPHY_SCENE_MODE_CANDLELIGHT: Capture the naturally warm color
|
||||
* of scenes lit by candles (Since 1.2)
|
||||
* of scenes lit by candles (Since: 1.2)
|
||||
* @GST_PHOTOGRAPHY_SCENE_MODE_BARCODE: Applications are looking for
|
||||
* a barcode (Since 1.2)
|
||||
* a barcode (Since: 1.2)
|
||||
*
|
||||
* Each mode contains preset #GstPhotography options in order to produce
|
||||
* good capturing result in certain scene.
|
||||
|
|
Loading…
Reference in a new issue