summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.3.901.3.90Sebastian Dröge2014-06-281-4/+4
|
* configure: use $ERROR_CFLAGS instead of hard-coding -WerrorTim-Philipp Müller2014-06-221-1/+1
| | | | https://bugzilla.gnome.org//show_bug.cgi?id=731692
* configure: use -Werror to make the include GL and GLES2 header check ↵Koop Mast2014-06-221-0/+3
| | | | | | | | | | | guaranteed fatal Clang will only give a warning for the redefinition of typedef GLenum. Since master is build with -Werror this will result in a build failure later in the gl plugin. Add -Werror to the test, so the test result is as expected. This will allow the gl plugins to build. https://bugzilla.gnome.org//show_bug.cgi?id=731692
* Back to developmentSebastian Dröge2014-06-221-3/+3
|
* Release 1.3.31.3.3Sebastian Dröge2014-06-221-4/+4
|
* compositor: Add a new compositor based on the new GstVideoAggregator base classMathieu Duponchelle2014-06-201-0/+2
| | | | | | | | It is a replacement for videomixer with a similare API Co-Authored by: Thibault Saunier <tsaunier@gnome.org> https://bugzilla.gnome.org/show_bug.cgi?id=731919
* videoaggregator: Create a new GstVideoAggregator baseclassMathieu Duponchelle2014-06-201-0/+3
| | | | | | | | This base class has been added to a newly created libgstbadvideo library Co-Authored by: Thibault Saunier <tsaunier@gnome.org> https://bugzilla.gnome.org/show_bug.cgi?id=731918
* aggregator: Add new GstAggregator base classThibault Saunier2014-06-201-0/+3
| | | | | | | | This base class has been added to a newly created libgstbadbase library Co-Authored by: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> https://bugzilla.gnome.org/show_bug.cgi?id=731917
* opengl: add element for transforming video geometryLubosz Sarnecki2014-06-181-0/+12
| | | | * add graphene as soft dependency for linear algebra
* wayland: install .pc fileArnaud Vrac2014-06-171-0/+2
|
* waylandsink: Build bindings for the unstable wl_scaler specGeorge Kiagiadakis2014-06-171-1/+3
|
* wayland: Add new gst-wayland library containing a new GstWaylandVideo interfaceGeorge Kiagiadakis2014-06-171-0/+1
| | | | | | This interface is needed to be able to embed waylandsink into other wayland surfaces. Due to the special nature of wayland, GstVideoOverlay is not enough for this job.
* opencv: make the plugin compile with all 2.4.x versionsNicola Murino2014-05-301-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=730141
* gl: rename platform cocoa to cglJulien Isorce2014-05-271-4/+4
| | | | | | | | | | | | | | | | | | | | Before: GST_GL_PLATFORM=cocoa GST_GL_WINDOW=cocoa gst-launch-1.0 videotestsrc ! glimagesink After: GST_GL_PLATFORM=cgl GST_GL_WINDOW=cocoa gst-launch-1.0 videotestsrc ! glimagesink but still pass --enable-cocoa to configure script because currently it can only be used with cocoa API. We could later have cgl/gstglcontext_cgl.h that manages a CGLContextObj directly and cocoa/gstglcontext_cocoa.h would just wrap it. So that it could be used with other Apple's window APIs. https://bugzilla.gnome.org/show_bug.cgi?id=729245
* Back to developmentSebastian Dröge2014-05-211-3/+3
|
* Release 1.3.21.3.2Sebastian Dröge2014-05-211-4/+4
|
* configure: Use the same includes for GL that we would use later in the code ↵Sebastian Dröge2014-05-051-3/+12
| | | | for checking if GLES2 and OpenGL headers can both be included
* gl: check if we can include both GL and GLES2 headers at the same timeMatthew Waters2014-05-051-0/+36
| | | | If we cannot, then default to GL over GLES2 unless GLES2 is required.
* configure: Use the same #includes for checking GL types as later in the codeSebastian Dröge2014-05-041-3/+12
|
* Back to developmentSebastian Dröge2014-05-031-3/+3
|
* Release 1.3.11.3.1Sebastian Dröge2014-05-031-4/+4
|
* mfc: Remove mfc plugin, it is obsoleted by the v4l2videodec element from ↵Sebastian Dröge2014-05-031-50/+0
| | | | gst-plugins-good
* gl: rename cocoa example and move it to its parent directoryJulien Isorce2014-05-021-1/+0
|
* gl: Try harder to load symbols from the correct placeSebastian Dröge2014-05-011-0/+18
| | | | | | | | | | | | | | | This commit makes the loading of the GModules threadsafe, and always first tries to load the symbol for the GL library that is selected for the current context. Only then it falls back to looking into the current module (NULL), and only as a last resort the context specific function (e.g. eglGetProcAddress()) is called. Also add configure parameters to select the names of the library modules instead of using the defaults, and let the defaults be independent of the G_MODULE_SUFFIX. https://bugzilla.gnome.org/show_bug.cgi?id=728753
* gl/examples: move to -badMatthew Waters2014-04-291-0/+76
| | | | | - fix all the compiler errors - give them their own gl directory
* gl: append EGL_LIB to GL_LIBJulien Isorce2014-04-281-1/+1
|
* ivfparse: enable build.Halley Zhao2014-04-181-1/+1
| | | | Drop `ivfparse' element from the non-ported set of plugins in configure.
* configure: Detect EGL header presenceEdward Hervey2014-04-161-0/+1
| | | | Fixes the build for Android, and I suspect for other systems too...
* egl/eglglessink: remove since EGLImage and iOS support have been added in ↵Julien Isorce2014-04-151-201/+68
| | | | | | glimagesink https://bugzilla.gnome.org/show_bug.cgi?id=703343
* gl: Add support for iOS EAGL platformSebastian Dröge2014-04-121-2/+47
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=703341
* configure: Fix check for iOS for the OpenGL supportSebastian Dröge2014-04-041-32/+37
| | | | | | There is also an i386 version of iOS, which is for the simulator. Better use our already existing HAVE_IOS check instead of relying on the host triplet.
* gl/win32: actually build the gl plugins on win32Matthew Waters2014-04-021-0/+1
| | | | Regression from c8ff215b02ee178513e076e2dfbd14e9ce77ec49
* gl/win32: fix detection of GL/wglext.hMatthew Waters2014-04-021-1/+1
| | | | Was resulting in 'present but cannot be compiled' errors
* gl/win32: allow not building the gl pluginsMatthew Waters2014-03-281-6/+17
| | | | | | Fixes build on windows if <GL/wglext.h> headers are not present. https://bugzilla.gnome.org/show_bug.cgi?id=727125
* gl: don't fail configure if we do not understand the platformMatthew Waters2014-03-271-1/+0
|
* configure.ac: fix OSX host checkMatthieu Bouron2014-03-271-1/+1
| | | | | | Makes the check works with (i386|x86_64)-apple-darwin* hosts. https://bugzilla.gnome.org/show_bug.cgi?id=727104
* gl: deploy egl headers in gst/gl/egl instead of gst/glJulien Isorce2014-03-261-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=703343
* pkgconfig: add gstreamer-glJulien Isorce2014-03-261-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=703343
* gl: Only enabled cocoa backend on osx (and not ios)Edward Hervey2014-03-261-1/+2
| | | | ios requires using EAGL
* gl: don't default to GST_GL_HAVE_WINDOW_DISPMANX=1Руслан Ижбулатов2014-03-181-1/+1
| | | | | | Mistake introduced by 2a0f0399ae226089c2ba07b1b904741b856f37af https://bugzilla.gnome.org/show_bug.cgi?id=726591
* gl: check for X unconditionallyРуслан Ижбулатов2014-03-181-1/+1
| | | | | | | Without this the HAVE_X macro is empty, not "no" or "yes", which is not what the later code is counting on. https://bugzilla.gnome.org/show_bug.cgi?id=726591
* gl: set default value to 0 for all definitions that go to gstglconfig.hJulien Isorce2014-03-171-32/+69
| | | | | To avoid warnings like "GST_GL_HAVE_OPENGL is not defined". As we are using #if instead of #ifdef
* gl: allow not building the gl library pluginsMatthew Waters2014-03-171-16/+28
|
* gl: add the option of disabling cocoa on OS X using --disable-cocoaMatthew Waters2014-03-171-5/+8
|
* gl: set HAVE_EGL_RPI to yes if HAVE_GL and RPIJulien Isorce2014-03-171-1/+5
| | | | Which fixes build on Raspberry Pi since -gl has been moved to -bad
* make: whitespace cleanupsThijs Vermeir2014-03-171-6/+6
|
* Move gst-plugins-gl to badMatthew Waters2014-03-161-1/+672
|
* winks: port to 1.0Andoni Morales Alastruey2014-03-151-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=702041
* configure: videosignal was ported almost a year agoWim Taymans2014-03-111-1/+1
|
* configure: Rename all variables related to the winks pluginSebastian Dröge2014-02-161-12/+12
| | | | | | | It does not make sense to call them after directshow if they are for the winks plugin only. https://bugzilla.gnome.org/show_bug.cgi?id=724100