diff options
Diffstat (limited to 'gst/rtp/gstrtpmp4vdepay.c')
-rw-r--r-- | gst/rtp/gstrtpmp4vdepay.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpmp4vdepay.c b/gst/rtp/gstrtpmp4vdepay.c index b3a2f8bb..aeeeaec4 100644 --- a/gst/rtp/gstrtpmp4vdepay.c +++ b/gst/rtp/gstrtpmp4vdepay.c @@ -29,7 +29,7 @@ /* elementfactory information */ static const GstElementDetails gst_rtp_mp4vdepay_details = GST_ELEMENT_DETAILS ("RTP packet parser", - "Codec/Depayr/Network", + "Codec/Depayloader/Network", "Extracts MPEG4 video from RTP packets (RFC 3016)", "Wim Taymans <wim@fluendo.com>"); @@ -304,5 +304,5 @@ gboolean gst_rtp_mp4v_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpmp4vdepay", - GST_RANK_NONE, GST_TYPE_RTP_MP4V_DEPAY); + GST_RANK_MARGINAL, GST_TYPE_RTP_MP4V_DEPAY); } |