parent
4689acd68f
commit
2f4c65bb06
@ -343,12 +343,12 @@ sdp_check_header (GstTypeFind * tf)
|
|||||||
if (memcmp (data, "v=0", 3))
|
if (memcmp (data, "v=0", 3))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
if (data[3] == '\r' && data[4] != '\n')
|
if (data[3] == '\r' && data[4] == '\n')
|
||||||
return FALSE;
|
|
||||||
if (data[3] != '\n')
|
|
||||||
return FALSE;
|
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
if (data[3] == '\n')
|
||||||
|
return TRUE;
|
||||||
|
|
||||||
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user