- 26 Nov, 2018 15 commits
-
-
Previously alloc_info is initialized when both thiz->initialized and thiz->allocation_caps are true, but only thiz->initialized is checked when alloc_info is used.
-
Otherwise it will result in resource leak if mem == NULL
-
-
Closed #826
-
-
With out check gst-allocator, there will be a gst-allocator api symbol link error when call for libgstmsdk.so.
-
Matthew Waters authored
Instead of relying on buffers after a state change to PLAYING to always start from 0, track the amount of time we have spent outside playing but not changed state to PAUSED.
-
Matthew Waters authored
webrtcbin will fail the state change to READY when libnice elements are not available.
-
Matthew Waters authored
Instead of redefining our own, use the function implementations in webrtcsdp.c and utils.c
-
Matthew Waters authored
-
Matthew Waters authored
-
Matthew Waters authored
-
Matthew Waters authored
-
Matthew Waters authored
-
Seungha Yang authored
Python returns 'None' string for unknown environment
-
- 25 Nov, 2018 11 commits
-
-
-
-
-
Note that, since Nvidia does not provide nvEncodeAPI.lib file, find_library() couldn't be used for build on Windows. This patch changes to load nvEncodeAPI(64).dll or libnvidia-encode.so in runtime
-
-
dynlink_* was introduced since CUDA Toolkit 9.x but it's deprecated from 10.0. Instead of using #ifdef hack, shipping nvidia headers of NVIDA CODEC SDK can make build/code simple
-
Add cuvidec.h, nvcuvid.h and nvEncodeAPI.h of NVIDIA Codec SDK 8.2.16
-
-
Tim-Philipp Müller authored
Breaks build bots and build with --werror
-
Tim-Philipp Müller authored
Until someone makes it work with the wayland backend. The code currenty assumes and hard-codes X11. !49
-
Tim-Philipp Müller authored
See #576
-
- 24 Nov, 2018 1 commit
-
-
Seungha Yang authored
Use build arguments consistent with core and -base. This can also remove noisy "C4819" warning of non-us locale MSVC.
-
- 23 Nov, 2018 3 commits
-
-
Víctor Manuel Jáquez Leal authored
This partially reverts commit 0bae6483. The compiler tells ninja the header dependency, then there is no need to add them explicity.
-
Víctor Manuel Jáquez Leal authored
-
Since output-order is a deprecated attribute, move it out of decode bass class and configure it in each sub decoder class who need it. https://bugzilla.gnome.org/show_bug.cgi?id=796853
-
- 22 Nov, 2018 2 commits
-
-
Víctor Manuel Jáquez Leal authored
MediaSDK has been released as open source [1], but the directories where it installs its files, are different from the binary only distribution. This patch adds to the libraries path the directory /lib. Also it is defined in meson if the include directory has the mfx/ prefix, something that is already handled in autotools. 1. https://github.com/Intel-Media-SDK/MediaSDK
-
Harshad Khedkar authored
Currently master code of gst1-plugins-bad use plain-string host name while passing it to libnice agent: nice_agent_set_relay_info() in gstwebrtcice.c while adding turn_server(_add_turn_server). It is observered that if we don't convert the host parameter by using gst_uri_get_host, it fails in libnice agent(0.1.14-1). Code does, actually, set the host correctly but while passing params to nice_agent_set_relay_info, it uses incorrect one. gstreamer/gst-plugins-bad#823
-
- 15 Nov, 2018 1 commit
-
-
Mix of single and double precision leads to zero-by-zero divide for upper 64-bit of the xmm register, even though they are not used.
-
- 14 Nov, 2018 1 commit
-
-
Rosen Penev authored
-
- 13 Nov, 2018 4 commits
-
-
Justin Kim authored
It fails to build only on Mac OSX with the following error. In file included from ../subprojects/gst-plugins-bad/ext/opencv/gstopencv.cpp:45: ../subprojects/gst-plugins-bad/ext/opencv/gstcameracalibrate.h:96:38: error: a space is required between consecutive right angle brackets (use '> >') std::vector<std::vector<cv::Point2f>> imagePoints; ^~ > > 1 error generated. Fix: #817
-
"required" keyword is not a valid argument for has_header() WARNING: Passed invalid keyword argument "required". WARNING: This will become a hard error in the future.
-
Sebastian Dröge authored
In C++ the bitwise-or results in an int, and ints are not implicitely cast to enums. See gstreamer/gst-plugins-bad!25 (comment 78122)
-
Nirbheek Chauhan authored
Fixes a compiler warning.
-
- 12 Nov, 2018 2 commits
-
-
-
This commit adds a .gitlab-ci.yml file, which uses a feature to fetch the config from a centralized repository. The intent is to have all the gstreamer modules use the same configuration. The configuration is currently hosted at the gst-ci repository under the gitlab/ci_template.yml path. Part of gstreamer/gstreamer-project#29
-