summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/rtpsource.c
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2008-07-03 14:44:51 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-11 02:30:36 +0100
commitfd44690d4fc9bf4eaeb261503fcd7fe0dc9be59f (patch)
tree01db96feae900842e2366d0ea2ea0ddead533553 /gst/rtpmanager/rtpsource.c
parente2f49d9ccf103fdd25212ce3c261344dc47202b7 (diff)
gst/rtpmanager/: Corrected a typo (interpollate -> interpolate).
Original commit message from CVS: * ChangeLog: * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop): * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr): Corrected a typo (interpollate -> interpolate).
Diffstat (limited to 'gst/rtpmanager/rtpsource.c')
-rw-r--r--gst/rtpmanager/rtpsource.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtpmanager/rtpsource.c b/gst/rtpmanager/rtpsource.c
index 50170d10..4c01a7ad 100644
--- a/gst/rtpmanager/rtpsource.c
+++ b/gst/rtpmanager/rtpsource.c
@@ -1184,7 +1184,7 @@ rtp_source_get_new_sr (RTPSource * src, guint64 ntpnstime,
g_return_val_if_fail (RTP_IS_SOURCE (src), FALSE);
- /* use the sync params to interpollate the date->time member to rtptime. We
+ /* use the sync params to interpolate the date->time member to rtptime. We
* use the last sent timestamp and rtptime as reference points. We assume
* that the slope of the rtptime vs timestamp curve is 1, which is certainly
* sufficient for the frequency at which we report SR and the rate we send
@@ -1211,7 +1211,7 @@ rtp_source_get_new_sr (RTPSource * src, guint64 ntpnstime,
t_rtp -= gst_util_uint64_scale_int (diff, src->clock_rate, GST_SECOND);
}
} else {
- GST_WARNING ("no clock-rate, cannot interpollate rtp time");
+ GST_WARNING ("no clock-rate, cannot interpolate rtp time");
}
/* convert the NTP time in nanoseconds to 32.32 fixed point */