- 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 #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: <!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>
-
Part-of: <gstreamer/gst-plugins-bad!1465>
-
Tim-Philipp Müller authored
Add option 'sctp-internal-usrsctp' so people can choose to build againts the distro version instead. Fixes #870 Part-of: <!1465>
-
Tim-Philipp Müller authored
There are problems with global shared state and no API stability guarantees, and we can't rely on distros shipping the fixes we need. Both firefox and Chrome bundle their own copies too. Imported from https://github.com/sctplab/usrsctp, commit 547d3b46c64876c0336b9eef297fda58dbe1adaf Date: Thu Jul 23 21:49:32 2020 +0200 Fixes #870 Part-of: <!1465>
-
- Aug 13, 2020
-
-
without this a disconneted proxysink fail when goes to play with error: Internal data stream error. streaming stopped, reason error (-5) Part-of: <gstreamer/gst-plugins-bad!1508>
-
Seungha Yang authored
Don't chain up to src_query() from sink_query() method, and returned caps by gst_static_pad_template_get_caps() needs to be cleared. Part-of: <gstreamer/gst-plugins-bad!1513>
-
MFStartup and MFShutdown should be paired as documented in https://docs.microsoft.com/en-us/windows/win32/api/mfapi/nf-mfapi-mfstartup#remarks Otherwise valgrind-like tools would report false positive memory leak. Part-of: <gstreamer/gst-plugins-bad!1512>
-
If the surface is locked before vpp, upstream takes the reference. We do not need to take a reference for msdk in vpp. Part-of: <gstreamer/gst-plugins-bad!1490>
-
Part-of: <gstreamer/gst-plugins-bad!1490>
-
- Aug 12, 2020
-
-
Felix Yan authored
Part-of: <gstreamer/gst-plugins-bad!1511>
-
Seungha Yang authored
Use the value for mapping between DXGI_COLOR_SPACE_TYPE and GstVideoColorimetry. Part-of: <gstreamer/gst-plugins-bad!1410>
-
It would be more informative for debugging Part-of: <gstreamer/gst-plugins-bad!1507>
-
If d3d11device was created successfully, the index of adapter must not be negative value Part-of: <gstreamer/gst-plugins-bad!1507>
-
Nicolas Dufresne authored
The spec now list 6, 6.1 and 6.2. Part-of: <gstreamer/gst-plugins-bad!1509>
-
- Aug 10, 2020
-
-
Part-of: <gstreamer/gst-plugins-bad!1499>
-
Part-of: <gstreamer/gst-plugins-bad!1499>
-
Hosang Lee authored
It is more appropriate to start closer to the live edge in live streams. Some live streams maintain a large dvr window (over few hours in some cases), so starting from the first fragment will be too far away from the live edge. Part-of: <gstreamer/gst-plugins-bad!1346>
-
- Aug 07, 2020
-
-
See gstreamer!590 Part-of: <!1498>
-
Matthew Waters authored
Part-of: <gstreamer/gst-plugins-bad!1462>
-
- Aug 06, 2020
-
-
Part-of: <gstreamer/gst-plugins-bad!1491>
-
MJPEG Tools may reencode pictures in a second pass to stick closer to the target bitrate. This can result in slower than real-time encoding for full HD content in certain situations, as entire GOPs need reencoding when the reference picture is reencoded. See https://sourceforge.net/p/mjpeg/bugs/141/ for background Part-of: <gstreamer/gst-plugins-bad!1491>
-
Part-of: <gstreamer/gst-plugins-bad!1491>
-
Part-of: <gstreamer/gst-plugins-bad!1491>
-
Instead of storing the pad and then only using it to get the element. Part-of: <gstreamer/gst-plugins-bad!1491>
-
Part-of: <gstreamer/gst-plugins-bad!1491>
-
Part-of: <gstreamer/gst-plugins-bad!1491>
-
Gets rid of lots of code paths that no one has built, used or tested for ages, and makes code more maintainable. Part-of: <gstreamer/gst-plugins-bad!1491>
-
Sebastian Dröge authored
The PAL/NTSC widescreen modes were added after 1.16 but inserted before the HD modes, which changed the integer values of the enums. Move them to the very end instead to keep backwards compatibility. Fixes gstreamer/gst-plugins-bad#1048 Part-of: <gstreamer/gst-plugins-bad!1492>
-