theoraenc: trivial comment typos fixes

https://bugzilla.gnome.org/show_bug.cgi?id=663391
This commit is contained in:
Vincent Penquerc'h 2011-11-04 10:59:00 +00:00
parent 0c4ccb4f9c
commit ffbe58fd5a

View file

@ -1239,7 +1239,7 @@ theora_enc_chain (GstPad * pad, GstBuffer * buffer)
enc = GST_THEORA_ENC (GST_PAD_PARENT (pad));
/* we keep track of two timelines.
* - The timestamps from the incomming buffers, which we copy to the outgoing
* - The timestamps from the incoming buffers, which we copy to the outgoing
* encoded buffers as-is. We need to do this as we simply forward the
* newsegment events.
* - The running_time of the buffers, which we use to construct the granulepos
@ -1298,7 +1298,7 @@ theora_enc_chain (GstPad * pad, GstBuffer * buffer)
}
/* make sure we copy the discont flag to the next outgoing buffer when it's
* set on the incomming buffer */
* set on the incoming buffer */
if (GST_BUFFER_IS_DISCONT (buffer)) {
enc->next_discont = TRUE;
}