[gstreamer-bugs] [Bug 319392] New: GstEventType is not bindings-friendly

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Oct 21 03:33:29 PDT 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=319392
 GStreamer | gstreamer (core) | Ver: 0.9.x

           Summary: GstEventType is not bindings-friendly
           Product: GStreamer
           Version: 0.9.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: wingo at pobox.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


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.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list