Hello!
I have modified videomixer plugin to support changing width and height as parameters. I know that it's possible to change width and height with changing caps, but in a such a case you can't make nice linear transitions(animations) as far as i know. Source is avalible on https://github.com/offlinehacker/gst-plugins-good . I have two questions: - Is there any possiblity for this plugin to be included in gst-plugins-ugly like a new element? - How can i include some library functions from one plugin to another plugin, without coping source and header files? Have a nice day, Jaka Hudoklin. _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On 09/14/11 15:55, Jaka Hudoklin wrote:
Hello! that sounds cool.
As you just add a feature you could post a series of patches to bugzilla and we can add that to the existing elements. Stefan
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Tnx, just did that :)
On Fri, Sep 16, 2011 at 10:06 PM, Stefan Sauer <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
I still have one question, how can i include code(source/header files) from one plugin to another, without copying?
On Sat, Sep 17, 2011 at 6:06 PM, Jaka Hudoklin <[hidden email]> wrote: Tnx, just did that :) _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On 09/17/11 22:35, Jaka Hudoklin wrote:
I still have one question, how can i include code(source/header files) from one plugin to another, without copying? You can't unless your element is part of the same plugin. Stefan
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |