mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
rtpjitterbuffer: Fix "stats" property docs
https://bugzilla.gnome.org/show_bug.cgi?id=748436
This commit is contained in:
parent
d753a3eeb1
commit
fd391a5404
1 changed files with 30 additions and 4 deletions
|
@ -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
|
||||
* <itemizedlist>
|
||||
* <listitem>
|
||||
* <para>
|
||||
* #guint64
|
||||
* <classname>"rtx-count"</classname>:
|
||||
* the number of retransmissions requested.
|
||||
* </para>
|
||||
* </listitem>
|
||||
* <listitem>
|
||||
* <para>
|
||||
* #guint64
|
||||
* <classname>"rtx-success-count"</classname>:
|
||||
* the number of successful retransmissions.
|
||||
* </para>
|
||||
* </listitem>
|
||||
* <listitem>
|
||||
* <para>
|
||||
* #gdouble
|
||||
* <classname>"rtx-per-packet"</classname>:
|
||||
* average number of RTX per packet.
|
||||
* </para>
|
||||
* </listitem>
|
||||
* <listitem>
|
||||
* <para>
|
||||
* #guint64
|
||||
* <classname>"rtx-rtt"</classname>:
|
||||
* average round trip time per RTX.
|
||||
* </para>
|
||||
* </listitem>
|
||||
* </itemizedlist>
|
||||
*
|
||||
* Since: 1.4
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue