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.
This commit is contained in:
Wim Taymans 2008-11-25 15:33:30 +00:00
parent bae0d688dd
commit b2004e3d05
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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):

View 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)