summaryrefslogtreecommitdiff
path: root/gst-libs/gst/interfaces
AgeCommit message (Collapse)AuthorFilesLines
2018-03-13photography: GST_EXPORT -> GST_PHOTOGRAPHY_APITim-Philipp Müller5-34/+68
We need different export decorators for the different libs. For now no actual change though, just rename before the release, and add prelude headers to define the new decorator to GST_EXPORT.
2017-10-05meson: remove vs_module_defsHavard Graff1-1/+0
The GST_EXPORT should handle it.
2017-07-18photography: mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller3-2/+34
2016-11-21interfaces: photography: clean up header indentationTim-Philipp Müller1-133/+146
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan2-0/+88
https://github.com/mesonbuild/meson With contributions from: Tim-Philipp Müller <tim@centricular.com> Matej Knopp <matej.knopp@gmail.com> Jussi Pakkanen <jpakkane@gmail.com> (original port) Highlights of the features provided are: * Faster builds on Linux (~40-50% faster) * The ability to build with MSVC on Windows * Generate Visual Studio project files * Generate XCode project files * Much faster builds on Windows (on-par with Linux) * Seriously fast configure and building on embedded ... and many more. For more details see: http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html Building with Meson should work on both Linux and Windows, but may need a few more tweaks on other operating systems.
2016-02-03docs: remove some leftover 'Since 0.10.x' markersTim-Philipp Müller2-6/+0
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-16/+0
This is not needed any longer.
2012-11-20GstPhotography: Add new enum values to match android's parametersYouness Alaoui1-3/+43
https://bugzilla.gnome.org/show_bug.cgi?id=688486
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
https://bugzilla.gnome.org/show_bug.cgi?id=687520
2012-07-11photography: update documentationLasse Laukkanen2-11/+201
https://bugzilla.gnome.org/show_bug.cgi?id=622482
2012-07-11photography: Add manual control of exposure, focus and white balanceLasse Laukkanen2-6/+108
Add new interface properties and mode for better manual control of exposure, focus and white balance. https://bugzilla.gnome.org/show_bug.cgi?id=622482
2012-07-11photography: Add GstPhotography prefix and fix spelling colour->colorLasse Laukkanen2-111/+116
https://bugzilla.gnome.org/show_bug.cgi?id=622482
2012-04-04gst: Update versioningSebastian Dröge1-13/+13
2011-10-21interfaces: clean up the use of iface and class/klassStefan Sauer2-8/+8
2011-10-04photography: remore implement-interfaceWim Taymans1-2/+2
2011-09-28photography: remove implements-interface prerequisiteWim Taymans1-2/+0
2011-08-03photography: add missing FLICKER_REDUCTION capabilityTommi Myöhänen1-1/+3
GstPhotography API contains functions to get/set flicker reduction mode, but GstPhotoCaps enumeration doesn't have item for it, so elements are not able to report whether they support this feature or not. Also add useful GST_PHOTOGRAPHY_CAPS_ALL for easily selecting all capabilities at once. https://bugzilla.gnome.org/show_bug.cgi?id=655318
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+16
Remove the android/ top dir Fixe the Makefile.am to be androgenized To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
2011-02-10photography interface: update the noise_reduction type from guint to ↵Hu Gang2-4/+4
GstPhotographyNoiseReduction https://bugzilla.gnome.org/show_bug.cgi?id=616814
2010-12-26photography: fix typo in property descriptionTim-Philipp Müller1-1/+1
2010-12-20photography: use a flags type instead of the uintStefan Kost1-5/+3
Also use 0 as default and let the implementation set something that they support.
2010-12-20photography: add missing property and cabability flag for noise reductionHu Gang2-1/+12
2010-10-14photography: actualy use the enum in the vmethodsStefan Kost1-2/+2
If we introduce a new GstPhotographyNoiseReduction, lets also use it in the vmethods
2010-10-14photography: retab interface struct fieldsStefan Kost1-26/+26
2010-10-14photography: Avoid breaking ABIThiago Santos1-5/+6
Move the newly added functions/fields to the end of the structs
2010-09-28photography: extend photography ifaceHu Gang2-1/+70
Add more color tone modes and add NoseReduction settings. Fixes #616814.
2010-09-20photography: Add zoom propertyThiago Santos2-0/+8
Adds a property to set/get the zoom as a float
2010-09-20photography: Add image-preview-supported-caps interface propertyLasse Laukkanen2-0/+9
Adds a readable property to gstphotography interface to query what are the allowed preview caps supported. Patch by Tommi Myöhänen <ext-tommi.1.myohanen@nokia.com>
2010-05-19Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGSDavid Schleef1-1/+4
Move include directives for gst-libs into GST_PLUGINS_BAD_CFLAGS, and fix all the Makefiles that use it. This is so that all the include directories are added in the proper order: first the directories in srcdir/builddir, then gst-plugins-base dirs, then gstreamer dirs. If the order is wrong, installed headers may be used instead of local headers and/or uninstalled headers from -base.
2010-04-13camerabin: photography: Spring G_PARAM_STATIC_STRINGSThiago Santos1-12/+18
Sprinkle some G_PARAM_STATIC_STRINGS over the properties in GstPhotography interface and in camerabin
2010-04-13GstPhotography: Add flicker and focus mode settings to photography APITommi Myöhänen2-0/+99
Adds flicker and focus mode settings to photography API and also implement it in camerabin.
2010-04-13camerabin: add api to query supported image capture resolutionLasse Laukkanen2-0/+10
Adds new property 'image-capture-supported-caps' to GstPhotography to query the supported image capture caps. Also implement it in camerabin.
2010-03-24docs: add photography iface to docsStefan Kost1-3/+8
We normaly have separate libs docs, not done becasue of lazyness here yet.
2009-11-27camerabin: photography interface properties. Fixes #573370 (partially)Teemu Katajisto2-10/+98
Added GObject properties to photography interface and implemented them in camerabin. Changed zooming to check if video-source has zoom property.
2009-10-24build: use gst-glib-gen.mak to fix the glib build rules.Stefan Kost1-2/+3
The build rules in glib-gen.mak were using pattern rules in a non save way.
2009-06-05photography: add functions to set/get all settings with one callLasse Laukkanen2-0/+61
2009-03-04photography: declare interface as unstable API by means of a warningTim-Philipp Müller2-1/+6
Application developers won't know right away which module an interface comes from, and may assume that it is covered by the usual GStreamer API guarantees, so make it as clear as possible that this particular API is still subject to change (should have done that with other libraries in -bad before too really).
2009-02-23photo iface: Add caps object to preparation API for requested and actual ↵Lasse Laukkanen2-9/+19
capture format Allow requesting of certain format with prepare_for_capture() and return the actual format in GstPhotoCapturePrepared callback.
2009-02-11photography interface: .gitignore generated files.René Stadler1-0/+2
2009-02-11photography interface: Move generated files to win32/common.René Stadler2-210/+0
2009-02-09Add photography interface.Nokia Corporation5-0/+882