examples(gstreamer): add new GStreamer examples

This commit is contained in:
Aleix Conchillo Flaqué
2024-08-04 11:41:00 -07:00
parent 4738879f32
commit fa7c941792
4 changed files with 158 additions and 2 deletions

View File

@@ -51,6 +51,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Other
- Added examples `foundational/18-gstreamer-filesrc.py` and
`foundational/18a-gstreamer-videotestsrc.py` that show how to use
`GStreamerPipelineSource`
- Remove `requests` library usage.
- Cleanup examples and use `DailyRESTHelper`.