Skip to content

Commit 53b032f

Browse files
committed
Post code review changes.
1 parent dc63fc9 commit 53b032f

File tree

1 file changed

+1
-1
lines changed
  • libraries/dl-streamer/samples/gstreamer

1 file changed

+1
-1
lines changed

libraries/dl-streamer/samples/gstreamer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Samples separated into several categories
2626
* [Draw Face Attributes C++ Sample](./cpp/draw_face_attributes/README.md) - constructs pipeline and sets "C" callback to access frame metadata and visualize inference results
2727
3. Python samples
2828
* [Draw Face Attributes Python Sample](./python/draw_face_attributes/README.md) - constructs pipeline and sets Python callback to access frame metadata and visualize inference results
29-
* [Open Close Valve Sample](./python/open_close_valve/README.md) - constructs pipeline with two sinks. On of them has valve element, which is managed based object detection result and opened/closed by callback.
29+
* [Open Close Valve Sample](./python/open_close_valve/README.md) - constructs pipeline with two sinks. On of them has valve element, which is managed based object detection result and opened/closed by callback. You can learn more about the valve element and its properties in the [GStreamer documentation](https://gstreamer.freedesktop.org/documentation/coreelements/valve.html?gi-language=python).
3030
4. Benchmark
3131
* [Benchmark Sample](./benchmark/README.md) - measures overall performance of single-channel or multi-channel video analytics pipelines
3232

0 commit comments

Comments
 (0)