[Bug 721310] GstBin: consider allowing option to block propagation of EOS

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 2 01:18:20 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=721310
  GStreamer | gstreamer (core) | git

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-01-02 09:18:16 UTC ---
Maybe a gboolean post-message(GstElement *element, GstMessage *message) on
GstElement, where a TRUE return value would stop emission of further handlers
(like the default handler, which does gst_element_post_message() as it does
now).

Not sure yet if I like that API :) Also one signal emission per message might
not be very clever.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list