diff options
Diffstat (limited to 'gst/rtp/gstrtpspeexdepay.c')
-rw-r--r-- | gst/rtp/gstrtpspeexdepay.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpspeexdepay.c b/gst/rtp/gstrtpspeexdepay.c index b167755f..98ff5baf 100644 --- a/gst/rtp/gstrtpspeexdepay.c +++ b/gst/rtp/gstrtpspeexdepay.c @@ -28,7 +28,7 @@ /* elementfactory information */ static const GstElementDetails gst_rtp_speexdepay_details = GST_ELEMENT_DETAILS ("RTP packet parser", - "Codec/Depayr/Network", + "Codec/Depayloader/Network", "Extracts Speex audio from RTP packets", "Edgard Lima <edgard.lima@indt.org.br>"); @@ -144,5 +144,5 @@ gboolean gst_rtp_speex_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpspeexdepay", - GST_RANK_NONE, GST_TYPE_RTP_SPEEX_DEPAY); + GST_RANK_MARGINAL, GST_TYPE_RTP_SPEEX_DEPAY); } |