fix(test): fix syntax error.
This commit is contained in:
parent
42e0dff589
commit
b44d87475d
|
@ -43,7 +43,7 @@ SStreamState *stateCreate(const char *path) {
|
|||
pTask->ver = 1024;
|
||||
pTask->id.streamId = 1023;
|
||||
pTask->id.taskId = 1111111;
|
||||
SStreamMeta *pMeta = streamMetaOpen((path), NULL, NULL, 0, 0, NULL);
|
||||
SStreamMeta *pMeta = streamMetaOpen((path), NULL, NULL, NULL, 0, 0, NULL);
|
||||
pTask->pMeta = pMeta;
|
||||
|
||||
SStreamState *p = streamStateOpen((char *)path, pTask, true, 32, 32 * 1024);
|
||||
|
|
Loading…
Reference in New Issue