hlssink2: Mark as Muxer
The way it is usable by encodebin2. This is what splitmux does already.
This commit is contained in:
parent
ef62e6cfa2
commit
f1cf5d0683
@ -24730,7 +24730,7 @@
|
||||
"interfaces": [
|
||||
"GstChildProxy"
|
||||
],
|
||||
"klass": "Sink",
|
||||
"klass": "Sink/Muxer",
|
||||
"long-name": "HTTP Live Streaming sink",
|
||||
"pad-templates": {
|
||||
"audio": {
|
||||
|
@ -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_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>, "
|
||||
"Sebastian Dröge <sebastian@centricular.com>");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user