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 721984 - Some constants are missing in the Clock class
Some constants are missing in the Clock class
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-sharp
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-11 11:13 UTC by Bertrand Lorentz
Modified: 2014-03-30 12:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add some constants in the Clock class (1.59 KB, patch)
2014-01-11 11:13 UTC, Bertrand Lorentz
none Details | Review

Description Bertrand Lorentz 2014-01-11 11:13:56 UTC
Created attachment 265995 [details] [review]
Patch to add some constants in the Clock class

The GstClock class has some useful constants that are not available in the managed code. Here's a patch that add them through some custom code.
Comment 1 Sebastian Dröge (slomo) 2014-03-02 20:58:52 UTC
They are in sources/gstreamer-sharp-api.raw... isn't there some magic to make them autogenerated?
Comment 2 Bertrand Lorentz 2014-03-30 12:34:56 UTC
Thanks for looking into this Sebastian.

Those constants are in fact already generated in the Gst.Constants class, but I did see them there when I filled this.

So no issue here.