mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
discoverer: Fix a wrong naming in the documentation
gst_discoverer_stream_get_missing_elements_installer_details does not exist, one should use gst_discoverer_info_get_missing_elements_installer_details
This commit is contained in:
parent
c101452a4a
commit
70363766cd
1 changed files with 2 additions and 2 deletions
|
@ -690,7 +690,7 @@ gst_discoverer_stream_info_get_stream_id (GstDiscovererStreamInfo * info)
|
|||
* @info: a #GstDiscovererStreamInfo
|
||||
*
|
||||
* Deprecated: This functions is deprecated since version 1.4, use
|
||||
* gst_discoverer_stream_get_missing_elements_installer_details
|
||||
* #gst_discoverer_info_get_missing_elements_installer_details
|
||||
*
|
||||
* Returns: (transfer none): additional information regarding the stream (for
|
||||
* example codec version, profile, etc..). If you wish to use the #GstStructure
|
||||
|
@ -1016,7 +1016,7 @@ DISCOVERER_INFO_ACCESSOR_CODE (seekable, gboolean, FALSE);
|
|||
* @info: a #GstDiscovererInfo
|
||||
*
|
||||
* Deprecated: This functions is deprecated since version 1.4, use
|
||||
* gst_discoverer_info_get_missing_elements_installer_details
|
||||
* #gst_discoverer_info_get_missing_elements_installer_details
|
||||
*
|
||||
* Returns: (transfer none): Miscellaneous information stored as a #GstStructure
|
||||
* (for example: information about missing plugins). If you wish to use the
|
||||
|
|
Loading…
Reference in a new issue