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 824d1b8..91fa401 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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): If no stream was found before receiving EOS, post an error message. Fixes #561924. diff --git a/gst-libs/gst/rtp/gstrtcpbuffer.c b/gst-libs/gst/rtp/gstrtcpbuffer.c index 787174a..d5d49fa 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) -- 2.7.4