GNOME Bugzilla – Bug 788214
gst: API: gst_get_main_executable_path()
Last modified: 2017-09-27 19:02:36 UTC
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
Created attachment 360494 [details] [review] gst: API: gst_get_main_executable_path()
Comment on attachment 360494 [details] [review] gst: API: gst_get_main_executable_path() Maybe add a comment in the docs about the special behaviour with the plugin scanner :)
Created attachment 360563 [details] [review] 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
(In reply to Sebastian Dröge (slomo) from comment #2) > Maybe add a comment in the docs about the special behaviour with the plugin > scanner :) Done
Review of attachment 360563 [details] [review]: Add it to the win32/common file ::: gst/gst.c @@ +381,3 @@ + * + * Returns: (transfer none): The path of the executable that + * initialized GStreamer, or %NULL if it could not be determined. Since: 1.14
Attachment 360563 [details] pushed as 895bb7b - gst: API: gst_get_main_executable_path()