GStreamer-WARNING **: External plugin loader failed.

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

GStreamer-WARNING **: External plugin loader failed.

firoz alam
hii frnds,

when i am using my own plugin in a pipeline and trying to drive it via :

gst-launch filesrc location=/home/aferoz/Desktop/in ! plugin ! filesink location=/home/aferoz/Desktop/t

then i am getting a problem that is:

(gst-launch-0.10:5606): GStreamer-WARNING **: External plugin loader failed. This most likely means that the plugin loader helper binary was not found or could not be run.

WARNING: erroneous pipeline: no element "plugin".

please help me...
Reply | Threaded
Open this post in threaded view
|

Re: GStreamer-WARNING **: External plugin loader failed.

Victor Jaquez
On Wed, Dec 28, 2011 at 03:43:47AM -0800, firoz alam wrote:

> hii frnds,
>
> when i am using my own plugin in a pipeline and trying to drive it via :
>
> gst-launch filesrc location=/home/aferoz/Desktop/in ! plugin ! filesink
> location=/home/aferoz/Desktop/t
>
> then i am getting a problem that is:
>
> (gst-launch-0.10:5606): GStreamer-WARNING **: External plugin loader failed.
> This most likely means that the plugin loader helper binary was not found or
> could not be run.
>
> WARNING: erroneous pipeline: no element "plugin".

Somehow your plugin could not be loaded. You could get more info about it with
the common gstreamer help parameters in gst-inspect

$ gst-insect plugin --gst-debug="*:7"

or you could use --gst-debug="GST_PLUGINS_LOADING:*"

Cheers.

vmjl

>
> please help me...
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/GStreamer-WARNING-External-plugin-loader-failed-tp4239624p4239624.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Fixed Collection Time.

Rafael Guerra
I am using a call to gst_launch to collect a video from an ip camera and
then play it back through a .flv
player.

The collection is not a problem except that I would like to collect and
display around 5 minutes of video.
I cannot get this to happen. I have played with the frame rate and the
number of frames.

No matter what I use it differs depending on the camera type I use. It also
depends on the camera
getting a black video input or not.

Any help would be appreciated.

Rafael Guerra

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel