[gst-devel] How to register dfbvideosink
Wolfson, Alexander
alexander.wolfson at intel.com
Sun Jun 11 16:18:20 CEST 2006
Hi Stefan,
Thanks a lot for your answer.
The only message in the log regarding my plugin was:
file /usr/gst/lib/gstreamer-0.10/libgstdfbvideosink.so not yet in
registry
I thought that plugins are added to the registry in gstraemer-0.10
automatically.
Shall I do something to add the plugin?
Thanks,
Alex
-----Original Message-----
From: Stefan Kost [mailto:ensonic at hora-obscura.de]
Sent: Saturday, June 10, 2006 10:45 AM
To: Wolfson, Alexander
Cc: gstreamer-devel at lists.sourceforge.net
Subject: Re: [gst-devel] How to register dfbvideosink
hi,
Am Freitag, den 09.06.2006, 18:44 -0400 schrieb Wolfson, Alexander:
> Hi all,
>
> I am experimenting with gstreamer-0.10.0 on the Xscale based board
>
> Gstreamer generaly works well.
>
> I did not used gst-plugins-bad before, but needed something for video
> testing, so I decided to use dfbvideosink for testing the video.
>
> After compiling bad plugins I put libgstdfbvideosink.so into
> /usr/gst/lib/gstreamer-0.10 on the board
> All other plugin's libraries are in the same place.
>
> gst-inspect does not show this plugin.
>
> I thought may be something wrong with the plugin, so I renamed
> libgstwaveparse.so into libgstdfbvideosink.so
>
> gst-inspect dfbvideosink does not show it either.
>
> Is gst-inspect NAME is not based on the name of the file libNAME.so?
>
No the name comes from the satic plugin-info structure. Build you gst
with --enable-gst-debug and run
GST_DEBUG="GST_REGISTRY:4" gst-inspect-0.10 2>debug.log
and check debug.log afterwards. It will tell you whats going wrong. Very
likely a missing symbol in the plugin-library.
>
> Am I missing some step, or I have a bad dfbvideosink plugin?
>
>
> Thanks,
>
> Alex
Stefan
More information about the gstreamer-devel
mailing list