Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
The GST_EXPORT should handle it.
|
|
|
|
|
|
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.
|
|
|
|
This is not needed any longer.
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=688486
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=687520
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=622482
|
|
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
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=622482
|
|
|
|
|
|
|
|
|
|
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
|
|
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
|
|
GstPhotographyNoiseReduction
https://bugzilla.gnome.org/show_bug.cgi?id=616814
|
|
|
|
Also use 0 as default and let the implementation set something that they support.
|
|
|
|
If we introduce a new GstPhotographyNoiseReduction, lets also use it
in the vmethods
|
|
|
|
Move the newly added functions/fields to the end of the structs
|
|
Add more color tone modes and add NoseReduction settings.
Fixes #616814.
|
|
Adds a property to set/get the zoom as a float
|
|
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>
|
|
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.
|
|
Sprinkle some G_PARAM_STATIC_STRINGS over the properties
in GstPhotography interface and in camerabin
|
|
Adds flicker and focus mode settings to photography API and also
implement it in camerabin.
|
|
Adds new property 'image-capture-supported-caps' to GstPhotography
to query the supported image capture caps.
Also implement it in camerabin.
|
|
We normaly have separate libs docs, not done becasue of lazyness here yet.
|
|
Added GObject properties to photography interface and implemented
them in camerabin. Changed zooming to check if video-source has
zoom property.
|
|
The build rules in glib-gen.mak were using pattern rules in a non save way.
|
|
|
|
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).
|
|
capture format
Allow requesting of certain format with prepare_for_capture() and return
the actual format in GstPhotoCapturePrepared callback.
|
|
|
|
|
|
|