- Jul 02, 2020
- Jun 22, 2020
-
-
Mathieu Duponchelle authored
-
Thibault Saunier authored
-
- Jun 19, 2020
-
-
Tim-Philipp Müller authored
-
- Jun 10, 2020
-
-
Thibault Saunier authored
-
- Jun 08, 2020
-
-
Thibault Saunier authored
-
- Jun 06, 2020
-
-
Philippe Normand authored
This was left behind in commit bc1ab5e8. Part-of: <gstreamer/gst-plugins-ugly!55>
-
- Jun 05, 2020
-
-
Mathieu Duponchelle authored
-
- Jun 04, 2020
-
-
Thibault Saunier authored
-
-
-
- Jun 02, 2020
-
-
Tim-Philipp Müller authored
Fixes #30 Part-of: <gstreamer/gst-plugins-ugly!54>
-
Tim-Philipp Müller authored
Part-of: <gstreamer/gst-plugins-ugly!54>
-
- May 27, 2020
-
-
Tim-Philipp Müller authored
If core is built as a subproject (e.g. as in gst-build), make sure to use the gst-plugin-scanner from the built subproject. Without this, gstreamer might accidentally use the gst-plugin-scanner from the install prefix if that exists, which in turn might drag in gst library versions we didn't mean to drag in. Those gst library versions might then be older than what our current build needs, and might cause our newly-built plugins to get blacklisted in the test registry because they rely on a symbol that the wrongly-pulled in gst lib doesn't have. This should fix running of unit tests in gst-build when invoking meson test or ninja test from outside the devenv for the case where there is an older or different-version gst-plugin-scanner installed in the install prefix. In case no gst-plugin-scanner is installed in the install prefix, this will fix "GStreamer-WARNING: External plugin loader failed. This most likely means that the plugin loader helper binary was not found or could not be run. You might need to set the GST_PLUGIN_SCANNER environment variable if your setup is unusual." warnings when running the unit tests. In the case where we find GStreamer core via pkg-config we use a newly-added pkg-config var "pluginscannerdir" to get the right directory. This has the benefit of working transparently for both installed and uninstalled pkg-config files/setups. Part-of: <gstreamer/gst-plugins-ugly!53>
-
Guillaume Desmottes authored
Variable is always set in actual code paths but let's keep gcc happy. Part-of: <gstreamer/gst-plugins-ugly!51>
-
- May 11, 2020
-
-
Nirbheek Chauhan authored
This is needed for cross-compiling without a build machine compiler available. The option was added in 0.54, but we only need this in Cerbero and it doesn't affect older versions so it should be ok. Will just cause a spurious warning. Part-of: <gstreamer/gst-plugins-ugly!50>
-
- Apr 08, 2020
-
-
When transitioning from the PAUSED state, to the READY state, and back, metadata and global_metadata are left uninitialized, unlike when the demxuer transitions from NULL to READY, then to PAUSED. I have found this to cause a segmentation fault when fields in these structures are set.
-
- Apr 02, 2020
-
-
The --ref option indicate the size of the DPB, hence should be in the range of 0 to 16. This patch also fix the default to match x264enc default 3. This change isn't a behaviour change since we don't enforce the reported default.
-
- Mar 19, 2020
-
-
Thibault Saunier authored
It is able to do channel downminxing, so technically it is also a converter This is also important so validate knows about that when doing its checks
-
- Jan 07, 2020
-
-
Properly follow google recommendations[0] concerning bitrate when the user wants to use the youtube profile. [0]: https://support.google.com/youtube/answer/1722171?hl=en
-
- Dec 18, 2019
-
-
Stéphane Cerveau authored
Use helper method to get string from GValue.
-
- Dec 14, 2019
-
-
Dmitry Shusharin authored
-
Dmitry Shusharin authored
Section 4.4 of CEA-708-D specification (table 2) requires all bits to be set inside em_data field. h264parse element (and possible third-party decoders such as libav) also follows this requirement. gstreamer/gst-plugins-ugly#28
-
- Oct 13, 2019
-
-
Tim-Philipp Müller authored
-
- Sep 02, 2019
-
-
Aaron Boxer authored
-
- Aug 23, 2019
-
-
Mathieu Duponchelle authored
-
Matthew Waters authored
Fixes gst-build with -Dauto-features=disabled -Dugly=enabled
-
- Jul 15, 2019
-
-
... with more color value mapping
-
Seungha Yang authored
... with removal of pointless unistd.h dependency. Note that full dependency listing is required to run unit test executable binary on Windows uninstalled environment.
-
- Jun 02, 2019
-
-
Niels De Graef authored
This means we can use some newer features and get rid of some boilerplate code using the G_DECLARE_* macros. As discussed on IRC, 2.44 is old enough by now to start depending on it.
-
- May 29, 2019
-
-
Mathieu Duponchelle authored
-
- May 25, 2019
-
-
Tim-Philipp Müller authored
-
- May 16, 2019
-
-
Thibault Saunier authored
And update the cache Fixes gstreamer/gst-docs#36
-
- May 14, 2019
-
-
Thibault Saunier authored
-
- May 13, 2019
-
-
Thibault Saunier authored
-
- Apr 27, 2019
-
-
Thibault Saunier authored
-
- Apr 26, 2019
-
-
Tim-Philipp Müller authored
Like we do for other plugins, and also install a .pc file if we build the plugin statically.
-
- Apr 22, 2019
-
-
Sebastian Dröge authored
It's needed by the dvdread plugin but also by the x264 plugin in certain circumstances. As it's part of GLib and always available, simply move it as a hard dependency to the top-level meson.build.
-
- Apr 19, 2019
-
-
Tim-Philipp Müller authored
-