From 40800fa1175c86dd7cbb79466f2cafb413acdb55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 7 Nov 2022 20:31:25 +0200 Subject: [PATCH] discoverer: Annotate `DiscovererInfo::get_audio_streams()` and others with the concrete stream info type Part-of: --- .../gst-libs/gst/pbutils/gstdiscoverer-types.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer-types.c b/subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer-types.c index f490ec20e0..c0e2e109dd 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer-types.c +++ b/subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstdiscoverer-types.c @@ -510,7 +510,7 @@ gst_discoverer_info_get_streams (GstDiscovererInfo * info, GType streamtype) * * Finds all the #GstDiscovererAudioInfo contained in @info * - * Returns: (transfer full) (element-type GstPbutils.DiscovererStreamInfo): A #GList of + * Returns: (transfer full) (element-type GstPbutils.DiscovererAudioInfo): A #GList of * matching #GstDiscovererStreamInfo. The caller should free it with * gst_discoverer_stream_info_list_free(). */ @@ -526,7 +526,7 @@ gst_discoverer_info_get_audio_streams (GstDiscovererInfo * info) * * Finds all the #GstDiscovererVideoInfo contained in @info * - * Returns: (transfer full) (element-type GstPbutils.DiscovererStreamInfo): A #GList of + * Returns: (transfer full) (element-type GstPbutils.DiscovererVideoInfo): A #GList of * matching #GstDiscovererStreamInfo. The caller should free it with * gst_discoverer_stream_info_list_free(). */ @@ -542,7 +542,7 @@ gst_discoverer_info_get_video_streams (GstDiscovererInfo * info) * * Finds all the #GstDiscovererSubtitleInfo contained in @info * - * Returns: (transfer full) (element-type GstPbutils.DiscovererStreamInfo): A #GList of + * Returns: (transfer full) (element-type GstPbutils.DiscovererSubtitleInfo): A #GList of * matching #GstDiscovererStreamInfo. The caller should free it with * gst_discoverer_stream_info_list_free(). */ @@ -559,7 +559,7 @@ gst_discoverer_info_get_subtitle_streams (GstDiscovererInfo * info) * * Finds all the #GstDiscovererContainerInfo contained in @info * - * Returns: (transfer full) (element-type GstPbutils.DiscovererStreamInfo): A #GList of + * Returns: (transfer full) (element-type GstPbutils.DiscovererContainerInfo): A #GList of * matching #GstDiscovererStreamInfo. The caller should free it with * gst_discoverer_stream_info_list_free(). */