<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>RE: [gst-devel] appsrc not getting created</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>
<P><FONT SIZE=2>Hi<BR>
I have the plugin loaded and it is prperly seen when i do gst-inspect. But i am not very sure why my application is not recognizing it<BR>
<BR>
For example :<BR>
<BR>
[root@localhost Testcode]# gst-inspect appsrc<BR>
Factory Details:<BR>
Long name: AppSrc<BR>
Class: Generic/Src<BR>
Description: Allow the application to feed buffers to a pipeline<BR>
Author(s): David Schleef <ds@schleef.org>, Wim Taymans <wim.taymans@gmail.com><BR>
Rank: none (0)<BR>
<BR>
Plugin Details:<BR>
Name: app<BR>
Description: Elements used to communicate with applications<BR>
Filename: /usr/local/lib/gstreamer-0.10/libgstapp.so<BR>
<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Michael Smith [<A HREF="mailto:msmith@xiph.org">mailto:msmith@xiph.org</A>]<BR>
Sent: Thu 4/29/2010 10:39 AM<BR>
To: Discussion of the development of GStreamer<BR>
Subject: Re: [gst-devel] appsrc not getting created<BR>
<BR>
On Wed, Apr 28, 2010 at 6:52 AM, Irfan Shaikh<BR>
<irfanshaikh@tataelxsi.co.in> wrote:<BR>
><BR>
> Hi developers,<BR>
><BR>
> I am unable to create appsrc plugin in my gstreamer<BR>
> application. I have the appsrc plugin already installed on my PC. I have<BR>
> included following files.<BR>
> #include <gst/app/gstappsrc.h><BR>
> #include <gst/app/gstappbuffer.h><BR>
><BR>
> source = gst_element_factory_make ("appsrc", "Application<BR>
> source"); //FAILS ALWAYS<BR>
<BR>
This means that you do NOT have the appsrc plugin (or you have it, but<BR>
GStreamer is unable to load it for some reason).<BR>
<BR>
Perhaps you have the plugin, but not the libraries it's using. The<BR>
suggestions from others about linking to various libraries are<BR>
irrelevant, you should ignore those. You need to figure out if you<BR>
really have appsrc, and if you do have it, why GStreamer can't load<BR>
it.<BR>
<BR>
Mike<BR>
<BR>
------------------------------------------------------------------------------<BR>
_______________________________________________<BR>
gstreamer-devel mailing list<BR>
gstreamer-devel@lists.sourceforge.net<BR>
<A HREF="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><BR>
<BR>
</FONT>
</P>
<pre style="white-space:normal"><br></pre></BODY>
</HTML>