mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-03 07:48:48 +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",
|
"GInitiallyUnowned",
|
||||||
"GObject"
|
"GObject"
|
||||||
],
|
],
|
||||||
"klass": "Video/Metadata/Combiner/Muxer",
|
"klass": "Video/Metadata/Combiner",
|
||||||
"long-name": "ONVIF metadata combiner",
|
"long-name": "ONVIF metadata combiner",
|
||||||
"pad-templates": {
|
"pad-templates": {
|
||||||
"media": {
|
"media": {
|
||||||
|
|
|
@ -73,7 +73,7 @@ impl ElementImpl for OnvifMetadataCombiner {
|
||||||
static ELEMENT_METADATA: Lazy<gst::subclass::ElementMetadata> = Lazy::new(|| {
|
static ELEMENT_METADATA: Lazy<gst::subclass::ElementMetadata> = Lazy::new(|| {
|
||||||
gst::subclass::ElementMetadata::new(
|
gst::subclass::ElementMetadata::new(
|
||||||
"ONVIF metadata combiner",
|
"ONVIF metadata combiner",
|
||||||
"Video/Metadata/Combiner/Muxer",
|
"Video/Metadata/Combiner",
|
||||||
"ONVIF metadata combiner",
|
"ONVIF metadata combiner",
|
||||||
"Mathieu Duponchelle <mathieu@centricular.com>",
|
"Mathieu Duponchelle <mathieu@centricular.com>",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue