mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
rist: Add test for rtp ext code
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1153>
This commit is contained in:
parent
59b01048ae
commit
1342e4ba43
2 changed files with 1085 additions and 0 deletions
1084
tests/check/elements/ristrtpext.c
Normal file
1084
tests/check/elements/ristrtpext.c
Normal file
File diff suppressed because it is too large
Load diff
|
@ -46,6 +46,7 @@ base_tests = [
|
||||||
[['elements/svthevcenc.c'], not svthevcenc_dep.found(), [svthevcenc_dep]],
|
[['elements/svthevcenc.c'], not svthevcenc_dep.found(), [svthevcenc_dep]],
|
||||||
[['elements/pcapparse.c'], false, [libparser_dep]],
|
[['elements/pcapparse.c'], false, [libparser_dep]],
|
||||||
[['elements/pnm.c']],
|
[['elements/pnm.c']],
|
||||||
|
[['elements/ristrtpext.c']],
|
||||||
[['elements/rtponvifparse.c']],
|
[['elements/rtponvifparse.c']],
|
||||||
[['elements/rtponviftimestamp.c']],
|
[['elements/rtponviftimestamp.c']],
|
||||||
[['elements/rtpsrc.c']],
|
[['elements/rtpsrc.c']],
|
||||||
|
|
Loading…
Reference in a new issue