[gst-devel] appsrc not getting created

Michael Smith msmith at xiph.org
Thu Apr 29 07:09:44 CEST 2010


On Wed, Apr 28, 2010 at 6:52 AM, Irfan Shaikh
<irfanshaikh at tataelxsi.co.in> wrote:
>
> Hi developers,
>
>                I am unable to create appsrc plugin in my gstreamer
> application. I have the appsrc plugin already installed on my PC. I have
> included following files.
>              #include <gst/app/gstappsrc.h>
>              #include <gst/app/gstappbuffer.h>
>
>              source       = gst_element_factory_make ("appsrc", "Application
> source");       //FAILS ALWAYS

This means that you do NOT have the appsrc plugin (or you have it, but
GStreamer is unable to load it for some reason).

Perhaps you have the plugin, but not the libraries it's using. The
suggestions from others about linking to various libraries are
irrelevant, you should ignore those. You need to figure out if you
really have appsrc, and if you do have it, why GStreamer can't load
it.

Mike




More information about the gstreamer-devel mailing list