plugin dependencies: fix 6cddce7663cb4b6ee061950d20365f42cb755851
authorMathieu Duponchelle <mathieu@centricular.com>
Tue, 26 Sep 2017 13:15:27 +0000 (15:15 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Tue, 26 Sep 2017 13:15:27 +0000 (15:15 +0200)
commita5e168071c169bec7343b82267f02563f673b441
tree63fd720e321943fce1240946941674366132a9ea
parent6cddce7663cb4b6ee061950d20365f42cb755851
plugin dependencies: fix 6cddce7663cb4b6ee061950d20365f42cb755851

There were a few errors:

* The plugin scanner now accepts executable path as an argument.
  In case it is NULL, argc == 2

* We find the executable path in init_pre instead of gst_init,
  allowing this to work when gst is initialized through the
  option group (eg gst-inspect)

* There was a semi-colon missing in the __APPLE__ #ifdef
gst/gst.c
libs/gst/helpers/gst-plugin-scanner.c