<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
于 2011/6/13 18:39, Mayank Agarwal 写道:
<blockquote
cite="mid:BANLkTimiEu_vMRyASTfP7HCWHyvuPSk21w@mail.gmail.com"
type="cite">Hi all,<br>
<br>
I am reading gstreamer plugin writer guide.In plugin writing it
tells to go to the<br>
directory e.g in my case :<br>
<br>
/home/mayank/gst-template/gst-template-master/gst-plugin/src<br>
<br>
and then type the command as make_element MyFilter.<br>
<br>
When i am running this command make_element:command not found.<br>
Even while trying this in tools directory i am getting the same
error.<br>
Got stuck at the start itself.Any solutions so that i can move
ahead.<br>
</blockquote>
Hi,<br>
<br>
In my memory, the script make_element is in gst-plugin/tools dir, so
you may have to first go to /gst-plugin/src dir and then run:<br>
<br>
$ ../tools/make_element MyFilter<br>
<br>
Peter
<blockquote
cite="mid:BANLkTimiEu_vMRyASTfP7HCWHyvuPSk21w@mail.gmail.com"
type="cite"><br>
Regards,<br>
Mayank<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>