Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R1085:21312270d166: Even more plugins for gstreamer-1.0-plugins-bad
Launched separate pipelines with the av1enc, mpeg2enc, libde265, vulkanupload (w/ friends), frei0r-filter-sobel, cameracalibrate and cvsobel plugins.
Diff Detail
- Repository
- R1085 gstreamer-1.0-plugins-bad
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
It's a plugin that has only HTTP capabilities, I thought that it had further WebDAV support, but it's just an older alternative to the much preferable souphttpsrc.
| package.yml | ||
|---|---|---|
| 78 | Eh? Surely you should be splitting out the opencv headers and having the opencv gst package + devel require bad, not the other way around. | |
The plugin provides a video/audio source from rendered webpages, much like the OBS Browser Source plugin but for GStreamer.
Okay but what uses this? If nothing uses it then why would we enable it?
Nothing atm depends on it, but the plugin has use cases/features for it like webpage video overlays or OpenGL rendering.
In that case, please remove it. We can add it when it is necessary to do so. We don't arbitrarily enable features just to enable features.
| package.yml | ||
|---|---|---|
| 14 | This can just be - ^gstreamer-1.0-plugins-opencv : OpenCV GStreamer plugins and you need to give the same treatment to description, e.g. description :
- GStreamer is a streaming media framework, based on graphs of elements which operate on media data. This package contains plug-ins that aren't tested well enough, or the code is not of good enough quality.
- ^gstreamer-1.0-plugins-opencv : OpenCV GStreamer plugins
- ^gstreamer-1.0-plugins-opencv-devel : Development files for gstreamer-1.0-plugins-opencv | |