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:
Thibault Saunier 2022-09-08 12:06:27 -04:00 committed by Sebastian Dröge
parent 419cc03133
commit 528bbcf67e
2 changed files with 2 additions and 2 deletions

View file

@ -4415,7 +4415,7 @@
"GInitiallyUnowned",
"GObject"
],
"klass": "Video/Metadata/Combiner/Muxer",
"klass": "Video/Metadata/Combiner",
"long-name": "ONVIF metadata combiner",
"pad-templates": {
"media": {

View file

@ -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>",
)