summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-05-06 18:06:49 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-05-06 18:06:49 +0200
commit4ef9eee8b4d0eef693216a38a2159a79b72ddc42 (patch)
tree93d6909592e625430725f2c664422fd98bf82c28
parentd87871f5f7a6871aa483f703334088609dc4c8aa (diff)
rtptheorapay: fix description
-rw-r--r--gst/rtp/gstrtptheorapay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtptheorapay.c b/gst/rtp/gstrtptheorapay.c
index 5ce04863c..77c289f5d 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 <wim.taymans@gmail.com>");