From f1cf5d06835594c3f709b4b65dd0943c9c073c26 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 19 Nov 2020 17:51:56 -0300 Subject: [PATCH] hlssink2: Mark as Muxer The way it is usable by encodebin2. This is what splitmux does already. --- docs/plugins/gst_plugins_cache.json | 2 +- ext/hls/gsthlssink2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index 9dad19d..eac56a4 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 7bbfdb9..257c382 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 , " "Sebastian Dröge "); -- 2.7.4