From 4ef9eee8b4d0eef693216a38a2159a79b72ddc42 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 6 May 2009 18:06:49 +0200 Subject: [PATCH] rtptheorapay: fix description --- gst/rtp/gstrtptheorapay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtp/gstrtptheorapay.c b/gst/rtp/gstrtptheorapay.c index 5ce04863ca..77c289f5dd 100644 --- a/gst/rtp/gstrtptheorapay.c +++ b/gst/rtp/gstrtptheorapay.c @@ -39,7 +39,7 @@ GST_DEBUG_CATEGORY_STATIC (rtptheorapay_debug); /* elementfactory information */ static const GstElementDetails gst_rtp_theorapay_details = -GST_ELEMENT_DETAILS ("RTP Theora depayloader", +GST_ELEMENT_DETAILS ("RTP Theora payloader", "Codec/Payloader/Network", "Payload-encode Theora video into RTP packets (draft-01 RFC XXXX)", "Wim Taymans ");