mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
win32: add new encoding profile API to .def file
This commit is contained in:
parent
12aef5f47d
commit
08bd6a2de9
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@ EXPORTS
|
|||
gst_encoding_profile_get_name
|
||||
gst_encoding_profile_get_presence
|
||||
gst_encoding_profile_get_preset
|
||||
gst_encoding_profile_get_preset_name
|
||||
gst_encoding_profile_get_restriction
|
||||
gst_encoding_profile_get_type
|
||||
gst_encoding_profile_get_type_nick
|
||||
|
@ -92,6 +93,7 @@ EXPORTS
|
|||
gst_encoding_profile_set_name
|
||||
gst_encoding_profile_set_presence
|
||||
gst_encoding_profile_set_preset
|
||||
gst_encoding_profile_set_preset_name
|
||||
gst_encoding_profile_set_restriction
|
||||
gst_encoding_target_add_profile
|
||||
gst_encoding_target_get_category
|
||||
|
|
Loading…
Reference in a new issue