[gst-devel] What are the types of the parameters that can be passed to gst_init ?

Anirudh anirudhtomer at gmail.com
Sun Dec 26 19:37:52 CET 2010


thanks for the reply :)

okay so u mean that I can pass the parameters via command line and later use
them as parameters for API's in my program. yeah! but I wanted to know what
should I pass...Gstreamer manual says that u can pass NULL as a parameter as
well. So what are consequences of passing NULL. gst_init(NULL,NULL);

Suppose I don't want to pass the parameters from command line then it would
be something like
gst_init(param1,param2);

then what should be param1 and param2...can anyone give an example for
clarifying this doubt.

something like ./a.out xyz pqr 
yeah! some value...but what should be the XYZ or PQR & what will be its
consequences after gst_init(&argc,&argv) uses them to initialize Gstreamer
-- 
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/What-are-the-types-of-the-parameters-that-can-be-passed-to-gst-init-tp3164362p3164378.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.




More information about the gstreamer-devel mailing list