<div dir="ltr">There is a plugin guide if you google it.  You can also look at the source for existing plugins.  See specifically documentation around <span style="font-family:monospace;font-size:8.1pt;color:rgb(0,0,0)">Gst</span><span style="color:rgb(0,0,0)">.</span><span style="font-family:monospace;font-size:8.1pt;color:rgb(0,0,0)">Plugin</span><span style="color:rgb(0,0,0)">.</span><span style="font-family:monospace;font-size:8.1pt;color:rgb(0,0,0)">register_static</span><br><br>I'm trying to create a video filter using gst-python and am deriving from the base GstVideo.VideoFilter element.  It's not working, but perhaps we can share knowledge if you make any progress.<div><br></div><div>cheers,<br>Kevron<br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 12, 2015 at 5:38 AM, Muhammad Farooq <span dir="ltr"><<a href="mailto:mhdfarooq90@gmail.com" target="_blank">mhdfarooq90@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi, <br>    I need help in adding new custom element to do some operation on stream data. I am using three elements in a pipeline (source, filter and sink). Is there anyway that i can edit the filter element task according to my own requirement. For example, in "identity" element , instead of just passing stream data from source element to sink, can we do plus one operation on stream data in identitiy element ? Simply how can we add element in the pipeline with the specific task which doesn't exist in built in elements ?<br><br>I am not clear in this direction because i have found that element with specific tasks can be added only by writing a new plugin. Kindly guide me in this regard. Looking forward for your kind help.<span class=""><font color="#888888"><br>-- <br><div><div dir="ltr"><div><div dir="ltr"><div>Regards</div>
<div>M - Farooq</div>
<div><br></div>
<div>Email :- <a href="mailto:mhdfarooq90@gmail.com" target="_blank">mhdfarooq90@gmail.com</a></div></div></div></div></div>
</font></span></div>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div></div></div>