gstcheck.c:142: Warning: GstCheck: gst_check_add_log_filter: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip)
gst_element_factory_get_metadata: protect from null factory
2019-03-12 21:19:23 +0000 Damian Vicino <sdavtaker@gmail.com>
* README:
Update README
2019-03-12 20:12:37 +0000 Damian Vicino <sdavtaker@gmail.com>
* README:
Update README to have correct name of the license file documented (COPYING). There is no LICENSE file in the root directory, and COPYING file content is a license file.
2019-03-10 15:35:39 +0900 Seungha Yang <seungha.yang@navercorp.com>
* tests/check/meson.build:
tests: fdsrc: Exclude unit test on Windows
Since elements_fdsrc.test_num_buffers uses blocking pipe on Windows,
the test will never be finished. But emulating non-blocking fd without
win32 APIs on Windows is a little tricky.
2019-03-08 16:19:29 +0100 Santiago Carot-Nemesio <scarot@twilio.com>
* gst/gsttaskpool.c:
gsttaskpool: Do not block tasks while cleaning up the taskpool
There is a deadlock if any thread from the pool tries to push
a new task while other thread is waiting for the pool of threads
to finish. With this patch the thread will get an error when it
tries to add a new task while the taskpool is being cleaned up.
2019-03-06 19:46:46 +0100 Marco Trevisan (Treviño) <mail@3v1n0.net>
* gst/gsturi.c:
gsturi: Fix annotation on get_path to return a nullable
Use proper syntax or the (nullable): part will be part of the description
2019-03-06 19:34:12 +0100 Marco Trevisan (Treviño) <mail@3v1n0.net>
* gst/gstmessage.c:
gstmessage: Fix annotations on details
Details argument should be nullable, but the docstring uses a wrong syntax.