- 06 Mar, 2019 4 commits
-
-
Tim-Philipp Müller authored
This freed wrapped memory instead of the GstMemory or buffer.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
gtk_init() throws GLib-GIO-WARNING **: unknown schema extension 'd' unrelated to our test environment.
-
Tim-Philipp Müller authored
-
- 28 Feb, 2019 1 commit
-
-
Tim-Philipp Müller authored
They are manual tests, so let them be controlled via the tests option.
-
- 11 Feb, 2019 1 commit
-
-
Olivier Crête authored
-
- 06 Feb, 2019 1 commit
-
-
Nirbheek Chauhan authored
error: this decimal constant is unsigned only in ISO C90 [-Werror]
-
- 31 Jan, 2019 3 commits
-
-
Nicolas Dufresne authored
We are missing a sample to test this, but a fix has been made, so add a todo.
-
Nicolas Dufresne authored
Related to #557
-
Nirbheek Chauhan authored
This is especially never available on iOS.
-
- 30 Jan, 2019 1 commit
-
-
Seungha Yang authored
Allow fallback to orc subproject if any. Additionally 'dependencies' keyword is removed from find_library, because it's invalid keyword for find_library.
-
- 18 Jan, 2019 2 commits
-
-
Victor Toso authored
More false positives as both of them are initialized in the line before they are used, wrapped with fail_unless() check.
-
Victor Toso authored
False positive for the three variables but some warnings like: ../tests/check/elements/matroskamux.c:875:10: warning: 'chapters_offset' may be used uninitialized in this function [-Wmaybe-uninitialized] *index = chapters_offset; ~~~~~~~^~~~~~~~~~~~~~~~~ The above is false positive as there is a gboolean to check if it was initialized or not (found_chapters_declaration).
-
- 16 Jan, 2019 1 commit
-
-
Tim-Philipp Müller authored
-
- 09 Jan, 2019 3 commits
-
-
Jan Alexander Steffens authored
-
Jan Alexander Steffens authored
The existing frame's last slice is too small to be used for fragmentation tests.
-
Jan Alexander Steffens authored
-
- 30 Dec, 2018 2 commits
-
-
Seungha Yang authored
-
Seungha Yang authored
-
- 25 Dec, 2018 1 commit
-
-
Tim-Philipp Müller authored
Fixes make distcheck.
-
- 20 Dec, 2018 1 commit
-
-
Mathieu Duponchelle authored
This reverts commit dcd3ce97. This functionality was implemented for gstopenwebrtc, but it turned out this was not actually needed for webrtc bundling support, as shown in webrtcbin. It also doesn't correspond to any standards. This is an API break, but nothing should actually depend on this, at least not for its initial purpose. Changes in rtpbin.c were reverted manually, to preserve some refactoring that had occurred in the original commit. Fixes #537
-
- 19 Dec, 2018 2 commits
-
-
KimTaeSoo authored
Bus message handler of tags checking unit test uses gst_message_parse_error() in case of GST_MESSAGE_ERROR and GST_MESAGE_WARNING. If gst_message_parse_error() is called in case of GST_MESSAGE_WARNING, assert occurs. So modified to use gst_message_parse_warning() in case of GST_MESSAGE_WARNING.
-
Nicolas Dufresne authored
-
- 18 Dec, 2018 10 commits
-
-
Nicolas Dufresne authored
This copy and port all the relevant tests from rtph264.
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
In AU mode, the depayloader may have accumulated NALs, test that these NALs are drained and not dropped.
-
Nicolas Dufresne authored
Test that marker bit is transferred when input buffer has the marker flag set but also that it's set whenever the payloader receives complete AU.
-
Nicolas Dufresne authored
This test make sure that timestamps are properly transfered to each NALU.
-
Nicolas Dufresne authored
-
Seungha Yang authored
Allow run some unit tests on Windows. * Remove hardcoded path separator in whitelist env for Meson to choose OS-specific separator automatically (i.e., ';' for windows and ':' for *nix) * Add dependency explicitly for some test cases, otherwise plugins couldn't be loaded on uninstalled environment of Windows.
-
Seungha Yang authored
... to avoid mixing '/' and '\' in a path string on Windows.
-
Jonny Lamb authored
gstreamer!55 makes some changes to how the `error-after` counter works which breaks this test. This change makes the test not rely on the ability to alter `error-after` at runtime and explicitly stops and starts the harness before pushing data. An alternative would be to add another argument to `harness_rtpulpfecdec` to set `error-after` on construction but that's slightly more long-winded. so I went for this approach instead. Fixes #532, even though that's already closed.
-
Mathieu Duponchelle authored
The initial mission statement for this test was: * demonstrate usage of the request-aux-* signals in rtpbin * test the rtx elements We have examples that serve the first use case, and better (harnessed) tests for the second use case. This test is slow and racy, it served its purpose but can now be removed. Fixes #533
-
- 14 Dec, 2018 3 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
When the EOS event is received, run all timers immediately and avoid pushing the EOS downstream before this has been run. This ensures that the lost packet statistics are accurate.
-
Olivier Crête authored
The teardown of the pads checks the refcount, but there are timers inside the jitterbuffer that can push things, so if we're not lucky, things could be pushed while the pads are being shut down. Putting the jitterbuffer to NULL first avoids this.
-
- 30 Nov, 2018 1 commit
-
-
Tim-Philipp Müller authored
-
- 29 Nov, 2018 1 commit
-
-
Nicolas Dufresne authored
This the first unit test of this element. It adds a test that verify that events are forwarded correctly.
-
- 28 Nov, 2018 1 commit
-
-
Jordan Petridis authored
This is required before we enabled an indent test in the CI. gstreamer-project#33
-
- 13 Nov, 2018 1 commit
-
-
Linus Svensson authored
-