mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-22 01:56:28 +00:00
onvifmetadatacombiner: Do not classify as Muxer
It confuses `encodebin` and technically it is not really a muxer so as agreed on IRC, I am proposing to remove that classification.
This commit is contained in:
parent
419cc03133
commit
528bbcf67e
2 changed files with 2 additions and 2 deletions
|
@ -4415,7 +4415,7 @@
|
|||
"GInitiallyUnowned",
|
||||
"GObject"
|
||||
],
|
||||
"klass": "Video/Metadata/Combiner/Muxer",
|
||||
"klass": "Video/Metadata/Combiner",
|
||||
"long-name": "ONVIF metadata combiner",
|
||||
"pad-templates": {
|
||||
"media": {
|
||||
|
|
|
@ -73,7 +73,7 @@ impl ElementImpl for OnvifMetadataCombiner {
|
|||
static ELEMENT_METADATA: Lazy<gst::subclass::ElementMetadata> = Lazy::new(|| {
|
||||
gst::subclass::ElementMetadata::new(
|
||||
"ONVIF metadata combiner",
|
||||
"Video/Metadata/Combiner/Muxer",
|
||||
"Video/Metadata/Combiner",
|
||||
"ONVIF metadata combiner",
|
||||
"Mathieu Duponchelle <mathieu@centricular.com>",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue