gstreamer plugin writing guide :make_element command not found

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

gstreamer plugin writing guide :make_element command not found

Mayank Agarwal
Hi all,

I am reading gstreamer plugin writer guide.In plugin writing it tells to go to the
directory e.g in my case :

/home/mayank/gst-template/gst-template-master/gst-plugin/src

and then type the command as make_element MyFilter.

When i am running this command make_element:command not found.
Even while trying this in tools directory i am getting the same error.
Got stuck at the start itself.Any solutions so that i can move ahead.

Regards,
Mayank

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gstreamer plugin writing guide :make_element command not found

Peter Xu
于 2011/6/13 18:39, Mayank Agarwal 写道:
Hi all,

I am reading gstreamer plugin writer guide.In plugin writing it tells to go to the
directory e.g in my case :

/home/mayank/gst-template/gst-template-master/gst-plugin/src

and then type the command as make_element MyFilter.

When i am running this command make_element:command not found.
Even while trying this in tools directory i am getting the same error.
Got stuck at the start itself.Any solutions so that i can move ahead.
Hi,

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:

$ ../tools/make_element MyFilter

Peter

Regards,
Mayank
_______________________________________________ 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
|

Re: gstreamer plugin writing guide :make_element command not found

David Schleef-2
In reply to this post by Mayank Agarwal
On Mon, Jun 13, 2011 at 04:09:35PM +0530, Mayank Agarwal wrote:
> Hi all,
>
> I am reading gstreamer plugin writer guide.In plugin writing it tells to go
> to the
> directory e.g in my case :
>
> /home/mayank/gst-template/gst-template-master/gst-plugin/src
>
> and then type the command as make_element MyFilter.

It is better to use gst-element-maker in the source tree of
gst-plugins-bad, in tools/.  That tool allows you to choose from
several base classes.



David

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gstreamer plugin writing guide :make_element command not found

Brandon Lewis-3
On 17/06/11 11:28, David Schleef wrote:

> On Mon, Jun 13, 2011 at 04:09:35PM +0530, Mayank Agarwal wrote:
>> Hi all,
>>
>> I am reading gstreamer plugin writer guide.In plugin writing it tells to go
>> to the
>> directory e.g in my case :
>>
>> /home/mayank/gst-template/gst-template-master/gst-plugin/src
>>
>> and then type the command as make_element MyFilter.
> It is better to use gst-element-maker in the source tree of
> gst-plugins-bad, in tools/.  That tool allows you to choose from
> several base classes.
It should probably mention this in the plugin writer's guide :P
>
>
> David
>
> _______________________________________________
> 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
|

Re: gstreamer plugin writing guide :make_element command not found

David Schleef-2
On Fri, Jun 17, 2011 at 11:52:32AM -0700, dotsony wrote:

> On 17/06/11 11:28, David Schleef wrote:
> >On Mon, Jun 13, 2011 at 04:09:35PM +0530, Mayank Agarwal wrote:
> >>Hi all,
> >>
> >>I am reading gstreamer plugin writer guide.In plugin writing it tells to go
> >>to the
> >>directory e.g in my case :
> >>
> >>/home/mayank/gst-template/gst-template-master/gst-plugin/src
> >>
> >>and then type the command as make_element MyFilter.
> >It is better to use gst-element-maker in the source tree of
> >gst-plugins-bad, in tools/.  That tool allows you to choose from
> >several base classes.
> It should probably mention this in the plugin writer's guide :P

I agree.  Please create a patch and attach it to a bug in bugzilla.



David

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