Hi,
can someone help this guy? Ronald ---------- Forwarded message ---------- From: Bob <[hidden email]> Date: Wed, May 28, 2008 at 1:45 AM Subject: Gstreamer To: [hidden email] hi ronald, i read gstplugin.c (the template file for plugin) a plugin is basically a C file right?..and we write a wrapper for it to plugin to Gstreamer. My doubt is how is that C file coming into the .c plugin code? bob The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it. Contact your Administrator for further information. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi Bob,
A plugin is list of features (gstelements) stored as shared library (.so) eg. coreelements will contain elements like filesrc, filesink, queue, etc.. And all these plugins are listed in a registry file. So When gstreamer is initialized, list of available plugins are read from the registry file and registry file is also updated if any of these .sos' (or plugins) are found to be modified. The gstplugin.c contains functions like to load the plugins from the .sos', checking their validity, etc.. U probably should understand first as to how these plguins are read for registry file. not sure but u can go thru gst/gstregistry.c. Cheers Ved. On Wed, May 28, 2008 at 11:31 AM, Ronald S. Bultje <[hidden email]> wrote: > Hi, > > can someone help this guy? > > Ronald > > ---------- Forwarded message ---------- > From: Bob <[hidden email]> > Date: Wed, May 28, 2008 at 1:45 AM > Subject: Gstreamer > To: [hidden email] > > > hi ronald, > > i read gstplugin.c (the template file for plugin) > a plugin is basically a C file right?..and we write a wrapper for it > to plugin to Gstreamer. > My doubt is how is that C file coming into the .c plugin code? > > bob > > The information contained in this electronic message and any > attachments to this message are intended for the exclusive use of the > addressee(s) and may contain proprietary, confidential or privileged > information. If you are not the intended recipient, you should not > disseminate, distribute or copy this e-mail. Please notify the sender > immediately and destroy all copies of this message and any attachments > contained in it. Contact your Administrator for further information. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
HI,
In gstreamer lib. Cheers Ved On Wed, May 28, 2008 at 1:17 PM, ved kpl <[hidden email]> wrote: > Hi Bob, > > A plugin is list of features (gstelements) stored as shared library (.so) > eg. coreelements will contain elements like filesrc, filesink, queue, etc.. > And all these plugins are listed in a registry file. > So When gstreamer is initialized, list of available plugins are read from the > registry file and registry file is also updated if any of these .sos' > (or plugins) > are found to be modified. > The gstplugin.c contains functions like to load the plugins from the > .sos', checking their validity, etc.. > U probably should understand first as to how these plguins are read > for registry file. > not sure but u can go thru gst/gstregistry.c. > > Cheers > Ved. > > On Wed, May 28, 2008 at 11:31 AM, Ronald S. Bultje > <[hidden email]> wrote: >> Hi, >> >> can someone help this guy? >> >> Ronald >> >> ---------- Forwarded message ---------- >> From: Bob <[hidden email]> >> Date: Wed, May 28, 2008 at 1:45 AM >> Subject: Gstreamer >> To: [hidden email] >> >> >> hi ronald, >> >> i read gstplugin.c (the template file for plugin) >> a plugin is basically a C file right?..and we write a wrapper for it >> to plugin to Gstreamer. >> My doubt is how is that C file coming into the .c plugin code? >> >> bob >> >> The information contained in this electronic message and any >> attachments to this message are intended for the exclusive use of the >> addressee(s) and may contain proprietary, confidential or privileged >> information. If you are not the intended recipient, you should not >> disseminate, distribute or copy this e-mail. Please notify the sender >> immediately and destroy all copies of this message and any attachments >> contained in it. Contact your Administrator for further information. >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |