mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
win32: fix .def file
This commit is contained in:
parent
6edfcc3705
commit
c11723aab7
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,6 @@ EXPORTS
|
||||||
gst_caps_new_full_valist
|
gst_caps_new_full_valist
|
||||||
gst_caps_new_simple
|
gst_caps_new_simple
|
||||||
gst_caps_normalize
|
gst_caps_normalize
|
||||||
gst_caps_steal_structure
|
|
||||||
gst_caps_ref
|
gst_caps_ref
|
||||||
gst_caps_remove_structure
|
gst_caps_remove_structure
|
||||||
gst_caps_replace
|
gst_caps_replace
|
||||||
|
@ -179,6 +178,7 @@ EXPORTS
|
||||||
gst_caps_set_simple
|
gst_caps_set_simple
|
||||||
gst_caps_set_simple_valist
|
gst_caps_set_simple_valist
|
||||||
gst_caps_set_value
|
gst_caps_set_value
|
||||||
|
gst_caps_steal_structure
|
||||||
gst_caps_subtract
|
gst_caps_subtract
|
||||||
gst_caps_to_string
|
gst_caps_to_string
|
||||||
gst_caps_truncate
|
gst_caps_truncate
|
||||||
|
|
Loading…
Reference in a new issue