diff options
author | Mathieu Duponchelle <mathieu@centricular.com> | 2017-09-26 21:51:53 +0200 |
---|---|---|
committer | Mathieu Duponchelle <mathieu@centricular.com> | 2017-09-27 20:59:54 +0200 |
commit | 895bb7bcd627989951d2041aefba73bb4b59bad5 (patch) | |
tree | de3eea75c38437c2d034264b07135490a41fd000 /win32/common | |
parent | 49e230ad1a451f62a4358bdd9af057ab6afa2ec8 (diff) |
gst: API: gst_get_main_executable_path()
This is useful for plugins that need to inspect the
folder of the main executable in order to determine the
set of features they will expose, for example:
https://github.com/centricular/gstreamer-vst3
https://bugzilla.gnome.org/show_bug.cgi?id=788214
Diffstat (limited to 'win32/common')
-rw-r--r-- | win32/common/libgstreamer.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 03ecb272e..12cf80587 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -691,6 +691,7 @@ EXPORTS gst_int_range_get_type gst_is_caps_features gst_is_initialized + gst_get_main_executable_path gst_iterator_copy gst_iterator_filter gst_iterator_find_custom |