Skip to content

Commit 8cd4bab

Browse files
authored
Update README.md
1 parent 1029660 commit 8cd4bab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ gst-inspect-1.0 kvssink
194194
If the build failed or GST_PLUGIN_PATH is not properly set, you may instead see the following output:<br>
195195
`No such element or plugin kvssink`
196196

197-
After building the SDK, loading `kvssink` into the GStreamer plugin path, and setting a region, the sample executables, which are located in the `build` directory, can be run. For example:
197+
After building the SDK, loading `kvssink` into the GStreamer plugin path, and setting a region, the kvssink-based sample executables, which are located in the `build` directory, can be run. For example:
198198
```
199199
./kvssink_gstreamer_sample MyStreamName
200200
```
@@ -237,6 +237,7 @@ You can pass the following additional CMake options:
237237
| Option | Default | Description |
238238
|:-----------------------------|:-------------:|:-------------|
239239
| BUILD_GSTREAMER_PLUGIN | OFF | Build the `kvssink` GStreamer plugin
240+
| BUILD_SAMPLES | ON | Build the sample applications. Will build the kvssink-based application only if BUILD_GSTREAMER_PLUGIN is also enabled.
240241
| PARALLEL_BUILD | ON | When building dependencies, use multiple CPU cores in parallel (speeds up the build). Not available in Windows.
241242
| BUILD_JNI | OFF | Build C++ wrapper for JNI to expose the functionality to Java/Android
242243
| BUILD_JNI_ONLY | OFF | Build only the JNI. C++ Producer will not be built. Requires Java installed.

0 commit comments

Comments
 (0)