Pinos modules: Parse options with getopt

Make it possible to add options for modules in pinos.conf.in.
Only a few options for videotestsrc is supported at the moment.
This commit is contained in:
Jonathan Karlsson 2016-11-17 10:51:38 +01:00 committed by Wim Taymans
parent ae93f15965
commit 7c127f91a5
5 changed files with 57 additions and 12 deletions

View file

@ -37,8 +37,7 @@ pinos_spa_node_load (PinosCore *core,
const char *lib,
const char *factory_name,
const char *name,
PinosProperties *properties,
const char *args)
PinosProperties *properties)
{
PinosSpaNode *this;
PinosSpaNodeImpl *impl;