[gst-devel] why gst-inspect could not inspect my customized plugin ?

trimurthulu amaradhi trimmu at gmail.com
Tue Nov 6 08:55:22 CET 2007


Hi,
you have to fill the following to display the any plugin info
GST_ELEMENT_DETAILS{}
gst_element_register ()

GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
    GST_VERSION_MINOR,
    "pluginname",
    "player name", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME,
    GST_PACKAGE_ORIGIN)

 you just compare with any existing plugin ..

Regards..

Trimurthulu

On 11/6/07, Volter Yen <volter619 at 163.com> wrote:
>
>
> Hi all,
>  I have built my sampleplugin based on the gst-template, but when i use
> the gst-inspect to check its existance,I got 'no entry..' info, and I have
> check the built out  files, there are my ourput dir, so I am vondering where
> the problem is? please help me.thank you!
>
> Volter
>
>
>
> =====================================================
>
> Happy everyday $ Best Regards!
>
> msn:volter619 at 163.com
>
> Focus on embed linux software!
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20071106/547e8c59/attachment.htm>


More information about the gstreamer-devel mailing list