- May 17, 2018
- May 14, 2018
-
-
Thibault Saunier authored
In the rendering case we were getting random issues and often the pipeline was not be able to preroll as some pad were not linked inside encodebin. https://bugzilla.gnome.org/show_bug.cgi?id=795422
-
Thibault Saunier authored
-
Thibault Saunier authored
We used to update caps for any more because of missing brackets.
-
Thibault Saunier authored
This was a workaround for encoders bad behavior in the reconfigure case. https://bugzilla.gnome.org/show_bug.cgi?id=795420
-
Thibault Saunier authored
It makes no sense to snap in that context. https://gitlab.gnome.org/GNOME/pitivi/issues/2193
-
- Mar 19, 2018
-
-
Thibault Saunier authored
The zorder is controled through the GESLayer priority API, not directly on the sources.
- Mar 18, 2018
-
-
Thibault Saunier authored
In the (now tested) scenario where we have a transition on the right side of a clip we are splitting, auto transitions can't be created because we resize the clip after adding the new one, meaning that there are 3 elements in the "transition zone", we need to force auto transition creation after the splitting. Fixes https://gitlab.gnome.org/GNOME/pitivi/issues/2142
-
- Mar 15, 2018
-
-
Thibault Saunier authored
-
- Mar 13, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
We need different export decorators for the different libs. For now no actual change though, just rename before the release, and add prelude headers to define the new decorator to GST_EXPORT.
- Mar 11, 2018
-
-
Thibault Saunier authored
This was leading to clip with TrackElements that were not at the same position in their container, and weird bugs, see: https://gitlab.gnome.org/GNOME/pitivi/issues/2133
-
- Mar 03, 2018
- Mar 02, 2018
- Mar 01, 2018
-
-
Mathieu Duponchelle authored
-
- Feb 27, 2018
-
-
Thibault Saunier authored
-
The documentation states that it returns a (transfer full) list of GESClip but it was returning a (transfer container) list. Make sure to actually make it (transfer full). https://bugzilla.gnome.org/show_bug.cgi?id=793874
-
- Feb 22, 2018
-
-
Thibault Saunier authored
-
- Feb 21, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
.. and tighten check for disabled gst debugging sytem. add_global_arguments() can't be used in subprojects. It's entirely possible that ges is a subproject but gstreamer is picked up from an installed location, so we should really use add_project_arguments() in both cases.
-
- Feb 15, 2018
-
-
Tim-Philipp Müller authored
-
- Feb 08, 2018
-
-
Tim-Philipp Müller authored
WARNING: Trying to compare values of different types (str, int). The result of this is undefined and will become a hard error in a future Meson release.
-
- Feb 05, 2018
-
-
- Jan 30, 2018
-
-
- Jan 11, 2018
-
-
The entries of the array are "gchar *" and not "gchar **" CID #1427091 CID #1427120
-
- Dec 20, 2017
-
-
- Dec 19, 2017
-
-
Mathieu Duponchelle authored
The property has been removed, and using a capsfilter instead is the appropriate solution.
-
- Dec 14, 2017
-
-
Matthew Waters authored
From e8c7a71 to 3fa2c9e
-
- Nov 27, 2017
-
-
There are definitely more left, but don't have time for more debugging
-
Matthew Waters authored
From 3f4aa96 to e8c7a71
-
- Nov 26, 2017
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
They're no longer needed, symbol exporting is now explicit via GST_EXPORT in all cases (autotools, meson, incl. MSVC).
-
Tim-Philipp Müller authored
Instead, use -fvisibility=hidden and explicit exports via GST_EXPORT. This should result in consistent behaviour for the autotools and Meson builds.
-
Tim-Philipp Müller authored
-
- Nov 25, 2017
-
-
Thibault Saunier authored
Fixes https://phabricator.freedesktop.org/T7862
-
- Nov 23, 2017
-
-
Otherwise every single run of every single test would recreate a registry
-
- Nov 21, 2017