Joshua M. Doe
26e05b7058
build: allow overriding installation directories
...
More sensible defaults and allow for overriding. Also make PDB installation
optional on Windows if RelWithDebInfo isn't the build type being used.
CMAKE_INSTALL_PREFIX defaults to GStreamer install location on Windows and
/usr/lib on other platforms.
PLUGIN_INSTALL_DIR defaults to CMAKE_INSTALL_PREFIX/gstreamer-1.0
LIBRARY_INSTALL_DIR defaults to CMAKE_INSTALL_PREFIX/
PDB_INSTALL_DIR defaults to CMAKE_INSTALL_PREFIX/
2020-04-15 09:26:40 -04:00
Joshua M. Doe
7adc8d9ac9
freeimage: disable plugin for now, as it hasn't been ported to 1.0 yet
...
See #23
2020-04-15 09:26:13 -04:00
Joshua M. Doe
59715529c7
build: only install PDBs on Windows
2020-04-14 16:17:45 -04:00
Joshua M. Doe
4ebc6b8c77
build: consistently have libgst prefix on all plugins
...
Before this, on Linux there'd be a liblibgst prefix
2020-04-14 16:17:45 -04:00
Joshua M. Doe
5839020c33
gigesimsink: allow compiling with GStreamer < 1.10
...
IYU2 was added in 1.10, but we'd like to be able to build against 1.2,
so define the pixel type if it doesn't exist.
2019-10-10 07:36:51 -04:00
Joshua M. Doe
73708059f6
gigesimsink: new sink for A&B Soft GigESim to produce GigE Vision video
...
This will require a license from A&B to transmit, which can be purchased
from their website.
2019-10-09 10:56:00 -04:00
Joshua M. Doe
f0481289d8
run gst-indent
2017-09-26 12:48:36 -04:00
Joshua M. Doe
802b6c5fa8
freeimage: better debugging and some cleanup
2014-01-24 10:02:55 -05:00
Joshua M. Doe
2296c487ae
style: run gst-indent
2014-01-24 10:02:53 -05:00
Joshua M. Doe
35b06f1217
build: only build plugins if dependencies are available
2014-01-24 10:00:28 -05:00
Joshua M. Doe
fbe6b50379
freeimage: Add more buffer metadata
2014-01-24 10:00:27 -05:00
Joshua M. Doe
b01ef05c41
Rename GST_PACKAGE_NAME define to PACKAGE_NAME
2014-01-24 10:00:26 -05:00
Joshua M. Doe
4933f07ad5
freeimage: Add new elements encoder elements fienc_*
2014-01-24 10:00:25 -05:00
Joshua M. Doe
992d159add
freeimagedec: Move utility functions to gstfreeimageutils.c/.h and other minor cleanup
...
Also removed static pad templates, changed elements to have underscore rather than hyphen in their name, and fix caps handling (BGR/RGB)
2014-01-24 10:00:25 -05:00
Joshua M. Doe
4fc7cd5ec8
freeimagedec: Create caps from FreeImage plugin queries rather than static list
2014-01-24 10:00:25 -05:00
Joshua M. Doe
be67dea4cb
freeimage: Register each decoder as a separate element
2014-01-24 10:00:24 -05:00
Joshua M. Doe
baa16f775f
freeimage: Create freeimage plugin and freeimagedec decoder
2014-01-24 10:00:24 -05:00