- 19 Mar, 2019 4 commits
-
-
Jan Alexander Steffens authored
AFAIU this happens when encountering retransmissions. Don't print a warning for these packets.
-
Jan Alexander Steffens authored
Ensures a balanced UNLOCK -> LOCK.
-
Jan Alexander Steffens authored
Introduce an err label to jump to. Avoid logging two warnings per failure.
-
Jan Alexander Steffens authored
Don't drop the lock on filter just to unmap the buffer (or log a message).
-
- 18 Mar, 2019 2 commits
-
-
Tim-Philipp Müller authored
It's deprecated. Just use 'inline'.
-
Xabier Rodríguez Calvar authored
For not being duplicated here it was being freed when the manifest was being destroyed and a second time when the buffer was being destroyed.
-
- 17 Mar, 2019 1 commit
-
-
Some files licensed under LGPL were included, so relicense the plugin from BSD to LPGL. In addition, this patch removes the README per the discussion in gstreamer/gst-plugins-bad#853 Fixes gstreamer/gst-plugins-bad#853
-
- 15 Mar, 2019 2 commits
-
-
Mathieu Duponchelle authored
When we offer bundled media, payload types must be unique across all bundled media, as they will be multiplexed in the same session.
-
-
- 13 Mar, 2019 1 commit
-
-
Mathieu Duponchelle authored
Prior to this, cccombiner stopped consuming video buffers when data wasn't arriving on its caption pad. In a live situation, when aggregator is timing out we should still output whatever video buffers are present, even if no caption buffers can be aggregated with them.
-
- 12 Mar, 2019 3 commits
-
-
get-transceivers is not introspectable, and a method to get a transceiver by index is convenient.
-
Since the addition of BUNDLE support, the pads and the transceivers share a single transport stream. When getting stats from the stream, filter by the ssrc of the current pad to avoid merging the stats for different pads. Fixes #889
-
-
- 11 Mar, 2019 2 commits
-
-
Nirbheek Chauhan authored
../ext/closedcaption/io-sim.c(440): error C2065: 'M_PI': undeclared identifier ../ext/closedcaption/io-sim.c(442): error C2065: 'M_LN2': undeclared identifier
-
Nirbheek Chauhan authored
tests\check\meson.build:21:5: ERROR: Unknown variable "use_nvenc_gl". Also do the same change in nvdec, just to be defensive about future issues.
-
- 10 Mar, 2019 3 commits
-
-
Seungha Yang authored
Encoder will not configure internal pool again if input_state exist Fixes gstreamer/gst-plugins-bad#912
-
Seungha Yang authored
To drain all queued encoding items, encoder should gracefully wait the encoding thread without stealing queued items. Otherwise, some input frames can be dropped.
-
Seungha Yang authored
-
- 09 Mar, 2019 1 commit
-
-
GValue should be freed with g_value_unset()
-
- 08 Mar, 2019 8 commits
-
-
Tim-Philipp Müller authored
g_slist_remove_*() removes the list node without freeing it.
-
Tim-Philipp Müller authored
Fix vk_instance leak when state change fails like in generic/states unit test.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
And simplify property getter to avoid unnecessary copy.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Destroy old decoder instance when shutting down the element, and also in case the input format changes. Fix harness/pipeline leak in unit test.
-
Tim-Philipp Müller authored
We add the signal watch in testSeekPreTestCallback so remove it in testSeekPostTestCallback and not deep inside some if clause in some other callback somewhere.
-
Tim-Philipp Müller authored
-
- 07 Mar, 2019 2 commits
-
-
Seungha Yang authored
Update to support the latest CUDA Toolkit version 10.1
-
Jan Alexander Steffens authored
In 2.0.4, the message parameter has "const char*" type. Add a cast to avoid a warning with older fluidsynth.
-
- 06 Mar, 2019 4 commits
-
-
Mathieu Duponchelle authored
-
Mathieu Duponchelle authored
This ports over the review comments made on line21enc in !217
-
Mathieu Duponchelle authored
This element acts as a counterpart of line21encoder. Also adds a simple test validating each element using the other.
-
Mathieu Duponchelle authored
-
- 04 Mar, 2019 5 commits
-
-
[wl_shell] is officially [deprecated], so provide support for the XDG-shell protocol should be provided by all desktop-like compositors. (In case they don't, we can of course fall back to wl_shell). Note that the [XML spec] is provided by the `wayland-protocols` git repository, which is provided by the Wayland project. Fixes #897 [wl_shell]: https://people.freedesktop.org/~whot/wayland-doxygen/wayland/Client/group__iface__wl__shell.html [deprecated]: https://github.com/wayland-project/wayland/commit/698dde195837f3d0844b2725ba4ea8ce9ee7518c [XML spec]: https://github.com/wayland-project/wayland-protocols/blob/master/stable/xdg-shell/xdg-shell.xml
-
-
-
-
Tim-Philipp Müller authored
-
- 01 Mar, 2019 2 commits
-
-
../subprojects/gst-plugins-bad/sys/msdk/msdk.c(61): error C2065: 'MFX_FOURCC_RGB565' The minimum required version for the format seems to MFX_VERSION >= 1028