From: Ilya Konstantinov Date: Fri, 24 Apr 2015 23:49:58 +0000 (+0300) Subject: rtpjitterbuffer: Fix "stats" property docs X-Git-Tag: 1.19.3~509^2~3658 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd391a540473fcf6bb17f1a7d2aa79681a03de9e;p=platform%2Fupstream%2Fgstreamer.git rtpjitterbuffer: Fix "stats" property docs https://bugzilla.gnome.org/show_bug.cgi?id=748436 --- diff --git a/gst/rtpmanager/gstrtpjitterbuffer.c b/gst/rtpmanager/gstrtpjitterbuffer.c index dd458de..547bef5 100644 --- a/gst/rtpmanager/gstrtpjitterbuffer.c +++ b/gst/rtpmanager/gstrtpjitterbuffer.c @@ -666,10 +666,36 @@ gst_rtp_jitter_buffer_class_init (GstRtpJitterBufferClass * klass) * Various jitterbuffer statistics. This property returns a GstStructure * with name application/x-rtp-jitterbuffer-stats with the following fields: * - * "rtx-count" G_TYPE_UINT64 The number of retransmissions requested - * "rtx-success-count" G_TYPE_UINT64 The number of successful retransmissions - * "rtx-per-packet" G_TYPE_DOUBLE Average number of RTX per packet - * "rtx-rtt" G_TYPE_UINT64 Average round trip time per RTX + * + * + * + * #guint64 + * "rtx-count": + * the number of retransmissions requested. + * + * + * + * + * #guint64 + * "rtx-success-count": + * the number of successful retransmissions. + * + * + * + * + * #gdouble + * "rtx-per-packet": + * average number of RTX per packet. + * + * + * + * + * #guint64 + * "rtx-rtt": + * average round trip time per RTX. + * + * + * * * Since: 1.4 */