mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
rtpvorbispay: fix payloader description and author e-mail
https://bugzilla.gnome.org/show_bug.cgi?id=745226
This commit is contained in:
parent
88703ae585
commit
d331d931db
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue