mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
win32: Add new API to .def file
This commit is contained in:
parent
aa754f634c
commit
b66a9acdb8
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,8 @@ EXPORTS
|
|||
gst_player_get_current_visualization
|
||||
gst_player_get_duration
|
||||
gst_player_get_media_info
|
||||
gst_player_get_multiview_flags
|
||||
gst_player_get_multiview_mode
|
||||
gst_player_get_mute
|
||||
gst_player_get_pipeline
|
||||
gst_player_get_position
|
||||
|
@ -49,6 +51,8 @@ EXPORTS
|
|||
gst_player_set_audio_track
|
||||
gst_player_set_audio_track_enabled
|
||||
gst_player_set_color_balance
|
||||
gst_player_set_multiview_flags
|
||||
gst_player_set_multiview_mode
|
||||
gst_player_set_mute
|
||||
gst_player_set_position_update_interval
|
||||
gst_player_set_rate
|
||||
|
|
Loading…
Reference in a new issue