GNOME Bugzilla – Bug 728038
Can't compile VideoOverlay example
Last modified: 2014-06-22 12:23:39 UTC
Created attachment 274093 [details] [review] proposed build fix Hi, during VideoOverlay.cs compilation I've got errors: VideoOverlay.cs(137,21): error CS0234: The type or namespace name `GlobalVideo' does not exist in the namespace `Gst.Video'. Are you missing an assembly reference? VideoOverlay.cs(191,56): error CS0104: `Constants' is an ambiguous reference between `Gst.Constants' and `Gst.Video.Constants' My fix in attachment.
Would you agree to license your changes under LGPL? gstreamer-sharp is AGPL currently but will change to LGPL in near future.
Yes, of course. My further commits (if there would be, but I'm going to contribute), also can be apply as a LGPL code.
Thanks for the patch, I've applied it!