From 310ef934bd3c8ea09e37aca53ac416e20a40866a Mon Sep 17 00:00:00 2001 From: fduncanh Date: Thu, 30 Sep 2021 01:35:49 -0400 Subject: [PATCH] README.md GStreamer 18.4 -> 18.5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d6ebb0..a2e3ea8 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,8 @@ this can be done with package managers [MacPorts](http://www.macports.org), First get the latest macOS release of GStreamer-1.0 from [https://gstreamer.freedesktop.org/download/](https://gstreamer.freedesktop.org/download/). -Install both the macOS runtime and development installer packages. Assuming that the latest release is 1.18.4 -they are ```gstreamer-1.0-1.18.4-x86_64.pkg``` and ```gstreamer-1.0-devel-1.18.4-x86_64.pkg```. +Install both the macOS runtime and development installer packages. Assuming that the latest release is 1.18.5 +they are ```gstreamer-1.0-1.18.5-x86_64.pkg``` and ```gstreamer-1.0-devel-1.18.5-x86_64.pkg```. Click on them to install (they install to /Library/FrameWorks/GStreamer.framework). It is recommended you use GStreamer.framework rather than install Gstreamer with Brew or MacPorts (see later).