From 2ae0446917184b36996823e9dbf452dba82e8994 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 21 四月 2017 12:31:44 +0800 Subject: [PATCH] --- RtspFace/PL_Queue.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/RtspFace/PL_Queue.cpp b/RtspFace/PL_Queue.cpp index 4641eec..7965877 100644 --- a/RtspFace/PL_Queue.cpp +++ b/RtspFace/PL_Queue.cpp @@ -350,7 +350,7 @@ if (in->config.syncQueueFull) pthread_mutex_unlock(in->sync_full_mutex); - pm.type = PMT_BYTES; + pm.type = PipeMaterial::PMT_BYTES; pm.buffer = qb->data; pm.buffSize = qb->size; pm.former = this; -- Gitblit v1.8.0