summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpmp2tdepay.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2010-12-21 16:49:28 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2010-12-21 17:22:58 +0100
commitf357e09ac18e995412704cb0ca98da31ffe2aaff (patch)
tree30bc74fb01cb7a12b4f39c9a99cc68a1f150f613 /gst/rtp/gstrtpmp2tdepay.c
parentd5c8771b2b6aa26fa1bd015f6deff63042b2b785 (diff)
rtp: fix rank of payloaders and depayloaders
Set the payloaders and depayloaders to a reasonable rank.
Diffstat (limited to 'gst/rtp/gstrtpmp2tdepay.c')
-rw-r--r--gst/rtp/gstrtpmp2tdepay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpmp2tdepay.c b/gst/rtp/gstrtpmp2tdepay.c
index 4f9ba8933..543de0a78 100644
--- a/gst/rtp/gstrtpmp2tdepay.c
+++ b/gst/rtp/gstrtpmp2tdepay.c
@@ -223,5 +223,5 @@ gboolean
gst_rtp_mp2t_depay_plugin_init (GstPlugin * plugin)
{
return gst_element_register (plugin, "rtpmp2tdepay",
- GST_RANK_MARGINAL, GST_TYPE_RTP_MP2T_DEPAY);
+ GST_RANK_SECONDARY, GST_TYPE_RTP_MP2T_DEPAY);
}