summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpjitterbuffer.c
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2008-07-03 14:44:51 +0000
committerPeter Kjellerstedt <pkj@axis.com>2008-07-03 14:44:51 +0000
commit4e2dcf4015d952f8311a019f06fc85765089886b (patch)
tree938e333abce2b8c5c9b7d5b7508077bd30c00e10 /gst/rtpmanager/gstrtpjitterbuffer.c
parente6d85e6a1e51eb39155591dd5dc1a4b06f1267ed (diff)
downloadgst-plugins-bad-4e2dcf4015d952f8311a019f06fc85765089886b.tar.gz
gst-plugins-bad-4e2dcf4015d952f8311a019f06fc85765089886b.tar.bz2
gst-plugins-bad-4e2dcf4015d952f8311a019f06fc85765089886b.zip
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/gstrtpjitterbuffer.c')
-rw-r--r--gst/rtpmanager/gstrtpjitterbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmanager/gstrtpjitterbuffer.c b/gst/rtpmanager/gstrtpjitterbuffer.c
index a4ec5b48..9b5e5236 100644
--- a/gst/rtpmanager/gstrtpjitterbuffer.c
+++ b/gst/rtpmanager/gstrtpjitterbuffer.c
@@ -1128,7 +1128,7 @@ again:
GST_DEBUG_OBJECT (jitterbuffer,
"out_time %" GST_TIME_FORMAT ", last %" GST_TIME_FORMAT,
GST_TIME_ARGS (out_time), GST_TIME_ARGS (priv->last_out_time));
- /* interpollate between the current time and the last time based on
+ /* interpolate between the current time and the last time based on
* number of packets we are missing, this is the estimated duration
* for the missing packet based on equidistant packet spacing. Also make
* sure we never go negative. */