debugutils: allow per feature registration
authorStéphane Cerveau <scerveau@collabora.com>
Mon, 15 Feb 2021 13:55:15 +0000 (14:55 +0100)
committerStéphane Cerveau <scerveau@collabora.com>
Mon, 29 Mar 2021 10:45:22 +0000 (12:45 +0200)
commit6823afde014989ac8d7c513b11c28532b989c503
treefb55426ef00ccc1f0d6a67bffd6a408a5e4e1942
parent434955e0ffedaec3190b76bad1e8beee2e030104
debugutils: allow per feature registration

Split plugin into features including
dynamic types which can be indiviually
registered during a static build.

More details here:

https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/199
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/661

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/876>
14 files changed:
gst/debugutils/breakmydata.c
gst/debugutils/cpureport.c
gst/debugutils/gstcapsdebug.c
gst/debugutils/gstcapssetter.c
gst/debugutils/gstdebug.c
gst/debugutils/gstdebugutilselements.h [new file with mode: 0644]
gst/debugutils/gstnavigationtest.c
gst/debugutils/gstnavigationtest.h
gst/debugutils/gstnavseek.c
gst/debugutils/gstpushfilesrc.c
gst/debugutils/gsttaginject.c
gst/debugutils/progressreport.c
gst/debugutils/rndbuffersize.c
gst/debugutils/testplugin.c