From 755e61e01120e3bbb9e812a6fc93c08443cfa413 Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 29 Jan 2015 11:27:56 +0800 Subject: [PATCH] update the qt project. --- .gitignore | 1 + trunk/ide/srs_qt/srs-qt.pro.user | 11 ++++++----- trunk/src/kernel/srs_kernel_ts.cpp | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index d2533b109..eff902581 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ *.swp /trunk/Makefile /trunk/objs +/trunk/src/build-qt-Desktop-Debug /trunk/research/librtmp/objs /trunk/3rdparty/ccache/ccache-3.1.9 /trunk/3rdparty/gprof/graphviz-2.36.0 diff --git a/trunk/ide/srs_qt/srs-qt.pro.user b/trunk/ide/srs_qt/srs-qt.pro.user index 8672380b5..572bbe375 100755 --- a/trunk/ide/srs_qt/srs-qt.pro.user +++ b/trunk/ide/srs_qt/srs-qt.pro.user @@ -1,5 +1,6 @@ + ProjectExplorer.Project.ActiveTarget @@ -60,7 +61,7 @@ 0 0 - /home/winlin/git/simple-rtmp-server/trunk/src/qt/build-qt-Desktop-Debug + /home/winlin/git/simple-rtmp-server/trunk/src/build-qt-Desktop-Debug true @@ -171,13 +172,13 @@ 2 srs-qt - - Qt4ProjectManager.Qt4RunConfiguration:/home/winlin/git/simple-rtmp-server/trunk/src/qt/srs/srs-qt.pro - -c conf/console.conf + srs-qt2 + Qt4ProjectManager.Qt4RunConfiguration:/home/winlin/git/simple-rtmp-server/trunk/ide/srs_qt/srs-qt.pro + -c console.conf srs-qt.pro false true - /home/winlin/git/simple-rtmp-server/trunk + /home/winlin/srs 3768 false true diff --git a/trunk/src/kernel/srs_kernel_ts.cpp b/trunk/src/kernel/srs_kernel_ts.cpp index bd490451e..9ff4e5c9b 100644 --- a/trunk/src/kernel/srs_kernel_ts.cpp +++ b/trunk/src/kernel/srs_kernel_ts.cpp @@ -1428,7 +1428,7 @@ int SrsTsCache::do_cache_video(SrsAvcAacCodec* codec, SrsCodecSample* sample) nal_unit_type &= 0x1f; // @see: ngx_rtmp_hls_video - // Table 7-1 ¨C NAL unit type codes, page 61 + // Table 7-1 NAL unit type codes, page 61 // 1: Coded slice if (nal_unit_type == 1) { sps_pps_sent = false;