- 25 Mar, 2019 4 commits
-
-
-
-
-
It is possible MFXVideoDECODE_DecodeFrameAsync returns MFX_ERR_INCOMPATIBLE_VIDEO_PARAM and this error can't be recovered by retrying MFXVideoDECODE_DecodeFrameAsync in some cases, so we need to limit the number of retries to avoid infinite loop. This fixes gstreamer/gst-plugins-bad#909
-
- 23 Mar, 2019 2 commits
-
-
Tim-Philipp Müller authored
This suppresses the annoying 'g-ir-scanner: link: cc ..' output that we get even if everything works just fine. We still get g-ir-scanner warnings and compiler warnings if we pass this option.
-
Tim-Philipp Müller authored
We need a nested extern in our init section for the scanner binary so we can call gst_init to make sure GStreamer types are initialised (they are not all lazy init via get_type functions, but some are in exported variables). There doesn't seem to be any other mechanism to achieve this, so just remove that warning, it's not important at all.
-
- 22 Mar, 2019 1 commit
-
-
Tim-Philipp Müller authored
for loop variable initialization and conflicting types for i.
-
- 21 Mar, 2019 4 commits
-
-
-
Tim-Philipp Müller authored
See gstreamer/gst-ci!89
-
Tim-Philipp Müller authored
-
-
- 20 Mar, 2019 4 commits
-
-
Ilya Smelykh authored
-
-
-
-
- 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 gstreamer/gst-plugins-bad#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 6 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.
-