- Sep 23, 2021
- Sep 02, 2021
-
-
Thibault Saunier authored
Instead of opt-out. Part-of: <!264>
-
- Aug 19, 2021
-
-
Mathieu Duponchelle authored
Part-of: <!265>
-
Mathieu Duponchelle authored
Part-of: <!265>
-
Mathieu Duponchelle authored
This includes both topology and profile Part-of: <gstreamer/gst-editing-services!265>
-
- Aug 14, 2021
-
-
Mathieu Duponchelle authored
Since 70e3b8ae the CommandLineFormatter also emit "loaded" so we ended up doing this twice, once as before in `run_pipeline` and another time in the `project:loaded` callback. Part-of: <gstreamer/gst-editing-services!265>
-
Mathieu Duponchelle authored
Part-of: <gstreamer/gst-editing-services!265>
-
Piotr Brzeziński authored
Part-of: <gstreamer/gst-editing-services!260>
-
- Aug 13, 2021
-
-
Piotr Brzeziński authored
Part-of: <gstreamer/gst-editing-services!260>
-
Piotr Brzeziński authored
Part-of: <!260>
-
- Aug 06, 2021
- Aug 05, 2021
-
-
Piotr Brzeziński authored
Part-of: <!263>
-
- Jul 04, 2021
-
-
Piotr Brzeziński authored
Part-of: <!259>
-
- Jun 16, 2021
-
-
François Laignel authored
Part-of: <!258>
-
- Jun 02, 2021
-
-
Size is constant here, so no problem in any case, but g_memdup() is now deprecated and we don't want deprecation warnings. Part-of: <!257>
-
- Jun 01, 2021
-
-
Tim-Philipp Müller authored
-
- May 31, 2021
- May 21, 2021
-
-
Part-of: <!252>
-
Part-of: <!252>
-
We shouldn't show assets usage in the simplest example we have as it is useful for more advanced use cases. Part-of: <!252>
-
Thibault Saunier authored
-
Philippe Normand authored
The tests already depend on -bad, so this should be OK. Part-of: <gstreamer/gst-editing-services!254>
-
Philippe Normand authored
Simplifies the code a bit, though introducing runtime dependency on -bad. Part-of: <gstreamer/gst-editing-services!254>
-
- May 19, 2021
-
-
Thibault Saunier authored
Since 60922c02 we force string in the command line parser which broke setting layers on clips for example Part-of: <!253>
-
Thibault Saunier authored
And recursively Part-of: <!253>
-
- May 14, 2021
-
-
Seungha Yang authored
Some hardware compositor elements (d3d11compositor and glvideomixer) consist of wrapper bin with internal mixer element. So, we need special handling for such elements. Part-of: <!242>
-
Seungha Yang authored
Other compositor/mixer elements might not have the property. For instance, d3d11compositor and glvideomixer define graphics API specific blending properties, instead of simple "operator" one. Part-of: <!242>
-
- May 12, 2021
-
-
Doug Nazar authored
Skip allocation of temp buffer (which was undersized). Part-of: <gstreamer/gst-editing-services!250>
-
- May 10, 2021
-
-
It's not needed for the tests and fixes an occasional issue where the terminal is left in -echo mode. Part-of: <gstreamer/gst-editing-services!248>
-
- May 05, 2021
- Apr 27, 2021
-
-
Seungha Yang authored
Sync with gst-launch, as g_print* will print broken string on Windows. See also gstreamer!258 Part-of: <!245>
-
- Apr 23, 2021
-
-
framepositioner will not touch raw video data and therefore should be able to accept ANY caps features Part-of: <!243>
-
Reed Lawrence authored
In gst_frame_positioner_init, there was the magic number 1 when assigning the default value of the operator. Now it has the default value for the operator pulled from the compositor. Part-of: <!241>
-
- Apr 21, 2021
-
-
Reed Lawrence authored
The 'operator' property was added to gstframepositioner so that blending modes in the compositor could be accessed. This was done by accessing the pad of the compositor class, and referencing the 'operator' property in that pad. Getters and Setters were also created so that the 'operator' could be accessed by software that is based on GES, such as Pitivi. Related to but does not close Issue https://gitlab.gnome.org/GNOME/pitivi/-/issues/2313 Part-of: <!236>
-
- Apr 14, 2021
-
-
Seungha Yang authored
GstCaps is not a GObject! Part-of: <!238>
-
- Apr 08, 2021
-
-
Adam Leppky authored
Part-of: <!235>
-
- Mar 19, 2021
-
-
Matthew Waters authored
volatile is not sufficient to provide atomic guarantees and real atomics should be used instead. GCC 11 has started warning about using volatile with atomic operations. https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1719 Discovered in gst-plugins-good#868 Part-of: <!234>
-
- Mar 08, 2021
-
-
Thibault Saunier authored
-