summaryrefslogtreecommitdiff
path: root/gst/hls/gsthlssink.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/hls/gsthlssink.c')
-rw-r--r--gst/hls/gsthlssink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/hls/gsthlssink.c b/gst/hls/gsthlssink.c
index 7c5dbe756..66670c888 100644
--- a/gst/hls/gsthlssink.c
+++ b/gst/hls/gsthlssink.c
@@ -99,7 +99,7 @@ gst_hls_sink_base_init (gpointer g_class)
gst_element_class_add_pad_template (element_class,
gst_static_pad_template_get (&sink_template));
- gst_element_class_set_details_simple (element_class,
+ gst_element_class_set_metadata (element_class,
"HTTP Live Streaming sink", "Sink", "HTTP Live Streaming sink",
"Alessandro Decina <alessandro.decina@gmail.com>");
}