summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2010-12-22 11:41:59 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2010-12-23 18:39:52 +0100
commitef0bc7558d2503551f2eb5f70943737d82a21cd1 (patch)
treea787608334b89977eefb3c95ec5fc4cb3acf4baa
parent5fe6046c20a21900db77cf62e2c5dbb3a5a50274 (diff)
gstpay: fix klass, add RTP as a use case
-rw-r--r--gst/rtp/gstrtpgstpay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpgstpay.c b/gst/rtp/gstrtpgstpay.c
index 5fa315f32..3e1aaad9d 100644
--- a/gst/rtp/gstrtpgstpay.c
+++ b/gst/rtp/gstrtpgstpay.c
@@ -38,7 +38,7 @@
*
* C: caps inlined flag
* When C set, first part of payload contains caps definition. Caps definition
- * starts with variable length length prefix and then a string of that length.
+ * starts with variable-length length prefix and then a string of that length.
* the length is encoded in big endian 7 bit chunks, the top 1 bit of a byte
* is the continuation marker and the 7 next bits the data. A continuation
* marker of 1 means that the next byte contains more data.
@@ -88,7 +88,7 @@ GST_BOILERPLATE (GstRtpGSTPay, gst_rtp_gst_pay, GstBaseRTPPayload,
gst_static_pad_template_get (&gst_rtp_gst_pay_sink_template));
gst_element_class_set_details_simple (element_class,
- "RTP GStreamer payloader", "Codec/Payloader/Network",
+ "RTP GStreamer payloader", "Codec/Payloader/Network/RTP",
"Payload GStreamer buffers as RTP packets",
"Wim Taymans <wim.taymans@gmail.com>");
}