mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
core: remove outdated mention to gst-build
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/956>
This commit is contained in:
parent
feb5a5aae6
commit
d435b154b8
3 changed files with 4 additions and 4 deletions
|
@ -350,7 +350,7 @@ and place it into `PATH`.
|
||||||
### Meson on Windows
|
### Meson on Windows
|
||||||
|
|
||||||
**IMPORTANT**: Do not use the Meson MSI installer since it is experimental and known to not
|
**IMPORTANT**: Do not use the Meson MSI installer since it is experimental and known to not
|
||||||
work with `gst-build`.
|
work with `GStreamer`.
|
||||||
|
|
||||||
You can use `pip3` to install Meson, same as Ninja above:
|
You can use `pip3` to install Meson, same as Ninja above:
|
||||||
|
|
||||||
|
|
|
@ -471,7 +471,7 @@ if __name__ == "__main__":
|
||||||
help="The meson build directory")
|
help="The meson build directory")
|
||||||
parser.add_argument("--gstbuilddir",
|
parser.add_argument("--gstbuilddir",
|
||||||
default=None,
|
default=None,
|
||||||
help="The meson gst-build build directory (defaults to builddir)")
|
help="The meson GStreamer build directory (defaults to builddir)")
|
||||||
parser.add_argument("--srcdir",
|
parser.add_argument("--srcdir",
|
||||||
default=SCRIPTDIR,
|
default=SCRIPTDIR,
|
||||||
help="The top level source directory")
|
help="The top level source directory")
|
||||||
|
@ -496,7 +496,7 @@ if __name__ == "__main__":
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
if options.gstbuilddir and not os.path.exists(options.gstbuilddir):
|
if options.gstbuilddir and not os.path.exists(options.gstbuilddir):
|
||||||
print("gst-build is not built in %s\n\nBuild it and try again" %
|
print("GStreamer is not built in %s\n\nBuild it and try again" %
|
||||||
options.gstbuilddir)
|
options.gstbuilddir)
|
||||||
exit(1)
|
exit(1)
|
||||||
elif not options.gstbuilddir:
|
elif not options.gstbuilddir:
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
* Based on this information, one can build a minimal, yet sufficient
|
* Based on this information, one can build a minimal, yet sufficient
|
||||||
* build of GStreamer using gst-build with a configuration like this one:
|
* build of GStreamer with a configuration like this one:
|
||||||
* ```
|
* ```
|
||||||
* meson setup builddir -Dgst-full-elements="audiotestsrc:audiotestsrc;coreelements:fakesink"
|
* meson setup builddir -Dgst-full-elements="audiotestsrc:audiotestsrc;coreelements:fakesink"
|
||||||
* ```
|
* ```
|
||||||
|
|
Loading…
Reference in a new issue