- 07 Nov, 2016 1 commit
-
-
Haihua Hu authored
1. Need set use-default-fbo to qquickwindow during set property to support change render target on the fly. 2. Calculate qmlglsrc refresh frame rate in qtglwindow https://bugzilla.gnome.org/show_bug.cgi?id=774035
-
- 03 Nov, 2016 1 commit
-
-
Matthew Waters authored
Some deprecated symbols are kept for backwards compatibility
-
- 18 Oct, 2016 1 commit
-
-
- 06 Sep, 2016 1 commit
-
-
Haihua Hu authored
When start qmlglsink app, it will set NULL buffer to GstQSGTexture in which case that qt_context_ will be a random value and cause gst_gl_context_activate() fail. https://bugzilla.gnome.org/show_bug.cgi?id=770925
-
- 15 Aug, 2016 2 commits
-
-
Jan Schmidt authored
Sometimes wglCreateContextAttribsARB() exists, but isn't functional (some Intel drivers), so it's easiest to do the workaround unconditionally.
-
Jan Schmidt authored
Don't output debug to an uninitialised debug category.
-
- 03 Aug, 2016 2 commits
-
-
-
Haihua Hu authored
[Matthew Waters]: gst-indent sources https://bugzilla.gnome.org/show_bug.cgi?id=768160
-
- 22 Jul, 2016 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 01 Jul, 2016 1 commit
-
-
Tim-Philipp Müller authored
Compiler would complain about include directory that didn't exist because QPA_INCLUDE_PATH gets subst-ed regardless (and if it didn't we'd have just an empty -I argument). https://bugzilla.gnome.org/show_bug.cgi?id=767553
-
- 27 Jun, 2016 1 commit
-
-
Haihua Hu authored
Check header file existance and wrap the header file include in the necessary #ifdef to avoid build error. https://bugzilla.gnome.org/show_bug.cgi?id=767553
-
- 22 Jun, 2016 1 commit
-
-
Matthew Waters authored
The current state of c++ ABI's on Window's and Gst's/Qt's conflicting mingw builds means that we cannot use mingw for building the qt plugin. Instead, a qmake .pro file is provided that is expected to be used with the msvc binaries provided by Qt like so: (with the PATH environment variable containing the path to the qt biniaries and PKG_CONFIG_PATH containing the path to GStreamer modules) cd /path/to/sources/gst-plugins-bad/ext/qt qmake -tp vc Then open the resulting VS project and build the library. Then cp debug/libgstqtsink.dll /path/to/prefix/lib/gstreamer-1.0/libgstqtsink.cll https://bugzilla.gnome.org/show_bug.cgi?id=761260
-
- 15 Jun, 2016 4 commits
-
-
-
Matthew Waters authored
Otherwise an application cannot know if the qmlglsink will be displaying frames incorrectly/at all.
-
Matthew Waters authored
-
Haihua Hu authored
Don't use gstgldisplay to get wayland display. Should use QPA on wayland to get wayland display for QT. https://bugzilla.gnome.org/show_bug.cgi?id=767553
-
- 24 Mar, 2016 1 commit
-
-
- 03 Mar, 2016 1 commit
-
-
Sergey Borovkov authored
[Matthew Waters]: add NULL checks before unreffing https://bugzilla.gnome.org/show_bug.cgi?id=762999
-
- 24 Feb, 2016 1 commit
-
-
Matthew Waters authored
The dynamic_cast is a little but of overkill as the app will still crash if it fails in the later g_assert. Allows compilation with -fno-rtti https://bugzilla.gnome.org/show_bug.cgi?id=762526
-
- 22 Feb, 2016 1 commit
-
-
Sergey Borovkov authored
onSceneGraphInitialized() is called from non render thread currently when scene graph is already initialized. https://bugzilla.gnome.org/show_bug.cgi?id=761003
-
- 01 Feb, 2016 1 commit
-
-
- 27 Jan, 2016 1 commit
-
-
Matthew Waters authored
Fixes black screen video playback on android without a caps filter.
-
- 15 Jan, 2016 1 commit
-
-
Sergey Borovkov authored
Qt might not redraw the scene otherwise. https://bugzilla.gnome.org/show_bug.cgi?id=758286
-
- 16 Dec, 2015 1 commit
-
-
Nicolas Dufresne authored
We don't directly link to GL in the element, though we use GL headers. For this reason we need to include the proper GL headers path. This prevent this element from using a different GL header then libgstgl.
-
- 14 Dec, 2015 1 commit
-
-
Matthew Waters authored
The base class is useful for having multiple backing memory types other than the default. e.g. IOSurface, EGLImage, dmabuf? The PBO transfer logic is now inside GstGLMemoryPBO which uses GstGLBuffer to manage the PBO memory. This also moves the format utility functions into their own file.
-
- 20 Nov, 2015 2 commits
-
-
Roman Nowicki authored
Fixes a memory leak leaking the texture objects. https://bugzilla.gnome.org/show_bug.cgi?id=758286
-
Matthew Waters authored
Mitigates the following critical gst_gl_context_thread_add: assertion 'context->priv->active_thread == g_thread_self ()' failed
-
- 19 Nov, 2015 1 commit
-
-
Roman Nowicki authored
The scene graph can be initialized when the we receive window handle change notification and so we will not receive a scenegraph initialization notification. Initialize ourself in this case. https://bugzilla.gnome.org/show_bug.cgi?id=758337
-
- 19 Oct, 2015 1 commit
-
-
Matthew Waters authored
GST_GL_IS_* vs GST_IS_GL_* git grep -l 'GST_GL_IS_' | xargs sed -i 's/GST_GL_IS_/GST_IS_GL_/g'
-
- 02 Oct, 2015 1 commit
-
-
Matthew Waters authored
Including: - Necessary configure checks - Necessary compile time platform checks - Necessary runtime qt iOS/OSX platform detection https://bugzilla.gnome.org/show_bug.cgi?id=755100
-
- 29 Sep, 2015 1 commit
-
-
Luis de Bethencourt authored
In case ret is False, fallthrough to default case. CID #1320705
-
- 28 Sep, 2015 4 commits
-
-
Luis de Bethencourt authored
Value in tex is overwritten before being used. Removing it. CID 1320715 https://bugzilla.gnome.org/show_bug.cgi?id=754253
-
Matthew Waters authored
Including: - Necessary configure checks - Necessary compile time platform checks - Necessary runtime qt android platform detection - Escaping GLsync definition with Qt's GLES2 implementation https://bugzilla.gnome.org/show_bug.cgi?id=754466
-
Matthew Waters authored
For example moc will bail out when given arguments it does not know about. The moc specific MOC_CPPFLAGS can still be used to pass flags to moc. https://bugzilla.gnome.org/show_bug.cgi?id=754466
-
Matthew Waters authored
libqtsink -> libgstqtsink https://bugzilla.gnome.org/show_bug.cgi?id=754466
-
- 10 Sep, 2015 1 commit
-
-
Matthew Waters authored
Otherwise we could include headers/configurations that will never been installed. https://bugzilla.gnome.org/show_bug.cgi?id=754732
-
- 09 Sep, 2015 1 commit
-
-
Matthew Waters authored
Otherwise when building with --as-needed we would need to link to a GL or GLES library. https://bugzilla.gnome.org/show_bug.cgi?id=754732
-
- 31 Aug, 2015 2 commits
-
-
Nirbheek Chauhan authored
Otherwise, we'll just crash at runtime because the gl context is NULL https://bugzilla.gnome.org/show_bug.cgi?id=754108
-
Tim-Philipp Müller authored
-