summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2016-07-11 18:27:59 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2016-07-14 17:07:58 -0400
commite5b221d844163f2ba5baedbf63c13d3ef87db388 (patch)
tree5431d956be380298af9eafcb342cdc7040877176
parent482550e7e47cf48dd4bdab3adfe0d1777e20743a (diff)
downloadfarstream-e5b221d844163f2ba5baedbf63c13d3ef87db388.tar.gz
rtp-codec-specific: Document types better
-rw-r--r--gst/fsrtpconference/fs-rtp-codec-specific.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/gst/fsrtpconference/fs-rtp-codec-specific.h b/gst/fsrtpconference/fs-rtp-codec-specific.h
index e269c083..069f3425 100644
--- a/gst/fsrtpconference/fs-rtp-codec-specific.h
+++ b/gst/fsrtpconference/fs-rtp-codec-specific.h
@@ -34,11 +34,13 @@ G_BEGIN_DECLS
/*
* These are the basic types:
*
- * @FS_PARAM_TYPE_SEND: The parameter define what we are allowed to send
- * @FS_PARAM_TYPE_RECV: The parameter defines what will be received,
+ * @FS_PARAM_TYPE_SEND: The parameter define what we are allowed to send, it
+ * describes the capabilities of the decoder
+ * @FS_PARAM_TYPE_RECV: The parameter defines what will be received, it
+ * describes the stream
* @FS_PARAM_TYPE_CONFIG: The parameter is some configuration that must be
* fed to the decoder to be able to decode the stream
- * @FS_PARAM_TYPE_SEND_AVOID_NEGO: The parameter is not negotiated and can
+ * @FS_PARAM_TYPE_SEND_AVOID_NEGO: The send parameter is not negotiated and can
* be different on both sides
* @FS_PARAM_TYPE_MANDATORY: This parameter is mandatory and the codec's
* definition is not useful without it.