diff options
author | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2017-12-05 13:29:34 +0000 |
---|---|---|
committer | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2017-12-05 13:29:34 +0000 |
commit | c3776593f75c6fe1db2ce03663f3243eebb1a8b1 (patch) | |
tree | 35390b86ae3883653a48024d2e11185f3ef7299c | |
parent | 6a7d8b8011e68696689bfb40a800c97c7c0d5dab (diff) |
Gem b2c2ef0afd36a74e0a68ff1e360a64ab86a03a26 linux/amd64
built 'noexcept:b2c2ef0afd36a74e0a68ff1e360a64ab86a03a26' for linux/amd64
-rwxr-xr-x | Gem/Gem.pd_linux | bin | 32831338 -> 32810982 bytes | |||
-rw-r--r-- | Gem/develop/include/Gem/plugins/film.h | 2 | ||||
-rw-r--r-- | Gem/develop/include/Gem/plugins/record.h | 6 | ||||
-rw-r--r-- | Gem/develop/include/Gem/plugins/video.h | 4 | ||||
-rwxr-xr-x | Gem/gem_filmGMERLIN.so | bin | 151574 -> 151592 bytes | |||
-rwxr-xr-x | Gem/gem_filmMPEG3.so | bin | 184444 -> 184294 bytes | |||
-rwxr-xr-x | Gem/gem_filmQT4L.so | bin | 169970 -> 169972 bytes | |||
-rwxr-xr-x | Gem/gem_recordQT4L.so | bin | 468298 -> 464168 bytes | |||
-rwxr-xr-x | Gem/gem_recordV4L.so | bin | 127363 -> 127329 bytes | |||
-rwxr-xr-x | Gem/gem_recordV4L2.so | bin | 126186 -> 126176 bytes | |||
-rwxr-xr-x | Gem/gem_videoDC1394.so | bin | 427231 -> 427239 bytes | |||
-rwxr-xr-x | Gem/gem_videoDV4L.so | bin | 288636 -> 288644 bytes | |||
-rwxr-xr-x | Gem/gem_videoUNICAP.so | bin | 563884 -> 555274 bytes | |||
-rwxr-xr-x | Gem/gem_videoV4L.so | bin | 486885 -> 486893 bytes | |||
-rwxr-xr-x | Gem/gem_videoV4L2.so | bin | 608441 -> 608449 bytes | |||
-rwxr-xr-x | Gem/gem_videoVNC.so | bin | 252340 -> 252264 bytes |
16 files changed, 6 insertions, 6 deletions
diff --git a/Gem/Gem.pd_linux b/Gem/Gem.pd_linux Binary files differindex 8b1d28a..bbd2a67 100755 --- a/Gem/Gem.pd_linux +++ b/Gem/Gem.pd_linux diff --git a/Gem/develop/include/Gem/plugins/film.h b/Gem/develop/include/Gem/plugins/film.h index 679c753..14f39ec 100644 --- a/Gem/develop/include/Gem/plugins/film.h +++ b/Gem/develop/include/Gem/plugins/film.h @@ -80,7 +80,7 @@ class GEM_EXTERN film * anything about the internal cs of the decoder */ /* returns TRUE if loading was successful, FALSE otherwise */ - virtual bool open(const std::string, + virtual bool open(const std::string&, const gem::Properties&requestprops) = 0; /* some error codes */ diff --git a/Gem/develop/include/Gem/plugins/record.h b/Gem/develop/include/Gem/plugins/record.h index b2aa254..ed0113c 100644 --- a/Gem/develop/include/Gem/plugins/record.h +++ b/Gem/develop/include/Gem/plugins/record.h @@ -54,11 +54,11 @@ public: /** * get a human readable description of the given codec (e.g. "Motion Jpeg A") */ - virtual const std::string getCodecDescription(const std::string codecname) = 0; + virtual const std::string getCodecDescription(const std::string&codecname) = 0; /** * set the current codec */ - virtual bool setCodec(const std::string name) = 0; + virtual bool setCodec(const std::string&name) = 0; /** * list all properties the currently selected codec supports @@ -76,7 +76,7 @@ public: /* * returns TRUE if opening was successful, FALSE otherwise */ - virtual bool start(const std::string filename, gem::Properties&props) = 0; + virtual bool start(const std::string&filename, gem::Properties&props) = 0; ////////// // record a frame diff --git a/Gem/develop/include/Gem/plugins/video.h b/Gem/develop/include/Gem/plugins/video.h index 7be968d..4944f94 100644 --- a/Gem/develop/include/Gem/plugins/video.h +++ b/Gem/develop/include/Gem/plugins/video.h @@ -71,7 +71,7 @@ namespace gem { namespace plugins { * the default implementation (which you normally shouldn't need to override) * will simply set m_devicename and clear m_devicenum */ - virtual bool setDevice(const std::string) = 0; + virtual bool setDevice(const std::string&) = 0; //! open the device (calls openDevice()) @@ -194,7 +194,7 @@ namespace gem { namespace plugins { // for pix_video: query whether this backend provides access to this class of devices // (e.g. "dv") - virtual bool provides(const std::string) = 0; + virtual bool provides(const std::string&) = 0; // get a list of all provided devices virtual std::vector<std::string>provides(void) = 0; diff --git a/Gem/gem_filmGMERLIN.so b/Gem/gem_filmGMERLIN.so Binary files differindex d327f2d..0299dd4 100755 --- a/Gem/gem_filmGMERLIN.so +++ b/Gem/gem_filmGMERLIN.so diff --git a/Gem/gem_filmMPEG3.so b/Gem/gem_filmMPEG3.so Binary files differindex d5f656f..bd96bb9 100755 --- a/Gem/gem_filmMPEG3.so +++ b/Gem/gem_filmMPEG3.so diff --git a/Gem/gem_filmQT4L.so b/Gem/gem_filmQT4L.so Binary files differindex 8f85130..c7a9fd6 100755 --- a/Gem/gem_filmQT4L.so +++ b/Gem/gem_filmQT4L.so diff --git a/Gem/gem_recordQT4L.so b/Gem/gem_recordQT4L.so Binary files differindex f8c8521..42c0936 100755 --- a/Gem/gem_recordQT4L.so +++ b/Gem/gem_recordQT4L.so diff --git a/Gem/gem_recordV4L.so b/Gem/gem_recordV4L.so Binary files differindex 83b4c63..d2cb6a8 100755 --- a/Gem/gem_recordV4L.so +++ b/Gem/gem_recordV4L.so diff --git a/Gem/gem_recordV4L2.so b/Gem/gem_recordV4L2.so Binary files differindex 83f15b1..3b53b90 100755 --- a/Gem/gem_recordV4L2.so +++ b/Gem/gem_recordV4L2.so diff --git a/Gem/gem_videoDC1394.so b/Gem/gem_videoDC1394.so Binary files differindex 158a1fe..c6bb540 100755 --- a/Gem/gem_videoDC1394.so +++ b/Gem/gem_videoDC1394.so diff --git a/Gem/gem_videoDV4L.so b/Gem/gem_videoDV4L.so Binary files differindex 914324e..e1d3bbf 100755 --- a/Gem/gem_videoDV4L.so +++ b/Gem/gem_videoDV4L.so diff --git a/Gem/gem_videoUNICAP.so b/Gem/gem_videoUNICAP.so Binary files differindex fb9d6fe..74cc9fe 100755 --- a/Gem/gem_videoUNICAP.so +++ b/Gem/gem_videoUNICAP.so diff --git a/Gem/gem_videoV4L.so b/Gem/gem_videoV4L.so Binary files differindex 797700c..4fa02c4 100755 --- a/Gem/gem_videoV4L.so +++ b/Gem/gem_videoV4L.so diff --git a/Gem/gem_videoV4L2.so b/Gem/gem_videoV4L2.so Binary files differindex 7e30dfe..02b457d 100755 --- a/Gem/gem_videoV4L2.so +++ b/Gem/gem_videoV4L2.so diff --git a/Gem/gem_videoVNC.so b/Gem/gem_videoVNC.so Binary files differindex 6c831ea..5654c34 100755 --- a/Gem/gem_videoVNC.so +++ b/Gem/gem_videoVNC.so |