- Sep 07, 2020
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Part-of: <gstreamer/gst-plugins-bad!1558>
-
Sebastian Dröge authored
Part-of: <gstreamer/gst-plugins-bad!1557>
-
- Sep 01, 2020
-
-
Part-of: <gstreamer/gst-plugins-bad!1552>
-
Otherwise you cannot request new pads until after it is started again. gst_base_ts_mux_reset with FALSE is still called in the dispose implementation, so the muxer still gets deallocated when we actually clean up. Part-of: <gstreamer/gst-plugins-bad!1552>
-
Haihao Xiang authored
This fixes the compiler error when MFX_VERSION_USE_LATEST is defined in the SDK. /usr/include/mfx/mfxvp9.h:48:5: error: unknown type name ‘mfxExtBuffer’ mfxExtBuffer Header; Part-of: <gstreamer/gst-plugins-bad!1549>
-
- Aug 30, 2020
-
-
This regressed in 827afa20. The same fix was also committed to the webrtc element, but rtmp2 was missed. Part-of: <gstreamer/gst-plugins-bad!1547>
-
Continuation from 04fd7059. This is easier to understand and also avoids two copies. Part-of: <gstreamer/gst-plugins-bad!1547>
-
- Aug 28, 2020
-
-
Part-of: <gstreamer/gst-plugins-bad!1537>
-
- Aug 27, 2020
-
-
Jonathan Matthew authored
Under some conditions, GetMaxPosition() returns zero, which should cause position queries to fail rather than crash.
-
- Aug 26, 2020
-
-
Part-of: <gstreamer/gst-plugins-bad!1530>
-
Allow the user to really disable opencv through meson (i.e. -Dopencv=disabled). Part-of: <gstreamer/gst-plugins-bad!1533>
-
- Aug 25, 2020
-
-
Tim-Philipp Müller authored
Fixes "‘%s’ directive output truncated writing XX bytes into a region of size NN [-Wformat-truncation=]" compiler warnings. https://github.com/sctplab/usrsctp/pull/521 Fixes #1389 Part-of: <gstreamer/gst-plugins-bad!1540>
-
Jérôme Laheurte authored
Part-of: <gstreamer/gst-plugins-bad!1538>
-
Part-of: <gstreamer/gst-plugins-bad!1528>
-
- Aug 24, 2020
-
-
Checking for GL caps features in gl_start() was done too late in case the parent class fails to setup a working GL context. The element now determines if GL support should be enabled during the decide-allocation query handling. Additionally, when no GL context was found, we need to handle the element cleanup because in that situation glbasesrc won't call gl_stop. Fixes gstreamer/gst-plugins-bad#1376 Part-of: <gstreamer/gst-plugins-bad!1532>
-
Don't leak pictures when dpb is full unexpectedly. Part-of: <gstreamer/gst-plugins-bad!1527>
-
gst_caps_features_new() must be null terminated. Part-of: <gstreamer/gst-plugins-bad!1524>
-
Don't the allocator to _create_buffer_surface() since it's not used. Part-of: <gstreamer/gst-plugins-bad!1516>
-
and fix a memleak Part-of: <gstreamer/gst-plugins-bad!1516>
-
Part-of: <gstreamer/gst-plugins-bad!1516>
-
And some code cleanups Part-of: <gstreamer/gst-plugins-bad!1516>
-
Part-of: <gstreamer/gst-plugins-bad!1516>
-
Matthew Waters authored
Fixes a memory leak Part-of: <gstreamer/gst-plugins-bad!1535>
-
Matthew Waters authored
Fixes a memory leak Part-of: <gstreamer/gst-plugins-bad!1535>
-
Matthew Waters authored
Part-of: <gstreamer/gst-plugins-bad!1535>
-
Matthew Waters authored
Part-of: <gstreamer/gst-plugins-bad!1535>
-
- Aug 20, 2020
-
-
Matthew Waters authored
Requires the system's DNS resolver to support mdns resolution. Fixes interoperablity with recent versions of chrome/firefox that produce .local address in for local candidates. Fixes gstreamer/gst-plugins-bad#1139
- Aug 19, 2020
-
-
Justin Kim authored
To propagate error, this commit sets a reason. Otherwise, the function caller should check if `error` is NULL when the return value is not normal. Part-of: <gstreamer/gst-plugins-bad!1522>
-
Justin Kim authored
Part-of: <gstreamer/gst-plugins-bad!1522>
-
- Aug 18, 2020
-
-
The disabler in opencv_dep (retrieved via libs_doc) will cause a meson interpreter error if opencv is not being built: ERROR: The += operator currently only works with arrays, dicts, strings or ints Part-of: <gstreamer/gst-plugins-bad!1519>
-
- Aug 17, 2020
-
-
Vivia Nikolaidou authored
The internal fdk encoder always produces 1024 bytes even with no input, so special care should be taken to not drain it twice. Part-of: <!1515>
-
Seungha Yang authored
Was a shameful mistake Part-of: <gstreamer/gst-plugins-bad!1517>
-
The min latency is calculated with the maximum number of frames that precede any frame, if available, and it is lower than the maximum number of frames in DBP. The max latency is calculated with the maxium size of frames in DBP. Part-of: <gstreamer/gst-plugins-bad!1500>
-
No functional change. Part-of: <gstreamer/gst-plugins-bad!1359>
-
In preparation of sharing them with the decoder. Iteration of the channel layouts needs to be changed to use a sentinel element. Part-of: <gstreamer/gst-plugins-bad!1359>
-
- Aug 15, 2020
-
-
Part-of: <gstreamer/gst-plugins-bad!1506>
-
also add to docs Part-of: <gstreamer/gst-plugins-bad!1506>
-
- Aug 14, 2020
-
-
Philippe Normand authored
The WPEThreaded view is now split in 2 classes: - WPEContextThread handles the persistent WebKit thread, where all WebKit API calls should be handled. - WPEView: is created from the WPEContextThread. It handles the WebView and maintains the public interface on which wpesrc relies. This is the facade for the WebView, basically. It takes care of dispatching API calls into the context thread. With these fixes it is now possible to create (and reuse) mutlple wpesrc elements during the application lifetime. Fixes #1372 Part-of: <gstreamer/gst-plugins-bad!1484>
-