summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@accosted.net>2014-10-30 18:45:04 +0530
committerArun Raghavan <arun@accosted.net>2014-10-30 18:45:04 +0530
commit193eeb1243e18db846551bb8f7279ab0c4f5d83b (patch)
treecf9af9af33c08184300a1a23b00c8e56c19fad1e
parenta4af98b8c659093197fd3c3764f375e6d1636dfb (diff)
downloadgstreamer-plugins-bad-193eeb1243e18db846551bb8f7279ab0c4f5d83b.tar.gz
srtpdec: Trivial documentation fix
-rw-r--r--ext/srtp/gstsrtpdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/srtp/gstsrtpdec.c b/ext/srtp/gstsrtpdec.c
index 892f683ef..2caa57c32 100644
--- a/ext/srtp/gstsrtpdec.c
+++ b/ext/srtp/gstsrtpdec.c
@@ -52,7 +52,7 @@
* packets (encryption and authentication) and out RTP and RTCP. It
* receives packet of type 'application/x-srtp' or 'application/x-srtcp'
* on its sink pad, and outs packets of type 'application/x-rtp' or
- * 'application/x-rtcp' on its sink pad.
+ * 'application/x-rtcp' on its source pad.
*
* For each packet received, it checks if the internal SSRC is in the list
* of streams already in use. If this is not the case, it sends a signal to