hlssink2: Mark as Muxer

The way it is usable by encodebin2. This is what splitmux does already.
This commit is contained in:
Thibault Saunier 2020-11-19 17:51:56 -03:00
parent ef62e6cfa2
commit f1cf5d0683
2 changed files with 2 additions and 2 deletions

View file

@ -24730,7 +24730,7 @@
"interfaces": [ "interfaces": [
"GstChildProxy" "GstChildProxy"
], ],
"klass": "Sink", "klass": "Sink/Muxer",
"long-name": "HTTP Live Streaming sink", "long-name": "HTTP Live Streaming sink",
"pad-templates": { "pad-templates": {
"audio": { "audio": {

View file

@ -196,7 +196,7 @@ gst_hls_sink2_class_init (GstHlsSink2Class * klass)
gst_element_class_add_static_pad_template (element_class, &audio_template); gst_element_class_add_static_pad_template (element_class, &audio_template);
gst_element_class_set_static_metadata (element_class, gst_element_class_set_static_metadata (element_class,
"HTTP Live Streaming sink", "Sink", "HTTP Live Streaming sink", "HTTP Live Streaming sink", "Sink/Muxer", "HTTP Live Streaming sink",
"Alessandro Decina <alessandro.d@gmail.com>, " "Alessandro Decina <alessandro.d@gmail.com>, "
"Sebastian Dröge <sebastian@centricular.com>"); "Sebastian Dröge <sebastian@centricular.com>");