summaryrefslogtreecommitdiff
path: root/gst/patchdetect
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
| | | | This is not needed any longer.
* Constify some static arrays everywhereSebastian Dröge2015-01-211-1/+1
|
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
| | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
|
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
|
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
|
* Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2012-01-132-9/+0
|\
| * patchdetect: remove (leaking) dead codeVincent Penquerc'h2012-01-122-9/+0
| |
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+4
|/ | | | https://bugzilla.gnome.org/show_bug.cgi?id=662664
* Remove unused but set variablesDebarshi Ray2011-06-041-12/+0
| | | | | This is needed to satisfy the new -Wunused-but-set-variable added in GCC 4.6: http://gcc.gnu.org/gcc-4.6/changes.html
* android: make it ready for androgenizerThibault Saunier2011-04-111-1/+13
| | | | | | | | 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
* patchdetect: link against libmTim-Philipp Müller2011-03-261-3/+2
| | | | | | | Link against libm. Include math-compat.h header. Don't link against orc, since it's not actually used. https://bugzilla.gnome.org/show_bug.cgi?id=645711
* patchdetect: new elementDavid Schleef2011-03-233-0/+1336
Detects Munsell ColorChecker in a video image and automatically white balances and color corrects based on the detected values. This element is only a demonstration at this stage, it needs to be separated into two elements.