From a6aae3175eb22944d1d4ad3e60a39deb1d4eb57f Mon Sep 17 00:00:00 2001
From: Greg DiCristofaro <gregd@basistech.com>
Date: Thu, 3 Mar 2022 10:04:13 -0500
Subject: [PATCH] added readme

---
 thirdparty/gstreamer/README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 thirdparty/gstreamer/README.md

diff --git a/thirdparty/gstreamer/README.md b/thirdparty/gstreamer/README.md
new file mode 100644
index 0000000000..0e4931de58
--- /dev/null
+++ b/thirdparty/gstreamer/README.md
@@ -0,0 +1,12 @@
+This folder contains gstreamer native binaries to be used with [gst1-java](https://github.com/gstreamer-java/gst1-java-core).  The binaries were procured by:
+- Installing the latest version of [gstreamer](https://gstreamer.freedesktop.org/download/) (at time of writing, this is the `MSVC 64-bit (VS 2019, Release CRT) - 1.20.0 runtime installer`)
+- Do a custom install selecting only the following packages:
+  - core
+  - system plugins
+  - plugins for playback
+  - codecs
+  - codecs under the GPL license and/or with patents issues
+  - restricted codecs with potential patent issues in some countries
+  - libav wrapper
+  - visual studio build scripts
+- Copy the install files (i.e. `C:\gstreamer`) into the lib folder (`<repo>\thirdparty\gstreamer\1.0\x86_64`)
\ No newline at end of file
-- 
GitLab