1. 16 3月, 2015 1 次提交
  2. 14 3月, 2015 1 次提交
  3. 13 3月, 2015 5 次提交
  4. 12 3月, 2015 5 次提交
  5. 11 3月, 2015 4 次提交
  6. 10 3月, 2015 18 次提交
  7. 08 3月, 2015 3 次提交
    • G
      grammar fix: then -> than · f94b22fa
      guopei 提交于
      f94b22fa
    • G
      grammar fix: a -> the · 0e5c7720
      guopei 提交于
      0e5c7720
    • N
      - Fixed compile error that appeared with Clang 5.1 on Mac 10.8.5: · ee55e459
      Nils Plath 提交于
          modules/videoio/src/cap_gstreamer.cpp:577:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                  filename = "v4lsrc ! "COLOR_ELEM" ! appsink";
                                    ^
          modules/videoio/src/cap_gstreamer.cpp:585:32: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                  filename = "v4l2src ! "COLOR_ELEM" ! appsink";
      ee55e459
  8. 06 3月, 2015 3 次提交