After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 728038 - Can't compile VideoOverlay example
Can't compile VideoOverlay example
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-sharp
git master
Other Linux
: Normal normal
: 0.99.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-11 12:58 UTC by Marcin Kolny (IRC: loganek)
Modified: 2014-06-22 12:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed build fix (1.14 KB, patch)
2014-04-11 12:58 UTC, Marcin Kolny (IRC: loganek)
committed Details | Review

Description Marcin Kolny (IRC: loganek) 2014-04-11 12:58:40 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.
Comment 1 Stephan Sundermann 2014-04-11 22:14:39 UTC
Would you agree to license your changes under LGPL? gstreamer-sharp is AGPL currently but will change to LGPL in near future.
Comment 2 Marcin Kolny (IRC: loganek) 2014-04-12 00:27:20 UTC
Yes, of course. My further commits (if there would be, but I'm going to contribute), also can be apply as a LGPL code.
Comment 3 Stephan Sundermann 2014-04-12 17:36:51 UTC
Thanks for the patch, I've applied it!