add a plugin

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

add a plugin

vaisakhn7
Hi,
I have a decoder plugin's library file ( .so file )
how can i add it to gstreamer plugin registry..
please help me
what are the steps i need to follow?
advance thanks

***** Confidentiality Statement/Disclaimer *****

This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt.
The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: add a plugin

Sudarshan Bisht
Hi ,
 
Set GST_PLUGIN_PATH={ path of .so file }

 
On Tue, Jan 20, 2009 at 11:13 AM, vaisakh.n <[hidden email]> wrote:
Hi,
I have a decoder plugin's library file ( .so file )
how can i add it to gstreamer plugin registry..
please help me
what are the steps i need to follow?
advance thanks

***** Confidentiality Statement/Disclaimer *****

This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt.
The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: add a plugin

Tom Vacek
In reply to this post by vaisakhn7
Set the variable GST_PLUGIN_PATH=path_to_your_plugin's_directory

Then use gst-inspect to make sure it's working.

To add the plugin permanently, find your gst plugins directory, and put
the library there.  It's probably at /usr/lib/gstreamer-0.10/

vaisakh.n wrote:

> Hi,
> I have a decoder plugin's library file ( .so file )
> how can i add it to gstreamer plugin registry..
> please help me
> what are the steps i need to follow?
> advance thanks
>
> ***** Confidentiality Statement/Disclaimer *****
>
> This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt.
> The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message.
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>  


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: add a plugin

sai charmboy
In reply to this post by vaisakhn7
go to hell. dont send messages again
 
saicharmboy...



From: vaisakh.n <[hidden email]>
To: Discussion of the development of GStreamer <[hidden email]>
Sent: Tuesday, 20 January, 2009 11:13:13 AM
Subject: [gst-devel] add a plugin

Hi,
I have a decoder plugin's library file ( .so file )
how can i add it to gstreamer plugin registry..
please help me
what are the steps i need to follow?
advance thanks

***** Confidentiality Statement/Disclaimer *****

This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt.
The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists..sourceforge.net/lists/listinfo/gstreamer-devel


Check out the all-new face of Yahoo! India. Click here.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: add a plugin

sai charmboy
In reply to this post by Sudarshan Bisht
go to hell.dont send any messages again.do u understand
 
saicharmboy...



From: sudarshan bisht <[hidden email]>
To: Discussion of the development of GStreamer <[hidden email]>
Sent: Tuesday, 20 January, 2009 11:28:10 AM
Subject: Re: [gst-devel] add a plugin

Hi ,
 
Set GST_PLUGIN_PATH={ path of .so file }

 
On Tue, Jan 20, 2009 at 11:13 AM, vaisakh.n <[hidden email]> wrote:
Hi,
I have a decoder plugin's library file ( .so file )
how can i add it to gstreamer plugin registry..
please help me
what are the steps i need to follow?
advance thanks

***** Confidentiality Statement/Disclaimer *****

This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt.
The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



--
Regards,

Sudarshan Bisht


Add more friends to your messenger and enjoy! Invite them now.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: add a plugin

vaisakhn7
In reply to this post by Sudarshan Bisht
sudarshan bisht wrote:
Hi ,
 
Set GST_PLUGIN_PATH={ path of .so file }

 
On Tue, Jan 20, 2009 at 11:13 AM, vaisakh.n <[hidden email]> wrote:
Hi,
I have a decoder plugin's library file ( .so file )
how can i add it to gstreamer plugin registry..
please help me
what are the steps i need to follow?
advance thanks

***** Confidentiality Statement/Disclaimer *****

This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt.
The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword

_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Hi,
no its not working
plugin  is written by us .its does not  have  any api to link with gstreamer..
 
***** Confidentiality Statement/Disclaimer *****

This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt.
The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: add a plugin

Sudarshan Bisht
 You might be having plugin_init function in your plugin code where u give name of your plugin right ?  

On Tue, Jan 20, 2009 at 11:39 AM, vaisakh.n <[hidden email]> wrote:
sudarshan bisht wrote:
Hi ,
 
Set GST_PLUGIN_PATH={ path of .so file }

 
On Tue, Jan 20, 2009 at 11:13 AM, vaisakh.n <[hidden email]> wrote:
Hi,
I have a decoder plugin's library file ( .so file )
how can i add it to gstreamer plugin registry..
please help me
what are the steps i need to follow?
advance thanks

***** Confidentiality Statement/Disclaimer *****

This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt.
The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword

_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Hi,
no its not working
plugin  is written by us .its does not  have  any api to link with gstreamer..

 
***** Confidentiality Statement/Disclaimer *****

This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt.
The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: add a plugin

michael smith-6-3
In reply to this post by vaisakhn7
> On Tue, Jan 20, 2009 at 11:13 AM, vaisakh.n <[hidden email]> wrote:
>>
>> Hi,
>> I have a decoder plugin's library file ( .so file )
>> how can i add it to gstreamer plugin registry..
>> please help me
>> what are the steps i need to follow?
>> advance thanks
>
> Hi,
> no its not working
> plugin  is written by us .its does not  have  any api to link with
> gstreamer..

Well, if your shared library isn't a gstreamer plugin, then obviously
gstreamer can't load it. You need to write a gstreamer plugin. You
should read the GStreamer Plugin Writers Guide to learn how to do
this.

Mike

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: add a plugin

Edward Hervey
Administrator
In reply to this post by sai charmboy
On Tue, 2009-01-20 at 11:36 +0530, sai charmboy wrote:
> go to hell. dont send messages again

  I beg your pardon ?

  Can someone remove that person (charmboy) from the mailing list ? It's
what he wants after all.

    Edward

>  
> saicharmboy...
>
>
>
>
> ______________________________________________________________________
> From: vaisakh.n <[hidden email]>
> To: Discussion of the development of GStreamer
> <[hidden email]>
> Sent: Tuesday, 20 January, 2009 11:13:13 AM
> Subject: [gst-devel] add a plugin
>
> Hi,
> I have a decoder plugin's library file ( .so file )
> how can i add it to gstreamer plugin registry..
> please help me
> what are the steps i need to follow?
> advance thanks
>
> ***** Confidentiality Statement/Disclaimer *****
>
> This message and any attachments is intended for the sole use of the
> intended recipient. It may contain confidential information. Any
> unauthorized use, dissemination or modification is strictly
> prohibited. If you are not the intended recipient, please notify the
> sender immediately then delete it from all your systems, and do not
> copy, use or print. Internet communications are not secure and it is
> the responsibility of the recipient to make sure that it is
> virus/malicious code exempt.
> The company/sender cannot be responsible for any unauthorized
> alterations or modifications made to the contents. If you require any
> form of confirmation of the contents, please contact the
> company/sender. The company/sender is not liable for any errors or
> omissions in the content of this message.
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists..sourceforge.net/lists/listinfo/gstreamer-devel
>
>
>
> ______________________________________________________________________
> Check out the all-new face of Yahoo! India. Click here.
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel