GNOME Bugzilla – Bug 793274
Event, Message have empty constructors and confusing constructors that create arbitrary typed events/messages
Last modified: 2018-03-13 13:19:34 UTC
The empty constructors are creating an EOS event/message, which seems rather confusing.
Similarly, new Gst.Event(true) gives a flush-stop event. Obviously :) This should be fixed, it makes code hard to understand.
Created attachment 369614 [details] [review] event: Make sure all constructor have a proper name Fixes
Attachment 369614 [details] pushed as 94f4d85 - event: Make sure all constructor have a proper name
Created attachment 369615 [details] [review] message: Name all constructors And fix examples. Fixes
Attachment 369615 [details] pushed as bbe45eb - message: Name all constructors