mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
rtpbasepayload: Fix typos in documentation for properties
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=719383
This commit is contained in:
parent
6a699b6c40
commit
713dfe0d70
1 changed files with 3 additions and 3 deletions
|
@ -202,7 +202,7 @@ gst_rtp_base_payload_class_init (GstRTPBasePayloadClass * klass)
|
||||||
-1, G_MAXINT64, DEFAULT_MAX_PTIME,
|
-1, G_MAXINT64, DEFAULT_MAX_PTIME,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
/**
|
/**
|
||||||
* GstRTPBaseAudioPayload:min-ptime:
|
* GstRTPBasePayload:min-ptime:
|
||||||
*
|
*
|
||||||
* Minimum duration of the packet data in ns (can't go above MTU)
|
* Minimum duration of the packet data in ns (can't go above MTU)
|
||||||
**/
|
**/
|
||||||
|
@ -222,7 +222,7 @@ gst_rtp_base_payload_class_init (GstRTPBasePayloadClass * klass)
|
||||||
0, G_MAXUINT16, 0, G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
|
0, G_MAXUINT16, 0, G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstRTPBaseAudioPayload:perfect-rtptime:
|
* GstRTPBasePayload:perfect-rtptime:
|
||||||
*
|
*
|
||||||
* Try to use the offset fields to generate perfect RTP timestamps. when this
|
* Try to use the offset fields to generate perfect RTP timestamps. when this
|
||||||
* option is disabled, RTP timestamps are generated from the GStreamer
|
* option is disabled, RTP timestamps are generated from the GStreamer
|
||||||
|
@ -234,7 +234,7 @@ gst_rtp_base_payload_class_init (GstRTPBasePayloadClass * klass)
|
||||||
"Generate perfect RTP timestamps when possible",
|
"Generate perfect RTP timestamps when possible",
|
||||||
DEFAULT_PERFECT_RTPTIME, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
DEFAULT_PERFECT_RTPTIME, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
/**
|
/**
|
||||||
* GstRTPBaseAudioPayload:ptime-multiple:
|
* GstRTPBasePayload:ptime-multiple:
|
||||||
*
|
*
|
||||||
* Force buffers to be multiples of this duration in ns (0 disables)
|
* Force buffers to be multiples of this duration in ns (0 disables)
|
||||||
**/
|
**/
|
||||||
|
|
Loading…
Reference in a new issue