[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-client-cvs
Subject:    [Client-cvs]  encodesvc/engine/encpipeline inputpipeline.cpp, 1.7.2.6, 1.7.2.7
From:       jhou () helixcommunity ! org
Date:       2013-10-17 8:59:44
[Download RAW message or body]

Update of /cvsroot/client/encodesvc/engine/encpipeline
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv9817

Modified Files:
      Tag: PRODUCER_14_0_RN
	inputpipeline.cpp 
Log Message:
prefilter

Index: inputpipeline.cpp
===================================================================
RCS file: /cvsroot/client/encodesvc/engine/encpipeline/inputpipeline.cpp,v
retrieving revision 1.7.2.6
retrieving revision 1.7.2.7
diff -u -d -r1.7.2.6 -r1.7.2.7
--- inputpipeline.cpp	9 May 2013 07:05:42 -0000	1.7.2.6
+++ inputpipeline.cpp	17 Oct 2013 08:59:42 -0000	1.7.2.7
@@ -182,7 +182,12 @@
     {
         // Connect video inputs to passthrough video splitter
         if (m_spVideoInput && SUCCEEDED(res))
-        {       
+        {  
+            if ( m_vVideoPrefilter.size() > 0)
+            {
+                HXTLOG(LC_APP_WARN, FA_SDK_ENCODE, "RTSP PassThroughVideo mode \
enabled, all Prefilter settings in Input will be ignored."); +            }
+        
             res = connectFilters(m_spVideoInput, m_spPassthroughVideoInputSplitter); \
  
             // Log/assert errors
@@ -213,6 +218,11 @@
         // Connect audio inputs to passthrough video splitter
         if (m_spAudioInput && SUCCEEDED(res))
         {
+            if ( m_vAudioPrefilter.size() > 0)
+            {
+                HXTLOG(LC_APP_WARN, FA_SDK_ENCODE, "RTSP PassThroughAudio mode \
enabled, all Prefilter settings in Input will be ignored."); +            }
+            
             res = connectFilters(m_spAudioInput, m_spPassthroughAudioInputSplitter); \
  
             // Log/assert errors


_______________________________________________
Client-cvs mailing list
Client-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/client-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic