<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [gst-devel] Plugin to listen to GstBus</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Thanks for the insight.<BR>
Does &quot;should not&quot; mean this is not possible with the current version of gstreamer?<BR>
For video data fusion, I need to communicate forensic data acquired from one plug-in and pass it on to another.<BR>
I was hoping to accomplish this through the GstBus.<BR>
If this is not possible &amp; I need to use a GstEvent, is there any functionality lost in using an event handler for this purpose?<BR>
<BR>
Greg<BR>
<BR>
-----Original Message-----<BR>
From: Michael Smith [<A HREF="mailto:msmith@xiph.org">mailto:msmith@xiph.org</A>]<BR>
Sent: Thu 6/17/2010 1:44 PM<BR>
To: Discussion of the development of GStreamer<BR>
Subject: Re: [gst-devel] Plugin to listen to GstBus<BR>
<BR>
On Thu, Jun 17, 2010 at 10:26 AM, Greg Wunder &lt;gwunder@eoir.com&gt; wrote:<BR>
&gt; Is there an example of a plug-in to listen to messages on the GstBus?<BR>
&gt; I'm having trouble finding an example &amp; would like to receive messages from<BR>
&gt; other plugins in a given pipeline.<BR>
<BR>
There aren't any examples of that, since an element should not listen<BR>
to bus messages from other elements.<BR>
<BR>
Generally events (including custom events) are the appropriate way for<BR>
elements to communicate specific additional information amongst<BR>
themselves.<BR>
<BR>
Mike<BR>
<BR>
------------------------------------------------------------------------------<BR>
ThinkGeek and WIRED's GeekDad team up for the Ultimate<BR>
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the<BR>
lucky parental unit.&nbsp; See the prize list and enter to win:<BR>
<A HREF="http://p.sf.net/sfu/thinkgeek-promo">http://p.sf.net/sfu/thinkgeek-promo</A><BR>
_______________________________________________<BR>
gstreamer-devel mailing list<BR>
gstreamer-devel@lists.sourceforge.net<BR>
<A HREF="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>