From b2004e3d05b357fd3a101afdeddae80eba3570cc Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 25 Nov 2008 15:33:30 +0000 Subject: [PATCH] gst-libs/gst/rtp/gstrtcpbuffer.c: Fix typo in the docs. Original commit message from CVS: * gst-libs/gst/rtp/gstrtcpbuffer.c: Fix typo in the docs. --- ChangeLog | 5 +++++ gst-libs/gst/rtp/gstrtcpbuffer.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 824d1b8d6e..91fa4017f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-25 Wim Taymans + + * gst-libs/gst/rtp/gstrtcpbuffer.c: + Fix typo in the docs. + 2008-11-25 Wim Taymans * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event): diff --git a/gst-libs/gst/rtp/gstrtcpbuffer.c b/gst-libs/gst/rtp/gstrtcpbuffer.c index 787174a3b8..d5d49fa0e8 100644 --- a/gst-libs/gst/rtp/gstrtcpbuffer.c +++ b/gst-libs/gst/rtp/gstrtcpbuffer.c @@ -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)