mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
bae0d688dd
commit
b2004e3d05
2 changed files with 6 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue