<!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>We ended up using a GstEvent to handle this & it worked great.<BR>
I believe you can set it to send upstream, downstream (or possibly both ways).<BR>
Thanks for the advice & help!<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Florent [<A HREF="mailto:fthiery@gmail.com">mailto:fthiery@gmail.com</A>]<BR>
Sent: Wed 6/23/2010 7:11 PM<BR>
To: Discussion of the development of GStreamer<BR>
Cc: Greg Wunder<BR>
Subject: Re: [gst-devel] Plugin to listen to GstBus<BR>
<BR>
><BR>
> If one element does feature extraction and the next element acts on it, you<BR>
> can<BR>
> use a synchronized downstream event to pass the feature data as a<BR>
> GstStructure<BR>
> to the next element (before pushing the buffer).<BR>
> If you want to sent lots of data, as GstBuffer might be more appropriate as<BR>
> Mike<BR>
> suggested.<BR>
><BR>
<BR>
Out of curiosity, what if you needed to communicate with another plugin than<BR>
the next one ?<BR>
<BR>
FLo<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>