From fe86d1a65b1d7c78384f22db2e5cf09ffe8ad7a1 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期二, 25 四月 2017 15:35:50 +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