GNOME Bugzilla – Bug 564201
GstRingBuffer should register its enums and have corresponding *_get_type() functions
Last modified: 2008-12-13 20:14:40 UTC
Would it be possible to have GstRingBuffer register its enums with the GType system and have corresponding *_get_type() functions for them? This is needed so that this class can be wrapped in the C++ bindings. Thanks.
Wait. It looks like they're not directly used in its public API. It may not be necessary.