From d331d931dbc526653f21921ab07215ac22dbb6b6 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Thu, 26 Feb 2015 16:10:41 +0100 Subject: [PATCH] rtpvorbispay: fix payloader description and author e-mail https://bugzilla.gnome.org/show_bug.cgi?id=745226 --- gst/rtp/gstrtpvorbispay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/rtp/gstrtpvorbispay.c b/gst/rtp/gstrtpvorbispay.c index 265479b7c2..a89b3a6911 100644 --- a/gst/rtp/gstrtpvorbispay.c +++ b/gst/rtp/gstrtpvorbispay.c @@ -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 "); + "Wim Taymans "); GST_DEBUG_CATEGORY_INIT (rtpvorbispay_debug, "rtpvorbispay", 0, "Vorbis RTP Payloader");