platform/upstream/gstreamer.git
10 years ago[554/906] GstGLMemory: update for GstAllocator API changes
Matthew Waters [Wed, 8 Aug 2012 06:08:40 +0000 (16:08 +1000)]
[554/906] GstGLMemory: update for GstAllocator API changes

10 years ago[553/906] GstGLFilterShader: update for GstGLMeta
Matthew Waters [Mon, 16 Jul 2012 13:31:31 +0000 (23:31 +1000)]
[553/906] GstGLFilterShader: update for GstGLMeta

10 years ago[552/906] GstGLFilterApp: update for GstGLMeta
Matthew Waters [Mon, 16 Jul 2012 13:22:58 +0000 (23:22 +1000)]
[552/906] GstGLFilterApp: update for GstGLMeta

10 years ago[551/906] GstGLOverlay: fix loading of non-square overlays
Matthew Waters [Mon, 16 Jul 2012 12:40:15 +0000 (22:40 +1000)]
[551/906] GstGLOverlay: fix loading of non-square overlays

libjpeg complains about "Application read too {many,few} scan lines" in non-square images

10 years ago[550/906] GstGLOverlay: fix libPNG complaining about unsigned integer being out of...
Matthew Waters [Mon, 16 Jul 2012 11:40:59 +0000 (21:40 +1000)]
[550/906] GstGLOverlay: fix libPNG complaining about unsigned integer being out of range

10 years ago[549/906] GstGLOverlay: update for GstGLMeta
Matthew Waters [Mon, 16 Jul 2012 11:35:26 +0000 (21:35 +1000)]
[549/906] GstGLOverlay: update for GstGLMeta

10 years ago[548/906] GstGLDifferenceMatte: update for GstGLMeta
Matthew Waters [Mon, 16 Jul 2012 05:06:50 +0000 (15:06 +1000)]
[548/906] GstGLDifferenceMatte: update for GstGLMeta

10 years ago[547/906] GstGLBumper: fix libPNG complaining about invalid png files
Matthew Waters [Sun, 15 Jul 2012 14:36:30 +0000 (00:36 +1000)]
[547/906] GstGLBumper: fix libPNG complaining about invalid png files

We failed to inform libPNG that we had already read the header

10 years ago[546/906] GstGLFilterSobel: update for GstGLMeta
Matthew Waters [Sun, 15 Jul 2012 14:03:50 +0000 (00:03 +1000)]
[546/906] GstGLFilterSobel: update for GstGLMeta

10 years ago[545/906] GstGLBumper: update for GstGLMeta
Matthew Waters [Thu, 12 Jul 2012 15:07:37 +0000 (01:07 +1000)]
[545/906] GstGLBumper: update for GstGLMeta

10 years ago[544/906] fix memory leaks from not g_free()ing string returned by gst_element_get_name
Matthew Waters [Thu, 12 Jul 2012 15:04:22 +0000 (01:04 +1000)]
[544/906] fix memory leaks from not g_free()ing string returned by gst_element_get_name

10 years ago[543/906] GstGLDisplay: fix segfault from GST_PTR_FORMAT trying to expand the object
Matthew Waters [Thu, 12 Jul 2012 08:22:01 +0000 (18:22 +1000)]
[543/906] GstGLDisplay: fix segfault from GST_PTR_FORMAT trying to expand the object

10 years ago[542/906] GstGLMixer: add allocation and bufferpool methods
Matthew Waters [Thu, 12 Jul 2012 08:19:44 +0000 (18:19 +1000)]
[542/906] GstGLMixer: add allocation and bufferpool methods

based off GstBaseTransform

10 years ago[541/906] GstGLTestSrc: generate a GLBufferPool instead of a VideoBufferPool in decid...
Matthew Waters [Thu, 12 Jul 2012 08:11:11 +0000 (18:11 +1000)]
[541/906] GstGLTestSrc: generate a GLBufferPool instead of a VideoBufferPool in decide_allocation

10 years ago[540/906] GstGLMosaic: update for GstGLMeta
Matthew Waters [Thu, 12 Jul 2012 08:09:57 +0000 (18:09 +1000)]
[540/906] GstGLMosaic: update for GstGLMeta

10 years ago[539/906] GstGLImageSink: fold multiple fields into one and use VIDEO_SINK_* for...
Matthew Waters [Thu, 12 Jul 2012 08:07:34 +0000 (18:07 +1000)]
[539/906] GstGLImageSink: fold multiple fields into one and use VIDEO_SINK_* for window width/height

replace the caps information with a GstVideoInfo
place the window width/height information width VIDEO_SINK

10 years ago[538/906] GstGLDeinterlace: update for GstGLMeta
Matthew Waters [Wed, 11 Jul 2012 04:20:14 +0000 (14:20 +1000)]
[538/906] GstGLDeinterlace: update for GstGLMeta

10 years ago[537/906] GstGLFilterReflectedScreen: update for GstGLMeta
Matthew Waters [Wed, 11 Jul 2012 03:55:55 +0000 (13:55 +1000)]
[537/906] GstGLFilterReflectedScreen: update for GstGLMeta

10 years ago[536/906] GstGLFilterGlass: update for GstGLMeta
Matthew Waters [Wed, 11 Jul 2012 03:37:55 +0000 (13:37 +1000)]
[536/906] GstGLFilterGlass: update for GstGLMeta

10 years ago[535/906] GstGLFilterLaplacian: update for GstGLMeta
Matthew Waters [Wed, 11 Jul 2012 03:11:59 +0000 (13:11 +1000)]
[535/906] GstGLFilterLaplacian: update for GstGLMeta

10 years ago[534/906] GstGLFilterCube: Update for GstGLMeta
Matthew Waters [Tue, 10 Jul 2012 15:25:03 +0000 (01:25 +1000)]
[534/906] GstGLFilterCube: Update for GstGLMeta

10 years ago[533/906] GstGLFilterBlur: update for GstGLMeta
Matthew Waters [Tue, 10 Jul 2012 15:10:43 +0000 (01:10 +1000)]
[533/906] GstGLFilterBlur: update for GstGLMeta

10 years ago[532/906] GstGLFilter: implement allocation vfuncs
Matthew Waters [Mon, 9 Jul 2012 12:27:48 +0000 (22:27 +1000)]
[532/906] GstGLFilter: implement allocation vfuncs

10 years ago[531/906] GstGLEffects: update for GstGLMeta
Matthew Waters [Mon, 9 Jul 2012 12:26:12 +0000 (22:26 +1000)]
[531/906] GstGLEffects: update for GstGLMeta

10 years ago[530/906] GstGLUpload: fix video scaling and use GL_UPLOAD_CAPS
Matthew Waters [Mon, 9 Jul 2012 06:17:18 +0000 (16:17 +1000)]
[530/906] GstGLUpload: fix video scaling and use GL_UPLOAD_CAPS

10 years ago[529/906] GstGLDownload: fix video scaling and use GL_DOWNLOAD_CAPS
Matthew Waters [Mon, 9 Jul 2012 06:15:28 +0000 (16:15 +1000)]
[529/906] GstGLDownload: fix video scaling and use GL_DOWNLOAD_CAPS

10 years ago[528/906] GstGLMeta: seperate upload/download/normal GL caps video formats
Matthew Waters [Mon, 9 Jul 2012 06:13:39 +0000 (16:13 +1000)]
[528/906] GstGLMeta: seperate upload/download/normal GL caps video formats

differentiate between upload, download and GL caps

10 years ago[527/906] GstGLDisplay: add some trace debugging
Matthew Waters [Mon, 9 Jul 2012 06:12:53 +0000 (16:12 +1000)]
[527/906] GstGLDisplay: add some trace debugging

10 years ago[526/906] GstGLTestSrc: update for 1.0
Matthew Waters [Sun, 8 Jul 2012 03:11:05 +0000 (13:11 +1000)]
[526/906] GstGLTestSrc: update for 1.0

implement decide_allocation
rename push_src_create to _fill
use GstVideoInfo to convert times
make use of GstGLMeta and friends

10 years ago[525/906] GstGLDownload: add allocation methods and use GstGLMeta
Matthew Waters [Sat, 7 Jul 2012 15:50:41 +0000 (01:50 +1000)]
[525/906] GstGLDownload: add allocation methods and use GstGLMeta

make GstGLDownload work with the new GstGLMeta and friends

10 years ago[524/906] GstGLDisplay: rework the download code
Matthew Waters [Sat, 7 Jul 2012 15:49:06 +0000 (01:49 +1000)]
[524/906] GstGLDisplay: rework the download code

data paramaters now take GstVideoFrame
remove redundant parameters

10 years ago[523/906] update for meta API changes
Matthew Waters [Sat, 7 Jul 2012 15:11:56 +0000 (01:11 +1000)]
[523/906] update for meta API changes

10 years ago[522/906] GstGLDisplay: add forgotten function definition
Matthew Waters [Sat, 7 Jul 2012 15:10:40 +0000 (01:10 +1000)]
[522/906] GstGLDisplay: add forgotten function definition

10 years ago[521/906] GstGLMemory: update for GstAllocator changes
Matthew Waters [Sat, 7 Jul 2012 15:09:56 +0000 (01:09 +1000)]
[521/906] GstGLMemory: update for GstAllocator changes

10 years ago[520/906] GstGLMixer: fix for GstChildProxy changes
Matthew Waters [Sat, 7 Jul 2012 12:56:33 +0000 (22:56 +1000)]
[520/906] GstGLMixer: fix for GstChildProxy changes

10 years ago[519/906] GstGLUpload: implement the allocation funcs and use GstGLMeta
Matthew Waters [Fri, 6 Jul 2012 09:10:45 +0000 (19:10 +1000)]
[519/906] GstGLUpload: implement the allocation funcs and use GstGLMeta

make use of the new GstGLMeta, GstGLMemory and GstGLBufferPool objects

10 years ago[518/906] GstGLImageSink: add propose_allocation impl and use GstGLMeta
Matthew Waters [Fri, 6 Jul 2012 09:07:45 +0000 (19:07 +1000)]
[518/906] GstGLImageSink: add propose_allocation impl and use GstGLMeta

make use of GstGLMeta and GstGLMemory

10 years ago[517/906] add GstGLBufferPool
Matthew Waters [Fri, 6 Jul 2012 09:05:03 +0000 (19:05 +1000)]
[517/906] add GstGLBufferPool

which adds GstGLMeta to buffers

10 years ago[516/906] add skeleton GstGLMeta
Matthew Waters [Fri, 6 Jul 2012 08:57:39 +0000 (18:57 +1000)]
[516/906] add skeleton GstGLMeta

the GstVideoMeta _map/unmap functions still need implementing

10 years ago[515/906] GstGLDisplay: rework gen_texture and upload
Matthew Waters [Fri, 6 Jul 2012 08:51:02 +0000 (18:51 +1000)]
[515/906] GstGLDisplay: rework gen_texture and upload

rename functions so that other code can create textures in the GL thread
change upload functions to take a GstVideoFrame
default to GLSL for upload conversion

10 years ago[514/906] add GstGLMemory and allocator
Matthew Waters [Fri, 6 Jul 2012 08:22:22 +0000 (18:22 +1000)]
[514/906] add GstGLMemory and allocator

implement custom GstMemory for GL textures
currently map/unmap returns NULL although it might be favourable to upload/download/cache the image data

10 years ago[513/906] Remove GstGLBuffer (to be replaced by GstGLMeta)
Matthew Waters [Tue, 19 Jun 2012 08:40:28 +0000 (18:40 +1000)]
[513/906] Remove GstGLBuffer (to be replaced by GstGLMeta)

10 years ago[512/906] GstGLMixer: update for 1.0 based on the videomixer2 element in -good
Matthew Waters [Tue, 19 Jun 2012 05:54:24 +0000 (15:54 +1000)]
[512/906] GstGLMixer: update for 1.0 based on the videomixer2 element in -good

10 years ago[511/906] tests: update for 1.0
Matthew Waters [Wed, 6 Jun 2012 14:51:47 +0000 (00:51 +1000)]
[511/906] tests: update for 1.0

10 years ago[510/906] GstGLImageSink: update for 1.0
Matthew Waters [Tue, 5 Jun 2012 12:59:31 +0000 (22:59 +1000)]
[510/906] GstGLImageSink: update for 1.0

10 years ago[509/906] GstGLDisplay: update for 1.0
Matthew Waters [Tue, 5 Jun 2012 09:10:19 +0000 (19:10 +1000)]
[509/906] GstGLDisplay: update for 1.0

10 years ago[508/906] GstGLDownload: update for 1.0
Matthew Waters [Tue, 5 Jun 2012 08:53:38 +0000 (18:53 +1000)]
[508/906] GstGLDownload: update for 1.0

10 years ago[507/906] GstGLTestSrc: update for 1.0
Matthew Waters [Tue, 5 Jun 2012 05:40:52 +0000 (15:40 +1000)]
[507/906] GstGLTestSrc: update for 1.0

10 years ago[506/906] GstGLUpload: update for 1.0
Matthew Waters [Tue, 5 Jun 2012 03:56:43 +0000 (13:56 +1000)]
[506/906] GstGLUpload: update for 1.0

10 years ago[505/906] GstGLColorscale: update for 1.0
Matthew Waters [Mon, 4 Jun 2012 08:44:56 +0000 (18:44 +1000)]
[505/906] GstGLColorscale: update for 1.0

10 years ago[504/906] GstGLFilter: update for 1.0
Matthew Waters [Sun, 3 Jun 2012 10:40:53 +0000 (20:40 +1000)]
[504/906] GstGLFilter: update for 1.0

-fix up function definitions
-remove _prepare_output_buffer (functionality taken over by GstBufferPool).

10 years ago[503/906] Rename GST_BOILERPLATE_* to G_DEFINE_TYPE_* and move _base_init into _class...
Matthew Waters [Wed, 30 May 2012 03:46:21 +0000 (13:46 +1000)]
[503/906] Rename GST_BOILERPLATE_* to G_DEFINE_TYPE_* and move _base_init into _class_init

10 years ago[502/906] Update versioning for gstreamer 1.0
Matthew Waters [Tue, 29 May 2012 07:55:44 +0000 (17:55 +1000)]
[502/906] Update versioning for gstreamer 1.0

Renames GST_MAJORMINOR to GST_API_VERSION in build files
removes -lgstinterfaces from _LDADD flags

10 years ago[501/906] Fix building on 64 bit mingw-w64
Raimo Järvi [Sun, 20 May 2012 15:45:06 +0000 (18:45 +0300)]
[501/906] Fix building on 64 bit mingw-w64

https://bugzilla.gnome.org/show_bug.cgi?id=676428

10 years ago[500/906] gldisplay: do not call glCheckFramebufferStatus if 0 is bound
Julien Isorce [Fri, 20 Apr 2012 10:33:38 +0000 (12:33 +0200)]
[500/906] gldisplay: do not call glCheckFramebufferStatus if 0 is bound

Indeed it may return GL_FRAMEBUFFER_UNDEFINED if there is no
default framebuffer.
It seems to be the case on MacOSX

10 years ago[499/906] examples: fix build on MacOSX
Julien Isorce [Fri, 20 Apr 2012 09:19:32 +0000 (11:19 +0200)]
[499/906] examples: fix build on MacOSX

10 years ago[498/906] gldisplay: don't pass non-constant strings as printf format strings
Julien Isorce [Fri, 20 Apr 2012 08:41:51 +0000 (10:41 +0200)]
[498/906] gldisplay: don't pass non-constant strings as printf format strings

Fixes 'format not a string literal and no format arguments' on darwin

10 years ago[497/906] filtershader: fix format compiler warnings
Julien Isorce [Fri, 20 Apr 2012 08:32:23 +0000 (10:32 +0200)]
[497/906] filtershader: fix format compiler warnings

10 years ago[496/906] cmake build: add path to config.h on APPLE
Julien Isorce [Fri, 20 Apr 2012 08:26:30 +0000 (10:26 +0200)]
[496/906] cmake build: add path to config.h on APPLE

10 years ago[495/906] glES2.0: properly use glDeleteShader
Julien Isorce [Wed, 18 Apr 2012 13:44:05 +0000 (15:44 +0200)]
[495/906] glES2.0: properly use glDeleteShader

10 years ago[494/906] cmake build: use config.h from win32/common and add some guidelines
Julien Isorce [Tue, 17 Apr 2012 16:25:55 +0000 (18:25 +0200)]
[494/906] cmake build: use config.h from win32/common and add some guidelines

10 years ago[493/906] glfiltershader: fix crash when loading shader file
Tim-Philipp Müller [Thu, 27 Jun 2013 23:04:43 +0000 (00:04 +0100)]
[493/906] glfiltershader: fix crash when loading shader file

Just use g_file_get_contents() instead of home-made file loading.
Fixes two issues - one is that we should pass "r" to fopen and
not O_RDONLY, the other is that an incorrect variable was used
to read the file length, leading to an empty shader file.

Spotted by: Wang Xin-yu (王昕宇) <comicfans44@gmail.com>

https://bugzilla.gnome.org/show_bug.cgi?id=702844
https://bugzilla.gnome.org/show_bug.cgi?id=702845

Conflicts:
gst/gl/gstglfiltershader.c

10 years ago[492/906] glwindow: properly fails if resource not found
Julien Isorce [Fri, 13 Apr 2012 13:08:00 +0000 (15:08 +0200)]
[492/906] glwindow: properly fails if resource not found

10 years ago[491/906] glES2.0: properly fails if driver/kernel inconsistency
Julien Isorce [Fri, 13 Apr 2012 10:38:11 +0000 (12:38 +0200)]
[491/906] glES2.0: properly fails if driver/kernel inconsistency

10 years ago[490/906] gldisplay: error out instead of g_assert
Julien Isorce [Wed, 11 Apr 2012 08:44:23 +0000 (10:44 +0200)]
[490/906] gldisplay: error out instead of g_assert

10 years ago[489/906] glimagesink: pixel-aspect-ratio property now returns "1/1" by default
Julien Isorce [Tue, 10 Apr 2012 14:12:14 +0000 (16:12 +0200)]
[489/906] glimagesink: pixel-aspect-ratio property now returns "1/1" by default

Previously it was not set
Fix bug #671734 (compatibility with Totem)

10 years ago[488/906] libvisual-gl: full compatibility with projectM-libvisual if libprojectM...
Julien Isorce [Wed, 4 Apr 2012 14:22:40 +0000 (16:22 +0200)]
[488/906] libvisual-gl: full compatibility with projectM-libvisual if libprojectM >= 2.0.1

Fix bug #310775

10 years ago[487/906] gl: Fix compiler warnings
Sebastian Dröge [Tue, 6 Mar 2012 13:31:05 +0000 (14:31 +0100)]
[487/906] gl: Fix compiler warnings

'if statement has empty body', which were real bugs and

'comparison of unsigned expression < 0 is always false', which was
only an unneeded comparison.

10 years ago[486/906] libvisual-gl: add minimal support to libvisual plugins that uses Framebuffe...
Julien Isorce [Thu, 22 Dec 2011 14:30:38 +0000 (15:30 +0100)]
[486/906] libvisual-gl: add minimal support to libvisual plugins that uses Framebuffer objects

Fix bug #310775

gst-launch audiotestsrc ! libvisual_gl_projectM ! glimagesink is working
but for now you cannot append any other opengl filters between
libvisual_gl_projectM and glimagesink because our FBO is turned OFF.

It would require that libvisual allows to split rendering between
pass1,2,3... and final rendering. In order to unbind our FBO before
the passN, and then rebind it just before the final libvisual rendering.

10 years ago[485/906] gstgldisplay: turn off texture binding and read buffer when downloading...
Julien Isorce [Thu, 15 Dec 2011 17:13:00 +0000 (18:13 +0100)]
[485/906] gstgldisplay: turn off texture binding and read buffer when downloading rgb is done

It fixes: (black image before)
gst-launch-0.10 audiotestsrc ! libvisual_gl_lv_gltest ! gldownload ! ximagesink
and
gst-launch-0.10  audiotestsrc ! libvisual_gl_lv_gltest ! gldownload ! glimagesink

10 years ago[484/906] libvisual_gl: correctly setup depth and blend functions
Julien Isorce [Thu, 15 Dec 2011 17:08:48 +0000 (18:08 +0100)]
[484/906] libvisual_gl: correctly setup depth and blend functions

10 years ago[483/906] glelements: do not leak parent when using gst_pad_get_parent
Julien Isorce [Thu, 15 Dec 2011 15:18:36 +0000 (16:18 +0100)]
[483/906] glelements: do not leak parent when using gst_pad_get_parent

10 years ago[482/906] ext: Add a libvisual plugin wrapping opengl libvisual
Jonathan Matthew [Fri, 25 Nov 2011 15:51:59 +0000 (16:51 +0100)]
[482/906] ext: Add a libvisual plugin wrapping opengl libvisual

Fix bug #202069

10 years ago[481/906] feature checking: error out instead of doing nothing if an OpenGL feature...
Julien Isorce [Thu, 24 Nov 2011 15:02:32 +0000 (16:02 +0100)]
[481/906] feature checking: error out instead of doing nothing if an OpenGL feature is not present

Fix bug #572767

10 years ago[480/906] win32 builds: add glshader filter sources to vs9 and codeblocks
Julien Isorce [Mon, 21 Nov 2011 15:46:51 +0000 (16:46 +0100)]
[480/906] win32 builds: add glshader filter sources to vs9 and codeblocks

Also fix some warnings from msvc9 and mingw-3.4.5

10 years ago[479/906] gstglshadervariables: strtok_r is not multiplatform
Руслан Ижбулатов [Mon, 21 Nov 2011 14:04:16 +0000 (15:04 +0100)]
[479/906] gstglshadervariables: strtok_r is not multiplatform

Fix bug #664367

10 years ago[478/906] OpenGL ES 2.0: include glib.h to use G_BEGIN_DECLS in gstgles2.h
Wei Feng [Fri, 18 Nov 2011 16:32:05 +0000 (17:32 +0100)]
[478/906] OpenGL ES 2.0: include glib.h to use G_BEGIN_DECLS in gstgles2.h

Fix bug #631019

10 years ago[477/906] OpenGL ES 2.0: fix build since glfiltershader changes
Julien Isorce [Fri, 18 Nov 2011 16:27:45 +0000 (17:27 +0100)]
[477/906] OpenGL ES 2.0: fix build since glfiltershader changes

10 years ago[476/906] OpenGL ES 2.0: fix build and disable some examples
Antoni Silvestre [Fri, 18 Nov 2011 16:26:35 +0000 (17:26 +0100)]
[476/906] OpenGL ES 2.0: fix build and disable some examples

Fix bug #631019

10 years ago[475/906] docs: add glmosaic and glshader to docs
Julien Isorce [Fri, 18 Nov 2011 11:16:22 +0000 (12:16 +0100)]
[475/906] docs: add glmosaic and glshader to docs

10 years ago[474/906] build: make libjpeg use conditional
Julien Isorce [Fri, 18 Nov 2011 10:52:10 +0000 (11:52 +0100)]
[474/906] build: make libjpeg use conditional

Disable gloverlay element if we do not hve libjpeg

10 years ago[473/906] cmake build: 2.8 is now required and add jpeg
Julien Isorce [Fri, 18 Nov 2011 09:10:59 +0000 (10:10 +0100)]
[473/906] cmake build: 2.8 is now required and add jpeg

jpeg and png should be optional but our cmake build is still in pre-alpha

10 years ago[472/906] linpng: make libpng use conditional
Stefan Sauer [Fri, 18 Nov 2011 07:08:18 +0000 (08:08 +0100)]
[472/906] linpng: make libpng use conditional

Disable 3 elements if we don't have libpng.

10 years ago[471/906] glshader: add dynamic fragment shader filter
Luc Deschenaux [Thu, 17 Nov 2011 16:36:44 +0000 (17:36 +0100)]
[471/906] glshader: add dynamic fragment shader filter

Also add fragment shader parser
Fix bug #600195

10 years ago[470/906] gloverlay: add jpeg support
Anthony Violo [Thu, 17 Nov 2011 14:22:06 +0000 (15:22 +0100)]
[470/906] gloverlay: add jpeg support

Fix bug #636070

10 years ago[469/906] gloverlay: manage ratio texture
Anthony Violo [Thu, 17 Nov 2011 10:39:50 +0000 (11:39 +0100)]
[469/906] gloverlay: manage ratio texture

Fix bug #630525

10 years ago[468/906] tests: fix commentary in clutteractor example
Julien Isorce [Thu, 17 Nov 2011 10:34:20 +0000 (11:34 +0100)]
[468/906] tests: fix commentary in clutteractor example

10 years ago[467/906] tests: various build fixes
Julien Isorce [Wed, 16 Nov 2011 15:53:25 +0000 (16:53 +0100)]
[467/906] tests: various build fixes

 - cmake could not find glib
 - put gtk variables at the beginning to avoid GL conflicts
 - update examples to clutter-1.8
 - use const instead of deprecated G_CONST_RETURN
 - set max pending events to 0 to make cube example works again

10 years ago[466/906] tests: Fix variable unused but set compiler warning
Sebastian Dröge [Wed, 3 Aug 2011 07:08:01 +0000 (09:08 +0200)]
[466/906] tests: Fix variable unused but set compiler warning

10 years ago[465/906] gl: Fix variable unused but set compiler warnings
Sebastian Dröge [Wed, 3 Aug 2011 07:07:49 +0000 (09:07 +0200)]
[465/906] gl: Fix variable unused but set compiler warnings

10 years ago[464/906] glimagesink: Interface query should return FALSE if the supplied interface...
Sreerenj Balachandran [Wed, 25 May 2011 08:21:19 +0000 (11:21 +0300)]
[464/906] glimagesink: Interface query should return FALSE if the supplied interface is not GST_TYPE_X_OVERLAY

10 years ago[463/906] Add some more G_{BEGIN,END}_DECLS to public headers
Tim-Philipp Müller [Tue, 14 Dec 2010 23:56:55 +0000 (23:56 +0000)]
[463/906] Add some more G_{BEGIN,END}_DECLS to public headers

https://bugzilla.gnome.org/show_bug.cgi?id=637260

10 years ago[462/906] various: add missing G_PARAM_STATIC_STRINGS flags
Stefan Kost [Tue, 19 Oct 2010 15:00:33 +0000 (18:00 +0300)]
[462/906] various: add missing G_PARAM_STATIC_STRINGS flags

Canonicalize property names as needed. Includes some gst-indent changes as well :/

10 years ago[461/906] xoverlay: require base from git and update to new API
Stefan Kost [Thu, 16 Sep 2010 12:00:29 +0000 (15:00 +0300)]
[461/906] xoverlay: require base from git and update to new API

10 years ago[460/906] gstgleffects: Fix upper bound of an array iteration
Edward Hervey [Wed, 8 Sep 2010 18:38:07 +0000 (20:38 +0200)]
[460/906] gstgleffects: Fix upper bound of an array iteration

10 is above NEEDED_TEXTURES (currently 5) and makes the code consistent
with the rest of the usage in the file.

10 years ago[459/906] Fix distcheck.
Jan Schmidt [Tue, 10 Aug 2010 14:47:42 +0000 (00:47 +1000)]
[459/906] Fix distcheck.

10 years ago[458/906] glfilterreflectedscreen: fix some warnings from msvc9
Julien Isorce [Fri, 23 Jul 2010 20:12:15 +0000 (22:12 +0200)]
[458/906] glfilterreflectedscreen: fix some warnings from msvc9

10 years ago[457/906] gtk examples: adapt code since the native-window changes from gtk
Julien Isorce [Mon, 12 Jul 2010 16:38:59 +0000 (18:38 +0200)]
[457/906] gtk examples: adapt code since the native-window changes from gtk

Fixes bug #599885

10 years ago[456/906] glfilter/glmixer/gltestsrc/glupload: throw an element error if no parent bin
Julien Isorce [Wed, 5 May 2010 09:21:31 +0000 (11:21 +0200)]
[456/906] glfilter/glmixer/gltestsrc/glupload: throw an element error if no parent bin

Fixes bug #602153

10 years ago[455/906] glimagesink: handle pixel-aspect-ratio
Julien Isorce [Tue, 4 May 2010 09:37:38 +0000 (11:37 +0200)]
[455/906] glimagesink: handle pixel-aspect-ratio