summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/plugins/gst_plugins_cache.json2
-rw-r--r--ext/hls/gsthlssink2.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 9dad19db5..eac56a4ad 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -24730,7 +24730,7 @@
"interfaces": [
"GstChildProxy"
],
- "klass": "Sink",
+ "klass": "Sink/Muxer",
"long-name": "HTTP Live Streaming sink",
"pad-templates": {
"audio": {
diff --git a/ext/hls/gsthlssink2.c b/ext/hls/gsthlssink2.c
index 7bbfdb9fc..257c38271 100644
--- a/ext/hls/gsthlssink2.c
+++ b/ext/hls/gsthlssink2.c
@@ -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>");