mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
parent
0fac936525
commit
440865f127
1 changed files with 49 additions and 0 deletions
|
@ -1,4 +1,53 @@
|
||||||
EXPORTS
|
EXPORTS
|
||||||
|
gst_discoverer_audio_info_get_bitrate
|
||||||
|
gst_discoverer_audio_info_get_channels
|
||||||
|
gst_discoverer_audio_info_get_depth
|
||||||
|
gst_discoverer_audio_info_get_max_bitrate
|
||||||
|
gst_discoverer_audio_info_get_sample_rate
|
||||||
|
gst_discoverer_audio_info_get_type
|
||||||
|
gst_discoverer_container_info_get_streams
|
||||||
|
gst_discoverer_container_info_get_type
|
||||||
|
gst_discoverer_discover_uri
|
||||||
|
gst_discoverer_discover_uri_async
|
||||||
|
gst_discoverer_get_type
|
||||||
|
gst_discoverer_info_copy
|
||||||
|
gst_discoverer_info_get_audio_streams
|
||||||
|
gst_discoverer_info_get_container_streams
|
||||||
|
gst_discoverer_info_get_duration
|
||||||
|
gst_discoverer_info_get_misc
|
||||||
|
gst_discoverer_info_get_result
|
||||||
|
gst_discoverer_info_get_stream_info
|
||||||
|
gst_discoverer_info_get_stream_list
|
||||||
|
gst_discoverer_info_get_streams
|
||||||
|
gst_discoverer_info_get_tags
|
||||||
|
gst_discoverer_info_get_type
|
||||||
|
gst_discoverer_info_get_uri
|
||||||
|
gst_discoverer_info_get_video_streams
|
||||||
|
gst_discoverer_new
|
||||||
|
gst_discoverer_result_get_type
|
||||||
|
gst_discoverer_start
|
||||||
|
gst_discoverer_stop
|
||||||
|
gst_discoverer_stream_info_get_caps
|
||||||
|
gst_discoverer_stream_info_get_misc
|
||||||
|
gst_discoverer_stream_info_get_next
|
||||||
|
gst_discoverer_stream_info_get_previous
|
||||||
|
gst_discoverer_stream_info_get_stream_type_nick
|
||||||
|
gst_discoverer_stream_info_get_tags
|
||||||
|
gst_discoverer_stream_info_get_type
|
||||||
|
gst_discoverer_stream_info_list_free
|
||||||
|
gst_discoverer_video_info_get_bitrate
|
||||||
|
gst_discoverer_video_info_get_depth
|
||||||
|
gst_discoverer_video_info_get_framerate_denom
|
||||||
|
gst_discoverer_video_info_get_framerate_num
|
||||||
|
gst_discoverer_video_info_get_height
|
||||||
|
gst_discoverer_video_info_get_interlaced
|
||||||
|
gst_discoverer_video_info_get_is_image
|
||||||
|
gst_discoverer_video_info_get_max_bitrate
|
||||||
|
gst_discoverer_video_info_get_par_denom
|
||||||
|
gst_discoverer_video_info_get_par_num
|
||||||
|
gst_discoverer_video_info_get_type
|
||||||
|
gst_discoverer_video_info_get_width
|
||||||
|
gst_install_marshal_VOID__POINTER_BOXED
|
||||||
gst_install_plugins_async
|
gst_install_plugins_async
|
||||||
gst_install_plugins_context_free
|
gst_install_plugins_context_free
|
||||||
gst_install_plugins_context_get_type
|
gst_install_plugins_context_get_type
|
||||||
|
|
Loading…
Reference in a new issue