summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpmp2tdepay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpmp2tdepay.c')
-rw-r--r--gst/rtp/gstrtpmp2tdepay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpmp2tdepay.c b/gst/rtp/gstrtpmp2tdepay.c
index a43bb1544..38a6d9644 100644
--- a/gst/rtp/gstrtpmp2tdepay.c
+++ b/gst/rtp/gstrtpmp2tdepay.c
@@ -29,7 +29,7 @@
/* elementfactory information */
static const GstElementDetails gst_rtp_mp2tdepay_details =
GST_ELEMENT_DETAILS ("RTP packet parser",
- "Codec/Depay/Network",
+ "Codec/Depayloader/Network",
"Extracts MPEG2 TS from RTP packets (RFC 2250)",
"Wim Taymans <wim@fluendo.com>");
@@ -256,5 +256,5 @@ gboolean
gst_rtp_mp2t_depay_plugin_init (GstPlugin * plugin)
{
return gst_element_register (plugin, "rtpmp2tdepay",
- GST_RANK_NONE, GST_TYPE_RTP_MP2T_DEPAY);
+ GST_RANK_MARGINAL, GST_TYPE_RTP_MP2T_DEPAY);
}