diff options
Diffstat (limited to 'gst/rtp/gstrtpL16depay.c')
-rw-r--r-- | gst/rtp/gstrtpL16depay.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpL16depay.c b/gst/rtp/gstrtpL16depay.c index 2d052db3..3d8b2e36 100644 --- a/gst/rtp/gstrtpL16depay.c +++ b/gst/rtp/gstrtpL16depay.c @@ -27,7 +27,7 @@ /* elementfactory information */ static const GstElementDetails gst_rtp_L16depay_details = GST_ELEMENT_DETAILS ("RTP packet parser", - "Codec/Depayr/Network", + "Codec/Depayloader/Network", "Extracts raw audio from RTP packets", "Zeeshan Ali <zak147@yahoo.com>"); @@ -348,5 +348,5 @@ gboolean gst_rtp_L16depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpL16depay", - GST_RANK_NONE, GST_TYPE_RTP_L16_DEPAY); + GST_RANK_MARGINAL, GST_TYPE_RTP_L16_DEPAY); } |