mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
rtpbasedepayload: Fix typos in comments
This commit is contained in:
parent
6442e76e9f
commit
3cc67ff494
1 changed files with 2 additions and 2 deletions
|
@ -439,7 +439,7 @@ gst_rtp_base_depayload_handle_event (GstRTPBaseDepayload * filter,
|
|||
/* we get this event from the jitterbuffer when it considers a packet as
|
||||
* being lost. We send it to our packet_lost vmethod. The default
|
||||
* implementation will make time progress by pushing out a GAP event.
|
||||
* Subclasses can override and to one of the following:
|
||||
* Subclasses can override and do one of the following:
|
||||
* - Adjust timestamp/duration to something more accurate before
|
||||
* calling the parent (default) packet_lost method.
|
||||
* - do some more advanced error concealing on the already received
|
||||
|
@ -638,7 +638,7 @@ gst_rtp_base_depayload_push_list (GstRTPBaseDepayload * filter,
|
|||
return res;
|
||||
}
|
||||
|
||||
/* convert the PacketLost event form a jitterbuffer to a GAP event.
|
||||
/* convert the PacketLost event from a jitterbuffer to a GAP event.
|
||||
* subclasses can override this. */
|
||||
static gboolean
|
||||
gst_rtp_base_depayload_packet_lost (GstRTPBaseDepayload * filter,
|
||||
|
|
Loading…
Reference in a new issue