- Feb 24, 2017
- Feb 15, 2017
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Tim-Philipp Müller authored
Ship meson build files in tarballs, so people who use tarballs in their builds can start playing with meson already.
-
- Feb 07, 2017
-
-
- Feb 06, 2017
-
-
Guillaume Desmottes authored
- GstMessage and GstBus references were lost - Need to call gst_bus_remove_signal_watch() for each gst_bus_add_signal_watch_full() call https://bugzilla.gnome.org/show_bug.cgi?id=778248
-
Thibault Saunier authored
-
Guillaume Desmottes authored
GstDiscoverer objects were leaked by tests making the leaks detector unusable. Introduce ges_deinit(), similiar to gst_deinit(), doing some cleanup before exiting the process. https://bugzilla.gnome.org/show_bug.cgi?id=776805
-
- Feb 04, 2017
-
-
namanyadav12 authored
Add file-size metadata to GESUriClipAsset. Reviewed-by: Thibault Saunier <thibault.saunier@osg.samsung.com> Reviewed-by: Thibault Saunier <thibault.saunier@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D1645
-
Thibault Saunier authored
Otherwise we might end up using an already freed pointer Differential Revision: https://phabricator.freedesktop.org/D1640
-
- Jan 13, 2017
-
-
Tim-Philipp Müller authored
This reverts commit 6760e5e0. This was not supposed to be pushed and should not be needed any more.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
gst-validate has a hard-dep on json-glib-1.0 so maintain optionality of it all by only dragging it in as a fallback if we know we can satisfy the dependencies.
-
- Jan 12, 2017
-
-
Sebastian Dröge authored
-
- 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.
-