[gst-devel] query:load_plugin_func( )
Wim Taymans
wim at fluendo.com
Wed Jan 10 11:13:50 CET 2007
On Wed, 2007-01-10 at 01:23 -0800, ram kumar wrote:
> hi,
> I want to preoad the plugins using the function
>
> load_plugin_func( )....But this function inturn uses
>
> several function to load the plugins, one of the
>
> function is g_module_open( )...But this function
>
> inturn calls a specific function called
>
> g_module_open_utf8( )...But iam not able to see the
>
> body of the above function g_module_open_utf8( )....
>
>
> 1.can anyone tell how to use load_plugin_func( )
This is an internal function in gst.c that loads the modules specified
with the
--gst-plugin-load option.
>
> 2.What is the function of g_module_open_utf8( ) and
> where will be the body of the function....
This is a GLib function, maybe you should ask on
gtk-devel-list at gnome.org
>
> 3.If i preload the plugins can i avoid using XML
> library...???
Yes.
>
> Note;If this macro G_OS_WIN32 is defined glib executes
>
> g_module_open_utf8( ) this function...This function is
> in gmodule.c file...
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
--
Wim Taymans <wim at fluendo.com>
More information about the gstreamer-devel
mailing list