mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
doc: Fix wrong link to GString in rtpjitterbuffer
This commit is contained in:
parent
37b87ffd4f
commit
6f0f41fef0
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ gst_rtp_jitter_buffer_class_init (GstRtpJitterBufferClass * klass)
|
|||
*
|
||||
* * #guint `seqnum`: Seqnum of dropped packet.
|
||||
* * #guint64 `timestamp`: PTS timestamp of dropped packet.
|
||||
* * #gstring `reason`: Reason for dropping the packet.
|
||||
* * #GString `reason`: Reason for dropping the packet.
|
||||
* * #guint `num-too-late`: Number of packets arriving too late since
|
||||
* last drop message.
|
||||
* * #guint `num-drop-on-latency`: Number of packets dropped due to the
|
||||
|
|
Loading…
Reference in a new issue