GNOME Bugzilla – Bug 636070
gloverlay: add jpeg support
Last modified: 2012-02-18 20:03:22 UTC
With this patch, you can now put jpeg file in the parameter location of gloverlay. We can put jpeg file or png file now. Example pipeline with this patch : gst-launch-0.10 videotestsrc ! glupload ! gloverlay location=file.jpeg video-top=true proportion-video=50 proportion-png=50 xpos-video=90 ! gldownload ! xvimagesink
Created attachment 175482 [details] [review] patch to implement jpeg file in gloverlay
Could you please attach a new patch without configure or any other unrelated things and also without idention changes in the header (or elsewhere)? That would make reviewing much easier :) And please attach patches in git format-patch format, that way a commit message, your name and mailm address are included already
Hello, I don't unedrstand because you want that attach only gstgloverlay.c and gstgloverlay.h? But if i attach only tgis file, the plugin don't work, so who will manage the configuration aobut libjpeg? About the indentation i have change anything so what do you wuant exactly? My patch that attach is format git format-patch with a message, i have just forget to add, in this message. Best regards, Anthony
commit 8ad415e32b32c035ca7996fa5fed476979587a00 Author: Anthony Violo <anthony.violo@ubicast.eu> Date: Thu Nov 17 15:22:06 2011 +0100 gloverlay: add jpeg support Fix bug #636070