From 713dfe0d704917e7af6df53dbbd1967a09d5b13f Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Thu, 16 Jan 2014 16:58:43 +0100 Subject: [PATCH] rtpbasepayload: Fix typos in documentation for properties Fixes https://bugzilla.gnome.org/show_bug.cgi?id=719383 --- gst-libs/gst/rtp/gstrtpbasepayload.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst-libs/gst/rtp/gstrtpbasepayload.c b/gst-libs/gst/rtp/gstrtpbasepayload.c index 5052adb323..20403f732b 100644 --- a/gst-libs/gst/rtp/gstrtpbasepayload.c +++ b/gst-libs/gst/rtp/gstrtpbasepayload.c @@ -202,7 +202,7 @@ gst_rtp_base_payload_class_init (GstRTPBasePayloadClass * klass) -1, G_MAXINT64, DEFAULT_MAX_PTIME, 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) **/ @@ -222,7 +222,7 @@ gst_rtp_base_payload_class_init (GstRTPBasePayloadClass * klass) 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 * 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", 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) **/