Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete Android build cruft | Tim-Philipp Müller | 2015-04-26 | 1 | -14/+0 |
| | | | | This is not needed any longer. | ||||
* | Constify some static arrays everywhere | Sebastian Dröge | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | gst: Add better support for static plugins | Sebastian Dröge | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | Fix FSF address | Tim-Philipp Müller | 2012-11-04 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520 | ||||
* | Use gst_element_class_set_static_metadata() | Tim-Philipp Müller | 2012-10-17 | 1 | -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_metadata | Mark Nauwelaerts | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | gst: Update for GST_PLUGIN_DEFINE() API changes | Sebastian Dröge | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | gst: Update versioning | Sebastian Dröge | 2012-04-04 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into 0.11 | Tim-Philipp Müller | 2012-01-13 | 2 | -9/+0 |
|\ | |||||
| * | patchdetect: remove (leaking) dead code | Vincent Penquerc'h | 2012-01-12 | 2 | -9/+0 |
| | | |||||
| * | various: fix pad template ref leaks | Vincent Penquerc'h | 2011-11-28 | 1 | -4/+4 |
|/ | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662664 | ||||
* | Remove unused but set variables | Debarshi Ray | 2011-06-04 | 1 | -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 androgenizer | Thibault Saunier | 2011-04-11 | 1 | -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 libm | Tim-Philipp Müller | 2011-03-26 | 1 | -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 element | David Schleef | 2011-03-23 | 3 | -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. |