- 02 Apr, 2018 2 commits
-
-
Edward Hervey authored
The only information provided by "misc" was the missing plugins which is already handled with another API
-
Edward Hervey authored
Just in case someone still tries to run it on 32bit osx
-
- 16 Mar, 2018 1 commit
-
-
Tim-Philipp Müller authored
Not needed and breaks the build with MVSC.
-
- 01 Mar, 2018 1 commit
-
-
- 28 Feb, 2018 1 commit
-
-
Mathieu Duponchelle authored
For the rationale, see: https://bugzilla.gnome.org/show_bug.cgi?id=793917 Also test audiomixer conversion of current output buffer
-
- 19 Feb, 2018 2 commits
-
-
Tim-Philipp Müller authored
test_negotiation would occasionally time out, for unknown reasons. Simplify the test setup and get rid of the main loop, busses, and notify signals. With this I can no longer easily reproduce the timeout. Fingers crossed.
-
Tim-Philipp Müller authored
These are very much artificial of course, but got to measure something. appsink one contains lots of buffer creation/free overhead, while appsrc one does not.
-
- 13 Feb, 2018 1 commit
-
-
- 09 Feb, 2018 1 commit
-
-
Matthew Waters authored
We can either receive an element that is floating or not and need to accomodate that in the signal return values. Do so by removing the floating flag. https://bugzilla.gnome.org/show_bug.cgi?id=792597
-
- 06 Feb, 2018 1 commit
-
-
Nicolas Dufresne authored
It does not timeout anymore, even though it's a very slow test. For the context, this test runs routines for a fixes amount of time and prints the throughput. Which means the test takes more time everytime a pixel format is added. If that becomes a problem again, we should disable the benchmarks by default.
-
- 01 Feb, 2018 1 commit
-
-
Tim-Philipp Müller authored
Relicense with approval from Jose and Miguel. Code snippet was supposed to be LGPL from the beginning. https://bugzilla.gnome.org/show_bug.cgi?id=697808#c14 https://bugzilla.gnome.org/show_bug.cgi?id=697808#c15
-
- 24 Jan, 2018 1 commit
-
-
Vincent Penquerc'h authored
Add to valgrind suppressions file. https://bugzilla.gnome.org/show_bug.cgi?id=781021
-
- 19 Jan, 2018 2 commits
-
-
Tim-Philipp Müller authored
The caps field is channel-mask these days, so that code path was never active.
-
Ohn Yongjin authored
Don't set a bad example by leaking things, even if calling g_error() will make the process abort. https://bugzilla.gnome.org/show_bug.cgi?id=783418
-
- 16 Jan, 2018 4 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Need to add gio-unix-2.0 dep to pipelines/tcp test otherwise it won't find the gio/gunixfdmessage.h header which is not in the same dir as the other gio headers. This issue was masked before because we didn't include config.h so HAVE_GIO_UNIX_2_0 wasn't defined.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
In many cases the unistd.h includes weren't actually needed. Don't build tests that need it on windows with MSVC (multifdsink, multisocketsink, pipelines/tcp). Preparation for making tests work on Windows with MSVC.
-
- 08 Jan, 2018 1 commit
-
-
Tim-Philipp Müller authored
playback-test.c:2587:3: error: "gtk_font_button_get_font_name" is deprecated
-
- 03 Jan, 2018 2 commits
-
-
Matthew Waters authored
Some GL platforms (EGL, WGL) require deactivating the OpenGL context in one thread before it can be used in another thread which this test currently violates and would e.g. result in EGL_BAD_ACCESS errors from gst_gl_context_activate(). Fix by moving the object creation into the GL thread instead and not requiring additional gst_gl_context_activate() calls. https://bugzilla.gnome.org/show_bug.cgi?id=792158
-
Matthew Waters authored
GST_GL_HAVE_* are always defined to 0 or 1 so an #ifdef will always succeed which is not the intention here.
-
- 22 Dec, 2017 1 commit
-
-
Tim-Philipp Müller authored
So that the tests have access to them as well (gl-launch-lines.c)
-
- 21 Dec, 2017 4 commits
-
-
Miguel Paris authored
If timestamp goes forwards more than allowed, we consider that the timestamp belongs to the previous counting, so the extended timestamp is unwrapped. https://bugzilla.gnome.org/show_bug.cgi?id=783443
-
Mathieu Duponchelle authored
-
Mathieu Duponchelle authored
Forgotten in previous commit
-
Mathieu Duponchelle authored
gstgl_dep is only defined when build_gstgl is true
-
- 19 Dec, 2017 6 commits
-
-
-
Tim-Philipp Müller authored
error: "HAVE_PNG" is not defined, evaluates to 0 [-Werror=undef]
-
Tim-Philipp Müller authored
Also move over simple gl launch line test.
-
Tim-Philipp Müller authored
Tests and documentation will follow separately. The mixer elements in the opengl plugin need to stay in -bad for now since they use GstVideoAggregator. https://bugzilla.gnome.org/show_bug.cgi?id=754094
-
Tim-Philipp Müller authored
.. and use #ifdef instead of #if
-
Tim-Philipp Müller authored
-
- 09 Dec, 2017 8 commits
-
-
Nicolas Dufresne authored
This was otherwise leading to a deadlock in the GL library.
-
Nicolas Dufresne authored
The client-draw callback is running on the GL Thread, which will be required to map the buffer. Map early, and pass the mapped frame instead. On top of that, make sure to signal any pending draw before trying to push EOS, as some pad locks might be taken. This is the cost of using the same thread to control GStreamer and to render GL.
-
Nicolas Dufresne authored
-
Jan Schmidt authored
Use the GTK scaling factor to scale the video allocation so video displays correctly on hi-dpi screens
-
Matthew Waters authored
Making sure that the default shaders compile and are usable
-
Matthew Waters authored
-
-
Philippe Normand authored
-