- Jun 27, 2020
-
-
Nirbheek Chauhan authored
Instead of querying the Qt include path from the dependency or from qmake, rely on the qt5qml_dep to set the include path to QtGui correctly, and look for the header inside the private includedir. Then we can use that path to include the header directly. Reported in gstreamer/gst-plugins-base#780 (comment 548092)
-
Nirbheek Chauhan authored
This is an extra check that's only needed for working around Linux distribution packaging. `moc` is not required in the cross file.
-
- Jun 26, 2020
-
-
If the allocator is no longer active, it means the memory has already been freed, calling REQBUF(0) would make no sense. Part-of: <gstreamer/gst-plugins-good!649>
-
The gst_buffer_pool_set_flushing() warns when that function is called on an inactive pool. Avoid the warning by checking the state, this is similar to what we do in gst_v4l2_object_unlock(). Part-of: <gstreamer/gst-plugins-good!649>
-
The check was too strict causing spurious warning. Now check for <= so that 0 sized buffer do not cause a warning. Part-of: <gstreamer/gst-plugins-good!649>
-
Part-of: <gstreamer/gst-plugins-good!649>
-
Make explicit that the returned strings need to be g_free()-able. Fixes #753 Part-of: <gstreamer/gst-plugins-good!652>
-
Nicolas Dufresne authored
The codec structure is optional and not used for fwht test codec. This was leading to a crash dereferencing NULL pointer. Part-of: <gstreamer/gst-plugins-good!650>
-
Part-of: <gstreamer/gst-plugins-good!646>
-
Fixes #750 Part-of: <gstreamer/gst-plugins-good!645>
-
- Jun 25, 2020
-
-
We already do this for the plugin. gst-plugins-base#780 (comment 548179) Part-of: <!642>
-
Sebastian Dröge authored
Part-of: <gstreamer/gst-plugins-good!644>
-
- Jun 24, 2020
-
-
Mathieu Duponchelle authored
When generating the cache we inspect the base class through an instance of one of its subclasses. We don't want potential assignments in subclasses initialization to leak into the base class documentation Part-of: <gstreamer/gst-plugins-good!641>
-
Mathieu Duponchelle authored
When generating the cache we inspect the base class through an instance of one of its subclasses. We don't want potential assignments in subclasses initialization to leak into the base class documentation Part-of: <gstreamer/gst-plugins-good!641>
-
- Jun 23, 2020
-
-
Mathieu Duponchelle authored
-
Thibault Saunier authored
-
-
-
-
-
Thibault Saunier authored
-
- Jun 21, 2020
-
- Jun 20, 2020
-
-
Part-of: <gstreamer/gst-plugins-good!410>
-
Tim-Philipp Müller authored
Some default values include our version string, like user agent strings.
-
- Jun 19, 2020
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Seungha Yang authored
Add host cpu type check as we would enable asm only for x86_64 Part-of: <gstreamer/gst-plugins-good!636>
-
Seungha Yang authored
ARCH_X86_64 define will enable GCC specific code path in dv_types.h while building dv plugin. Part-of: <gstreamer/gst-plugins-good!636>
-
Tim-Philipp Müller authored
shout2send caps depend on what the libshout2 version in question supports, but the documentation caps should always be the same. Part-of: <gstreamer/gst-plugins-good!635>
-
- Jun 18, 2020
-
-
Move some code out of the enormous qtdemux.c into a separate qtdemux_tags helper, and make some structs available via qtdemux.h to accommodate that. Part-of: <gstreamer/gst-plugins-good!634>
-
Reduce a tiny bit of the bulk of qtdemux.c by moving some agnostic helper functions out. Part-of: <gstreamer/gst-plugins-good!634>
-
Move the SVMI stereoscopic atom parsing out to a helper function to shrink qtdemux_parse_trak a bit. Add a bounds check that the received atom is large enough before parsing it. Add a note to the atom parser that svmi comes from the MPEG-A spec 23000-11. Part-of: <gstreamer/gst-plugins-good!634>
-
Tim-Philipp Müller authored
Would get "Tried to create target "qt5-qmlsink_qrc", but a target of that name already exists." with older meson versions. Work around that by renaming the qrc file. Part-of: <gstreamer/gst-plugins-good!633>
-
- Jun 17, 2020
-
-
Nirbheek Chauhan authored
Fixes gstreamer/gst-plugins-good#751 Part-of: <gstreamer/gst-plugins-good!631>
-
- Jun 16, 2020
-
-
Seungha Yang authored
Expected return value for unhandled query is FALSE Part-of: <!629>
-
Vivia Nikolaidou authored
Measured to be about 3.4x faster than C Part-of: <gst-plugins-good!621>
-
- Jun 12, 2020
-
-
Vivia Nikolaidou authored
Part-of: <gstreamer/gst-plugins-good!621>
-
Reset to the original OpenGL state as required by the GStreamer OpenGL API contract. Fixes output with a glimagesink element downstream. Part-of: <gstreamer/gst-plugins-good!623>
-
Qt may replace the drawable with its own which breaks output if Qt is not displaying the resulting video as used with e.g. glimagesink. Part-of: <gstreamer/gst-plugins-good!623>
-