mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue