[Gstreamer-openmax] [PATCH v3 0/3] New configuration support
Felipe Contreras
felipe.contreras at nokia.com
Wed Mar 3 14:43:13 PST 2010
Hi,
I've modified the patches from Rob again, and now should be closer to the
original ones, the configuration format is the same, and 'make check' shouldn't
be broken at any point.
I'm pretty happy with these, so if there are no more comments I'll commit them.
ACK at will though :)
Some work is still pending, but that can be done later:
* find a way to call plugin_init() when the config file changes
* support a system-wide config file
* provide a recommended system-wide config file
Cheers.
Rob Clark (3):
Initial support for configuration file
Add default configuration
tests: update to use config file
omx/Makefile.am | 8 ++-
omx/gstomx.c | 264 ++++++++++++++++++++++++++++++++++++++----------
omx/gstomx.conf | 203 +++++++++++++++++++++++++++++++++++++
tests/Makefile.am | 3 +-
tests/check_gstomx.c | 2 -
tests/gst-openmax.conf | 5 +
6 files changed, 428 insertions(+), 57 deletions(-)
create mode 100644 omx/gstomx.conf
create mode 100644 tests/gst-openmax.conf
More information about the Gstreamer-openmax
mailing list