- Jan 12, 2017
- Jan 09, 2017
-
-
Thibault Saunier authored
Fixes https://phabricator.freedesktop.org/T7577 Differential Revision: https://phabricator.freedesktop.org/D1600
-
Alexandru Băluț authored
Reviewed-by: Thibault Saunier <thibault.saunier@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D1391
-
Alexandru Băluț authored
Differential Revision: https://phabricator.freedesktop.org/D1574
-
Alexandru Băluț authored
Differential Revision: https://phabricator.freedesktop.org/D1573
-
- Jan 05, 2017
-
-
Guillaume Desmottes authored
Generating those files is useful for users building the GStreamer stack using meson and having to link it to another project which is still using the autotools. https://bugzilla.gnome.org/show_bug.cgi?id=776810
-
- Dec 23, 2016
-
-
Thibault Saunier authored
-
- Dec 22, 2016
-
-
Thibault Saunier authored
-
Thibault Saunier authored
We were using the actual mixer pad to release the smart mixer pad, which seemed to be on purpose, but was not properly handle, moreover, it is now forbiden to pass a pad not inside a GstElement when releasing it. Also properly remove ghost pads from Smart mixer, we were planly failling at it.
-
Thibault Saunier authored
-
- Dec 16, 2016
-
-
Tim-Philipp Müller authored
Likely extremely bitrotten, and we should not ship this anyway.
-
Thibault Saunier authored
-
- Dec 15, 2016
-
-
Do not list all the possible options in the man page but only the help options. This is in order to avoid duplication and prevent the man page from becoming obsolete in case the options change in the code but do not get updated in the man page. https://bugzilla.gnome.org/show_bug.cgi?id=776063
-
- Dec 14, 2016
-
-
Use "Show GES Options" which is more appropriate and avoids duplication with --help-gst which already says "Show GStreamer Options". https://bugzilla.gnome.org/show_bug.cgi?id=776063
-
Thibault Saunier authored
Initializing GstCheck before creating the testsuite
-
-
- Dec 09, 2016
-
-
Thibault Saunier authored
-
- Dec 03, 2016
-
-
Edward Hervey authored
From 1416c16 to 39ac2f5
-
- Dec 01, 2016
-
-
Thibault Saunier authored
It was making no sense to loose the information about the pspec itself to retrieve the child associated to it and was failling when we were forcing the AssociateType::prop synthax
-
Thibault Saunier authored
The composition might already have taken a new ref processing the source.
-
- Nov 30, 2016
-
-
Thibault Saunier authored
To avoid a race when tearing down the composition (PAUSED_TO_READY), we should make sure to tear down the current stack and let the GstBin class handle the remaining thing to do during the change state. We should still ignore any error happening when tearing down the bin state just in case. https://bugzilla.gnome.org/show_bug.cgi?id=775051
-
Thibault Saunier authored
-
- Nov 29, 2016
-
-
Thibault Saunier authored
-
It is not needed and pulling it in is causing a link problem with msvc. Including ges-internal.h sets the default debug category in assets.c to _ges_debug. Because _ges_debug is marked as DATA in the libges.def, it will only be linked from libges.dll if it is marked in the source with dllimport. Instead of messing with that we can just remove this include. https://bugzilla.gnome.org/show_bug.cgi?id=775295
-
- Nov 26, 2016
-
-
- Nov 23, 2016
-
-
Sebastian Dröge authored
CID 1394491.
-
Sebastian Dröge authored
CID 1394494.
-
- Nov 21, 2016
- Nov 18, 2016
-
-
Scott D Phillips authored
With the addition of the .def file for libges we need to make sure the check-export script from common gets executed so that the .def stays up to date. https://bugzilla.gnome.org/show_bug.cgi?id=774641
-
Thibault Saunier authored
-
-
Scott D Phillips authored
MSVC warns about the const in the implicit argument conversion in the calls to g_once_init_{enter,leave}. It's OK so explicitly cast it. https://bugzilla.gnome.org/show_bug.cgi?id=774641
-
Scott D Phillips authored
The underlying integer type for enums are implementation defined and may not be the same size as gint/guint. So implicitly casting from pointers- to-enum-types to pointers-to-int-types is unsafe. MSVC warns on these. https://bugzilla.gnome.org/show_bug.cgi?id=774641
-
Scott D Phillips authored
It isn't needed and isn't present in non-posix environments like windows with MSVC or mingw. https://bugzilla.gnome.org/show_bug.cgi?id=774641
-
- Nov 17, 2016
-
-
Sebastian Dröge authored
Revert "nlecomposition: Start task and initialize the stack after chaining up to parent's change state function" This reverts commit 57d40bec. Apparently it causes timeouts in the unit tests on Jenkins and Thibault's machine, and in the gst-validate tests. Caused by elements staying in PAUSED and waiting to be set to PLAYING. Needs further investigation.
-
Sebastian Dröge authored
This reverts commit 5f7943c5.
-
- Nov 16, 2016
-
-
Sebastian Dröge authored
This keeps everything in a more consistent order and makes sure that the base class is already set up completely before we start doing anything. It also prevents from doing any setup if the base class fails, and possibly not shutting things down again then. https://bugzilla.gnome.org/show_bug.cgi?id=774480
-
Sebastian Dröge authored
nlecomposition: Start task and initialize the stack after chaining up to parent's change state function Otherwise we could set the state of the children to PAUSED already (i.e. start dataflow) from the composition's task, while the composition itself is currently chaining up to the parent class' change state function and did not activate the pads yet. This causes buffers and events to be discarded, and everything to stop with a not-negotiated error. https://bugzilla.gnome.org/show_bug.cgi?id=774480
-
- Nov 15, 2016
-
-
Thibault Saunier authored
Adding missing nose2-junit-xml.cfg.in file and minor fixes in the way we call nose2 also making sure the .xunit files end up in the right place.
-
Thibault Saunier authored
And fail initialization if it is not the case, we make the assumption it worked all around the codebase so we should really concider it fatal.
-