From b47a4faf5f4899ad20fe4c09b3a98a48720528ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 20 Feb 2014 15:09:36 +0100 Subject: [PATCH] ext: Use Codec/Demuxer/Adaptive for the adaptive streaming demuxers --- ext/dash/gstdashdemux.c | 2 +- ext/hls/gsthlsdemux.c | 2 +- ext/smoothstreaming/gstmssdemux.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c index 0eab91f921..582d56545a 100644 --- a/ext/dash/gstdashdemux.c +++ b/ext/dash/gstdashdemux.c @@ -294,7 +294,7 @@ gst_dash_demux_class_init (GstDashDemuxClass * klass) gst_element_class_set_static_metadata (gstelement_class, "DASH Demuxer", - "Codec/Demuxer", + "Codec/Demuxer/Adaptive", "Dynamic Adaptive Streaming over HTTP demuxer", "David Corvoysier \n\ Hamid Zakari \n\ diff --git a/ext/hls/gsthlsdemux.c b/ext/hls/gsthlsdemux.c index 4371da3a35..fbf1f7496a 100644 --- a/ext/hls/gsthlsdemux.c +++ b/ext/hls/gsthlsdemux.c @@ -190,7 +190,7 @@ gst_hls_demux_class_init (GstHLSDemuxClass * klass) gst_element_class_set_static_metadata (element_class, "HLS Demuxer", - "Demuxer/URIList", + "Codec/Demuxer/Adaptive", "HTTP Live Streaming demuxer", "Marc-Andre Lureau \n" "Andoni Morales Alastruey "); diff --git a/ext/smoothstreaming/gstmssdemux.c b/ext/smoothstreaming/gstmssdemux.c index f60c9a3789..4b1e4dd9f4 100644 --- a/ext/smoothstreaming/gstmssdemux.c +++ b/ext/smoothstreaming/gstmssdemux.c @@ -157,7 +157,7 @@ gst_mss_demux_class_init (GstMssDemuxClass * klass) gst_element_class_add_pad_template (gstelement_class, gst_static_pad_template_get (&gst_mss_demux_audiosrc_template)); gst_element_class_set_static_metadata (gstelement_class, - "Smooth Streaming demuxer", "Demuxer/Adaptative", + "Smooth Streaming demuxer", "Codec/Demuxer/Adaptive", "Parse and demultiplex a Smooth Streaming manifest into audio and video " "streams", "Thiago Santos ");