diff options
Diffstat (limited to 'gst-libs/gst/player/gstplayer-media-info.c')
-rw-r--r-- | gst-libs/gst/player/gstplayer-media-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/player/gstplayer-media-info.c b/gst-libs/gst/player/gstplayer-media-info.c index c805ebea0..2be22a5ad 100644 --- a/gst-libs/gst/player/gstplayer-media-info.c +++ b/gst-libs/gst/player/gstplayer-media-info.c @@ -275,7 +275,7 @@ gst_player_audio_info_class_init (GstPlayerAudioInfoClass * klass) * gst_player_audio_info_get_language: * @info: a #GstPlayerAudioInfo * - * Returns: the language of the stream, or NULL if unknown. + * Returns (nullable): the language of the stream, or NULL if unknown. */ const gchar * gst_player_audio_info_get_language (const GstPlayerAudioInfo * info) |