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)