gst-libs/gst/rtp/gstrtcpbuffer.c: Fix typo in the docs.
authorWim Taymans <wim.taymans@gmail.com>
Tue, 25 Nov 2008 15:33:30 +0000 (15:33 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 25 Nov 2008 15:33:30 +0000 (15:33 +0000)
Original commit message from CVS:
* gst-libs/gst/rtp/gstrtcpbuffer.c:
Fix typo in the docs.

ChangeLog
gst-libs/gst/rtp/gstrtcpbuffer.c

index 824d1b8..91fa401 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
 
+       * gst-libs/gst/rtp/gstrtcpbuffer.c:
+       Fix typo in the docs.
+
+2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
+
        * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
        If no stream was found before receiving EOS, post an error message.
        Fixes #561924.
index 787174a..d5d49fa 100644 (file)
@@ -1656,7 +1656,7 @@ gst_rtcp_ntp_to_unix (guint64 ntptime)
  * bits, the fractional seconds. The resulting value can be used as an ntptime
  * for constructing SR RTCP packets.
  *
- * Returns: the NTP time for @gsttime.
+ * Returns: the NTP time for @unixtime.
  */
 guint64
 gst_rtcp_unix_to_ntp (guint64 unixtime)