mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
4992249848
Various type of object should be able to do some reporting, so we have to make sure all the code to do that is in one place. Creating an interface makes it simple to share information and it avoid to have a baseclass for something that is not actually important enough to create a baseclass. Conflicts: gst/qa/gst-qa-pad-monitor.c
3 lines
129 B
Makefile
3 lines
129 B
Makefile
scenariosdir=${datadir}/gstreamer-$(GST_API_VERSION)/qa-scenario
|
|
scenarios_DATA = simple_seeks.xml
|
|
EXTRA_DIST = simple_seeks.xml
|