Hello
I have written a svg-overlay element in python (see http://svn.gna.org/viewcvs/advene/trunk/lib/advene/util/svgoverlay.py ), which fits the bill for my application. However, I would like to use multiple such overlays, and the python overhead will start to show (it already does on some platforms). Thus I would like to port it to C. My question is: what is the appropriate plugin to base this work on? The cairotimeoverlay seems self-contained enough to serve as a base, but, having been bitten before, I would rather be sure to use an up-to-date and adequate reference. Best regards, Olivier ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Tue, 2010-07-20 at 12:08 +0200, Olivier Aubert wrote:
> I have written a svg-overlay element in python (see > http://svn.gna.org/viewcvs/advene/trunk/lib/advene/util/svgoverlay.py ), > which fits the bill for my application. However, I would like to use > multiple such overlays, and the python overhead will start to show (it > already does on some platforms). Thus I would like to port it to C. > > My question is: what is the appropriate plugin to base this work on? The > cairotimeoverlay seems self-contained enough to serve as a base, but, > having been bitten before, I would rather be sure to use an up-to-date > and adequate reference. The cairo elements in gst-plugins-good are not in particularly good shape, it's probably best not to use them as a base. Maybe there's something suitable in http://cgit.freedesktop.org/~company/gst-plugins-cairo ? Cheers -Tim ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Olivier Aubert-2
On Tue, 2010-07-20 at 12:08 +0200, Olivier Aubert wrote:
> Hello > > I have written a svg-overlay element in python (see > http://svn.gna.org/viewcvs/advene/trunk/lib/advene/util/svgoverlay.py ), > which fits the bill for my application. However, I would like to use > multiple such overlays, and the python overhead will start to show (it > already does on some platforms). Thus I would like to port it to C. > > My question is: what is the appropriate plugin to base this work on? The > cairotimeoverlay seems self-contained enough to serve as a base, but, > having been bitten before, I would rather be sure to use an up-to-date > and adequate reference. > > Best regards, > Olivier Hello! How's the svg overlay in C going? I wrote a cairoimageoverlay element to use in my application, but it only accepts png files, at least AFAIK, and it's not really good yet. It can be found in http://git.holoscopio.com/git/hplugins.git. Maybe we could join efforts to build an imageoverlay element? Regards, Luciana Fujii ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hello Luciana
I have submitted a patch for gst-plugins-bad that implements a rsvgoverlay element: https://bugzilla.gnome.org/show_bug.cgi?id=435120 Just waiting now for some feedback (esp. from the People Who Have The Right To Commit). Olivier On Thu, 2010-07-29 at 00:27 -0300, Luciana Fujii Pontello wrote: > On Tue, 2010-07-20 at 12:08 +0200, Olivier Aubert wrote: > > Hello > > > > I have written a svg-overlay element in python (see > > http://svn.gna.org/viewcvs/advene/trunk/lib/advene/util/svgoverlay.py ), > > which fits the bill for my application. However, I would like to use > > multiple such overlays, and the python overhead will start to show (it > > already does on some platforms). Thus I would like to port it to C. > > > > My question is: what is the appropriate plugin to base this work on? The > > cairotimeoverlay seems self-contained enough to serve as a base, but, > > having been bitten before, I would rather be sure to use an up-to-date > > and adequate reference. > > > > Best regards, > > Olivier > > Hello! > > How's the svg overlay in C going? I wrote a cairoimageoverlay element to > use in my application, but it only accepts png files, at least AFAIK, > and it's not really good yet. It can be found in > http://git.holoscopio.com/git/hplugins.git. Maybe we could join efforts > to build an imageoverlay element? > > Regards, > > Luciana Fujii ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |