mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +00:00
tests: add a jitterbuffer test
Tests pushing a few buffers in various order and asserting the order sent by the jitterbuffer. Contains two disabled tests that need more work.
This commit is contained in:
parent
68176befa2
commit
e43eb89449
3 changed files with 3 additions and 0 deletions
|
@ -1522,6 +1522,7 @@ again:
|
|||
if (!clock) {
|
||||
GST_OBJECT_UNLOCK (jitterbuffer);
|
||||
/* let's just push if there is no clock */
|
||||
GST_DEBUG_OBJECT (jitterbuffer, "No clock, push right away");
|
||||
goto push_buffer;
|
||||
}
|
||||
|
||||
|
|
|
@ -114,6 +114,7 @@ check_PROGRAMS = \
|
|||
elements/rtp-payloading \
|
||||
elements/rtpbin \
|
||||
elements/rtpbin_buffer_list \
|
||||
elements/rtpjitterbuffer \
|
||||
elements/spectrum \
|
||||
elements/udpsink \
|
||||
elements/videocrop \
|
||||
|
|
1
tests/check/elements/.gitignore
vendored
1
tests/check/elements/.gitignore
vendored
|
@ -36,6 +36,7 @@ rgvolume
|
|||
rtp-payloading
|
||||
rtpbin
|
||||
rtpbin_buffer_list
|
||||
rtpjitterbuffer
|
||||
souphttpsrc
|
||||
spectrum
|
||||
sunaudio
|
||||
|
|
Loading…
Reference in a new issue