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 319392 - GstEventType is not bindings-friendly
GstEventType is not bindings-friendly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.9.x
Other Linux
: Normal normal
: 0.9.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 319388
 
 
Reported: 2005-10-21 10:33 UTC by Andy Wingo
Modified: 2005-11-21 11:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andy Wingo 2005-10-21 10:33:28 UTC
The event types are a bit of a mess I think. For bindings it would be good to
know if a given type of message is upstream, downstream, serialized etc, which
requires the event type to have flags, but now they are wrapped as enums. Which
makes sense ("eos" is a better answer to "which kind of event is this" than "eos
| serialized | downstream"), but lacks something. I suspect that we need to
tweak the types a bit, so that EventType remains an enum, but there is a
function or macro gst_event_type_get_flags, which returns a EventTypeFlags.
Comment 1 Andy Wingo 2005-11-21 11:07:01 UTC
Fixed in CVS.