mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
discoverer: Annotate DiscovererInfo::get_audio_streams()
and others with the concrete stream info type
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3353>
This commit is contained in:
parent
bbd2bce11d
commit
40800fa117
1 changed files with 4 additions and 4 deletions
|
@ -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().
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue