winlin

update the qt project.

@@ -17,6 +17,7 @@ @@ -17,6 +17,7 @@
17 *.swp 17 *.swp
18 /trunk/Makefile 18 /trunk/Makefile
19 /trunk/objs 19 /trunk/objs
  20 +/trunk/src/build-qt-Desktop-Debug
20 /trunk/research/librtmp/objs 21 /trunk/research/librtmp/objs
21 /trunk/3rdparty/ccache/ccache-3.1.9 22 /trunk/3rdparty/ccache/ccache-3.1.9
22 /trunk/3rdparty/gprof/graphviz-2.36.0 23 /trunk/3rdparty/gprof/graphviz-2.36.0
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE QtCreatorProject> 2 <!DOCTYPE QtCreatorProject>
  3 +<!-- Written by QtCreator 3.1.1, 2015-01-29T11:22:06. -->
3 <qtcreator> 4 <qtcreator>
4 <data> 5 <data>
5 <variable>ProjectExplorer.Project.ActiveTarget</variable> 6 <variable>ProjectExplorer.Project.ActiveTarget</variable>
@@ -60,7 +61,7 @@ @@ -60,7 +61,7 @@
60 <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value> 61 <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
61 <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value> 62 <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
62 <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0"> 63 <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
63 - <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/winlin/git/simple-rtmp-server/trunk/src/qt/build-qt-Desktop-Debug</value> 64 + <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/winlin/git/simple-rtmp-server/trunk/src/build-qt-Desktop-Debug</value>
64 <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0"> 65 <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
65 <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0"> 66 <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
66 <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value> 67 <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
@@ -171,13 +172,13 @@ @@ -171,13 +172,13 @@
171 <value type="int" key="PE.EnvironmentAspect.Base">2</value> 172 <value type="int" key="PE.EnvironmentAspect.Base">2</value>
172 <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/> 173 <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
173 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">srs-qt</value> 174 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">srs-qt</value>
174 - <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>  
175 - <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/home/winlin/git/simple-rtmp-server/trunk/src/qt/srs/srs-qt.pro</value>  
176 - <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments">-c conf/console.conf</value> 175 + <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">srs-qt2</value>
  176 + <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/home/winlin/git/simple-rtmp-server/trunk/ide/srs_qt/srs-qt.pro</value>
  177 + <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.CommandLineArguments">-c console.conf</value>
177 <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">srs-qt.pro</value> 178 <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">srs-qt.pro</value>
178 <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value> 179 <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value>
179 <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseTerminal">true</value> 180 <value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseTerminal">true</value>
180 - <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory">/home/winlin/git/simple-rtmp-server/trunk</value> 181 + <value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory">/home/winlin/srs</value>
181 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value> 182 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
182 <value type="bool" key="RunConfiguration.UseCppDebugger">false</value> 183 <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
183 <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value> 184 <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
@@ -1428,7 +1428,7 @@ int SrsTsCache::do_cache_video(SrsAvcAacCodec* codec, SrsCodecSample* sample) @@ -1428,7 +1428,7 @@ int SrsTsCache::do_cache_video(SrsAvcAacCodec* codec, SrsCodecSample* sample)
1428 nal_unit_type &= 0x1f; 1428 nal_unit_type &= 0x1f;
1429 1429
1430 // @see: ngx_rtmp_hls_video 1430 // @see: ngx_rtmp_hls_video
1431 - // Table 7-1 C NAL unit type codes, page 61 1431 + // Table 7-1 NAL unit type codes, page 61
1432 // 1: Coded slice 1432 // 1: Coded slice
1433 if (nal_unit_type == 1) { 1433 if (nal_unit_type == 1) {
1434 sps_pps_sent = false; 1434 sps_pps_sent = false;