summaryrefslogtreecommitdiff
path: root/gst/realmedia/rdtjitterbuffer.c
diff options
context:
space:
mode:
authorAaron Boxer <aaron.boxer@collabora.com>2019-09-02 09:33:15 -0400
committerAaron Boxer <aaron.boxer@collabora.com>2019-09-02 09:33:15 -0400
commit3f24460e3760fec8b9c82e16196f346876581372 (patch)
tree291bdd1af75eda60ceb2943fcd691cce64d12fb3 /gst/realmedia/rdtjitterbuffer.c
parentb3f0008b3431f5bd1ef99bfcc35de00be93d865d (diff)
documentation: fix some typos
Diffstat (limited to 'gst/realmedia/rdtjitterbuffer.c')
-rw-r--r--gst/realmedia/rdtjitterbuffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/realmedia/rdtjitterbuffer.c b/gst/realmedia/rdtjitterbuffer.c
index 4c6b0aec..d0b8de06 100644
--- a/gst/realmedia/rdtjitterbuffer.c
+++ b/gst/realmedia/rdtjitterbuffer.c
@@ -144,7 +144,7 @@ rdt_jitter_buffer_reset_skew (RDTJitterBuffer * jbuf)
* Cri : The time of the clock at the receiver for packet i
* D + ni : The jitter when receiving packet i
*
- * We see that the network delay is irrelevant here as we can elliminate D:
+ * We see that the network delay is irrelevant here as we can eliminate D:
*
* recv_diff(i) = (Cri + ni) - (Cr0 + n0))
*
@@ -420,7 +420,7 @@ duplicate:
* @jbuf: an #RDTJitterBuffer
*
* Pops the oldest buffer from the packet queue of @jbuf. The popped buffer will
- * have its timestamp adjusted with the incomming running_time and the detected
+ * have its timestamp adjusted with the incoming running_time and the detected
* clock skew.
*
* Returns: a #GstBuffer or %NULL when there was no packet in the queue.