summaryrefslogtreecommitdiff
path: root/gst/debugutils/meson.build
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-04-18 15:53:34 -0300
committerThibault Saunier <tsaunier@igalia.com>2018-04-19 11:10:54 -0300
commit4984af5917b343ec65270ed3e673228de1b70fa7 (patch)
treed7867c43a24ea94c9beff28f6fe1ce7ad9958e13 /gst/debugutils/meson.build
parentd0575a0bd13288cb15a82c3960eefc07f2195fe6 (diff)
downloadgstreamer-plugins-bad-4984af5917b343ec65270ed3e673228de1b70fa7.tar.gz
debugutils: Add a testsrcbin element
This is a simple Bin that will expose audiotestsrc or videotestsrc based on what is asked by the user either through the GstURIHandler API or through the "stream-types" property. This element also provides GstStream and GstStreamCollection so it is nicely usable from playbin3. https://bugzilla.gnome.org/show_bug.cgi?id=795366
Diffstat (limited to 'gst/debugutils/meson.build')
-rw-r--r--gst/debugutils/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/debugutils/meson.build b/gst/debugutils/meson.build
index fb236dbb7..1836ebe06 100644
--- a/gst/debugutils/meson.build
+++ b/gst/debugutils/meson.build
@@ -8,6 +8,7 @@ debugutilsbad_sources = [
'gstcompare.c',
'gstfakevideosink.c',
'gstwatchdog.c',
+ 'gsttestsrcbin.c',
]
gstdebugutilsbad = library('gstdebugutilsbad',