rtpvorbispay: fix payloader description and author e-mail
authorSebastian Rasmussen <sebrn@axis.com>
Thu, 26 Feb 2015 15:10:41 +0000 (16:10 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 26 Feb 2015 15:57:08 +0000 (15:57 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=745226

gst/rtp/gstrtpvorbispay.c

index 265479b..a89b3a6 100644 (file)
@@ -114,10 +114,10 @@ gst_rtp_vorbis_pay_class_init (GstRtpVorbisPayClass * klass)
       gst_static_pad_template_get (&gst_rtp_vorbis_pay_sink_template));
 
   gst_element_class_set_static_metadata (gstelement_class,
-      "RTP Vorbis depayloader",
+      "RTP Vorbis payloader",
       "Codec/Payloader/Network/RTP",
       "Payload-encode Vorbis audio into RTP packets (RFC 5215)",
-      "Wim Taymans <wimi.taymans@gmail.com>");
+      "Wim Taymans <wim.taymans@gmail.com>");
 
   GST_DEBUG_CATEGORY_INIT (rtpvorbispay_debug, "rtpvorbispay", 0,
       "Vorbis RTP Payloader");