mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
rtpsource: small spell correct
This commit is contained in:
parent
48b46e3f14
commit
8737e29a49
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ rtp_source_reset (RTPSource * src)
|
||||||
static void
|
static void
|
||||||
rtp_source_init (RTPSource * src)
|
rtp_source_init (RTPSource * src)
|
||||||
{
|
{
|
||||||
/* sources are initialy on probation until we receive enough valid RTP
|
/* sources are initially on probation until we receive enough valid RTP
|
||||||
* packets or a valid RTCP packet */
|
* packets or a valid RTCP packet */
|
||||||
src->validated = FALSE;
|
src->validated = FALSE;
|
||||||
src->internal = FALSE;
|
src->internal = FALSE;
|
||||||
|
|
Loading…
Reference in a new issue