summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* camerabin: remove hack around bug 648359Thiago Santos2015-03-141-8/+1
* camerabin: remove deprecated g_atomic functionThiago Santos2015-03-141-7/+1
* wrappercamerabinsrc: fix pad leakThiago Santos2015-03-141-2/+2
* gl/examples: fixup generic cube example for NDCMatthew Waters2015-03-141-1/+4
* gl/examples: add sdlshare2 that uses glimagesink to output texturesJulien Isorce2015-03-143-1/+408
* glimagesink: keep window invisible when sharing outputJulien Isorce2015-03-141-1/+7
* glimagesink: provide GstSample in client-draw signalJulien Isorce2015-03-149-56/+112
* sdlshare: use glupload and unmap frameJulien Isorce2015-03-141-1/+3
* glsyncmeta: make context to wait and set sync explicitMatthew Waters2015-03-145-7/+14
* configure: fix buildTim-Philipp Müller2015-03-141-1/+0
* docs: update plugin docsTim-Philipp Müller2015-03-149-30/+336
* Remove unported and useless osxvideosrc elementTim-Philipp Müller2015-03-146-1558/+3
* sdpdemux: properly escape percent sign in documentationRamiro Polla2015-03-141-1/+1
* glimagesink: Add NULL check in error caseNicolas Dufresne2015-03-141-1/+2
* gl: fix a couple of typos in configure.acMatthew Waters2015-03-141-2/+2
* glupload/colorconvert: only copy timestamps if the input buffer != outputMatthew Waters2015-03-142-4/+6
* gl: add GstGLDisplayCocoaJulien Isorce2015-03-145-173/+319
* examples: initialize NSApp at the beginningJulien Isorce2015-03-141-3/+3
* gl/cocoa: do not terminate loop in gst_gl_window_cocoa_closeJulien Isorce2015-03-141-6/+1
* gl: avoid overwriting display and context to NULLJulien Isorce2015-03-131-5/+12
* glshader: attribute locations are -1 on errorMatthew Waters2015-03-132-5/+5
* glshader: prevent from getting attributes without vertex shaderNeos34522015-03-131-0/+3
* GL: Remove annoying printf in the filterbin class_initJan Schmidt2015-03-141-2/+0
* Restricted activeVideoMaxFrameDuration to fix frame rateijsf2015-03-131-1/+2
* glimagesink: add pixel-aspect-ratio property on the binMatthew Waters2015-03-131-1/+5
* glupload: unref the bufferpoolMatthew Waters2015-03-131-0/+3
* glimagesink: forward ALL the properties on the binMatthew Waters2015-03-131-8/+93
* gluploadelement: properly unref buffers that are the same as the inputMatthew Waters2015-03-131-0/+5
* gl: get the context from basemixer/basefilterMatthew Waters2015-03-1335-224/+218
* gl: retreive the gldisplay/app gl context as soon as possibleMatthew Waters2015-03-135-42/+123
* gl/tests: fix deadlock on glcontext wrapped context testMatthew Waters2015-03-131-2/+1
* glcolorconvert: cache indices in a buffer objectJulien Isorce2015-03-121-3/+22
* audiomixer: Fix discont detection and buffer alignment codeSebastian Dröge2015-03-121-3/+2
* caopengllayersink: implement as a bin like glimagesinkMatthew Waters2015-03-123-165/+150
* gl/cocoa: avoid deadlock when creating context on the main thread.Matthew Waters2015-03-123-7/+16
* gl: store the list of contexts within gldisplayMatthew Waters2015-03-126-256/+236
* glimagesink: unset the current shader after renderingMatthew Waters2015-03-121-0/+2
* gltestsrc: remove usage of gldownload library objectMatthew Waters2015-03-122-89/+82
* glcontext: store the thread current contextMatthew Waters2015-03-122-2/+25
* gl: new glsrcbin elementMatthew Waters2015-03-124-0/+352
* glvideomixer: implement with glmixerbinMatthew Waters2015-03-123-52/+264
* glmixer: remove usage of upload/download objectsMatthew Waters2015-03-122-270/+40
* gl: new glmixerbin elementMatthew Waters2015-03-124-0/+650
* glimagesink: implement as a binMatthew Waters2015-03-123-105/+185
* gl: new glsinkbin elementMatthew Waters2015-03-124-0/+484
* glfilter: don't use the library upload/convert objectsMatthew Waters2015-03-121-272/+20
* gl: new element glfilterbinMatthew Waters2015-03-124-0/+375
* gl: add new gldownloadelementMatthew Waters2015-03-124-0/+247
* gl: add a new glcolorconvert element based on the glcolorconvert library objectMatthew Waters2015-03-124-0/+272
* glupload: implement propose_allocation pool handling for glmemory uploadMatthew Waters2015-03-121-0/+49