summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-12-25 15:44:15 +0000
committerTim-Philipp Müller <tim@centricular.com>2014-12-25 15:44:15 +0000
commitbcad30510b935541b228269779c27f8078f5f8f6 (patch)
tree8d053136e4e46a3708532af1036e9b580dabfc3f
parentf0e8821f76e3b82027e21a3b6f261d378d3aa906 (diff)
rtpptdemux: fix 0.10-ism in docs
-rw-r--r--gst/rtpmanager/gstrtpptdemux.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/rtpmanager/gstrtpptdemux.c b/gst/rtpmanager/gstrtpptdemux.c
index 305153923..f632adf08 100644
--- a/gst/rtpmanager/gstrtpptdemux.c
+++ b/gst/rtpmanager/gstrtpptdemux.c
@@ -35,9 +35,9 @@
* the RTP stream changes, the #GstRtpPtDemux::payload-type-change signal will be
* emitted.
*
- * The element will try to set complete and unique application/x-rtp caps on the
- * outgoing buffers and pads based on the result of the
- * #GstRtpPtDemux::request-pt-map signal.
+ * The element will try to set complete and unique application/x-rtp caps
+ * on the output pads based on the result of the #GstRtpPtDemux::request-pt-map
+ * signal.
*
* <refsect2>
* <title>Example pipelines</title>