summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtph263pay.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-03 18:51:48 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-03 18:51:48 +0000
commit2af907ecabd0fae36c84174a6a3cb2bf7b548f6e (patch)
tree6e206a9c2dac7970b6c721788a09a6e75bb101fd /gst/rtp/gstrtph263pay.c
parentffb6f2563d272579eb707f1daab5121c069573be (diff)
fix element descriptions
Original commit message from CVS: fix element descriptions
Diffstat (limited to 'gst/rtp/gstrtph263pay.c')
-rw-r--r--gst/rtp/gstrtph263pay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtph263pay.c b/gst/rtp/gstrtph263pay.c
index 25df31e9..0f9ae3a8 100644
--- a/gst/rtp/gstrtph263pay.c
+++ b/gst/rtp/gstrtph263pay.c
@@ -142,7 +142,7 @@ typedef struct _GstH263PictureLayer
static GstElementDetails gst_rtp_h263pay_details = {
"RTP packet parser",
"Codec/Payloader/Network",
- "Payodes H263 video in RTP packets (RFC 2190)",
+ "Payload-encodes H263 video in RTP packets (RFC 2190)",
"Neil Stratford <neils@vipadia.com>"
};