- Nov 13, 2018
-
-
Kim Jeongseok 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
-
Seungha Yang authored
"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 https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/merge_requests/25#note_78122
-
Nirbheek Chauhan authored
Fixes a compiler warning.
-
- Nov 12, 2018
-
-
Sebastian Dröge authored
-
Jordan Petridis authored
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 https://gitlab.freedesktop.org/gstreamer/gstreamer-project/issues/29
-
Matthew Waters authored
-
Jochen Henneberg authored
These function are not used at all, using them together with the transport-volume property from avdtpsrc may end up in a binding loop so we better remove the functions.
-
Jochen Henneberg authored
If properties are proxied through GBinding this can work only if the proxied property keeps it's own value. The previous implementation will read the original value if the proxied property signals a change and thus nothing will happen.
-
- Nov 09, 2018
-
-
Olivier Crête authored
Both as a srtpenc ! srtpdec pipeline and as a test that uses fake packets for multiple mixed MKIs. https://bugzilla.gnome.org/show_bug.cgi?id=797305
-
-
Olivier Crête authored
Add support for MKIs which allow multiple keys to be used with a single SRTP stream. https://bugzilla.gnome.org/show_bug.cgi?id=797305
-
Joshua M. Doe authored
Right now this only works for video. An attempt was made at adding monitoring following the example winks, but it seems the only devices that can be easily detected are KS sources, which winks already handles.
-
Joshua M. Doe authored
This allows a future GstDeviceProvider to more easily query devices and caps.
-
Joshua M. Doe authored
-
Joshua M. Doe authored
The device and device-name properties should treat NULL and empty strings the same
-
Joshua M. Doe authored
The previous behaviour had issues when setting one of the device properties after _get_caps had been called. The device shouldn't be locked in until after _start has been called.
-
Joshua M. Doe authored
-
Joshua M. Doe authored
-
- Nov 08, 2018
-
-
Joshua M. Doe authored
-
Joshua M. Doe authored
The FLIR Boson USB provides 16-bit grayscale video using this FOURCC.
-
Joshua M. Doe authored
-
Russel Winder authored
-
- Nov 07, 2018
-
-
Sebastian Dröge authored
decklinkvideosrc: Search from line 1 again if we didn't find closed captions at the same line as before
-
Matthew Waters authored
Return the size / total duration as a ballpark estimate. https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/60
-
Seungha Yang authored
* Add FIXME for future correction of HRDParames parsing. Spec. defines that the number of HRDParames could be up to "vps_num_layer_sets_minus1 + 1" (i.e., 1024). * Add parsing vps_base_layer_{internal,available}_flag. * Fix possible invalid vps_extension parsing. Fixes #798
-
Seungha Yang authored
-
Seungha Yang authored
Fix validation of some syntax. Fixes #798
-
- Nov 06, 2018
-
-
Jordan Petridis authored
-
Jan Alexander Steffens (heftig) authored
Should fix the Windows build after b1509b10.
-
admin authored
-
Jan Alexander Steffens (heftig) authored
As suggested in [the SSL_get_error manpage][1]. Upgrade the message to a warning if the errno isn't 0 (success). The latter apparently means the transport encountered an EOF (shutdown) without the shut down handshake on the (D)TLS level. This happens quite often for otherwise normal DTLS connections. [1]: https://www.openssl.org/docs/man1.1.1/man3/SSL_get_error.html
-
Andreas Frisch authored
Print out all errors from the OpenSSL error queue instead of just looking at the topmost error. Using the callback interface also removes the need for formatting using a buffer on the stack.
-
Jan Alexander Steffens (heftig) authored
A more idiomatic construct for testing a bunch of integers.
-
Jan Alexander Steffens (heftig) authored
As documented on [the SSL_get_error manpage][1] we need to empty the error queue before making any call that we check with SSL_get_error. [1]: https://www.openssl.org/docs/man1.1.1/man3/SSL_get_error.html
-
Jan Alexander Steffens (heftig) authored
Periodic SSL_ERROR_SYSCALL errors with errno == 0 seem to be normal behavior for DTLS connections. Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/677
-
Jan Alexander Steffens (heftig) authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This is the inverse of ccextractor: it takes a video and closed caption stream and places the closed caption metas on the video output buffers.
-
Sebastian Dröge authored
-