debugutils: Add a testsrcbin element
authorThibault Saunier <tsaunier@igalia.com>
Wed, 18 Apr 2018 18:53:34 +0000 (15:53 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Thu, 19 Apr 2018 14:10:54 +0000 (11:10 -0300)
commit4984af5917b343ec65270ed3e673228de1b70fa7
treed7867c43a24ea94c9beff28f6fe1ce7ad9958e13
parentd0575a0bd13288cb15a82c3960eefc07f2195fe6
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
docs/plugins/gst-plugins-bad-plugins-docs.sgml
docs/plugins/gst-plugins-bad-plugins-sections.txt
gst/debugutils/Makefile.am
gst/debugutils/debugutilsbad.c
gst/debugutils/gsttestsrcbin.c [new file with mode: 0644]
gst/debugutils/meson.build