diff options
Diffstat (limited to 'gst/rtp/gstrtpspeexpay.c')
-rw-r--r-- | gst/rtp/gstrtpspeexpay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpspeexpay.c b/gst/rtp/gstrtpspeexpay.c index 96de7359..66cb885f 100644 --- a/gst/rtp/gstrtpspeexpay.c +++ b/gst/rtp/gstrtpspeexpay.c @@ -29,7 +29,7 @@ /* elementfactory information */ static const GstElementDetails gst_rtp_speex_pay_details = -GST_ELEMENT_DETAILS ("RTP packet parser", +GST_ELEMENT_DETAILS ("RTP packet payloader", "Codec/Payloader/Network", "Payload-encodes Speex audio into a RTP packet", "Edgard Lima <edgard.lima@indt.org.br>"); |