rtpbasepayload: Fix typos in documentation for properties
authorSebastian Rasmussen <sebrn@axis.com>
Thu, 16 Jan 2014 15:58:43 +0000 (16:58 +0100)
committerWim Taymans <wtaymans@redhat.com>
Tue, 28 Jan 2014 13:41:41 +0000 (14:41 +0100)
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=719383

gst-libs/gst/rtp/gstrtpbasepayload.c

index 5052adb..20403f7 100644 (file)
@@ -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)
    **/