[gst-devel] Plugin to listen to GstBus
Michael Smith
msmith at xiph.org
Thu Jun 17 19:44:54 CEST 2010
On Thu, Jun 17, 2010 at 10:26 AM, Greg Wunder <gwunder at eoir.com> wrote:
> Is there an example of a plug-in to listen to messages on the GstBus?
> I'm having trouble finding an example & would like to receive messages from
> other plugins in a given pipeline.
There aren't any examples of that, since an element should not listen
to bus messages from other elements.
Generally events (including custom events) are the appropriate way for
elements to communicate specific additional information amongst
themselves.
Mike
More information about the gstreamer-devel
mailing list