mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
player: G-I annotation fixes
This commit is contained in:
parent
0f692e202e
commit
1f7d341d92
1 changed files with 2 additions and 3 deletions
|
@ -3917,8 +3917,6 @@ gst_player_get_audio_video_offset (GstPlayer * self)
|
|||
*
|
||||
* Sets audio-video-offset property by value of @offset
|
||||
*
|
||||
* Returns: void
|
||||
*
|
||||
* Since 1.10
|
||||
*/
|
||||
void
|
||||
|
@ -4181,9 +4179,10 @@ gst_player_config_set_position_update_interval (GstStructure * config,
|
|||
|
||||
/**
|
||||
* gst_player_config_get_position_update_interval:
|
||||
* @player: #GstPlayer instance
|
||||
* @config: a #GstPlayer configuration
|
||||
*
|
||||
* Returns: current position update interval in milliseconds
|
||||
*
|
||||
* Since 1.10
|
||||
*/
|
||||
guint
|
||||
|
|
Loading…
Reference in a new issue