<!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] g_object_notify in filesrc</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I have a pipeline I run as such:<BR>
<BR>
gst-launch filesrc location=C:/Test0001.jpg ! decodebin ! freeze ! ffmpegcolorspace ! ppdet ! glimagesink<BR>
<BR>
I want ppdet to access the filesrc location parameter, but it doesn't appear that this is sent to the GstBus or as a GstEvent.<BR>
<BR>
How can I accomplish this?<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Michael Smith [<A HREF="mailto:msmith@xiph.org">mailto:msmith@xiph.org</A>]<BR>
Sent: Tue 12/21/2010 1:48 PM<BR>
To: Discussion of the development of GStreamer<BR>
Subject: Re: [gst-devel] g_object_notify in filesrc<BR>
<BR>
On Tue, Dec 21, 2010 at 10:38 AM, Greg Wunder &lt;gwunder@eoir.com&gt; wrote:<BR>
&gt; When the filesrc plugin emits the g_object_notify location parameter, how<BR>
&gt; can another plug-in in the chain pick this up?<BR>
<BR>
Your application can connect to this notify signal to find out about<BR>
this (though it seems to me that this would be a strange thing to want<BR>
to do), but other plugins in the pipeline shouldn't ever do that -<BR>
that's not how gstreamer works.<BR>
<BR>
If you describe what you're trying to accomplish we might be able to<BR>
help point you in the right direction.<BR>
<BR>
Mike<BR>
<BR>
------------------------------------------------------------------------------<BR>
Forrester recently released a report on the Return on Investment (ROI) of<BR>
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even<BR>
within 7 months.&nbsp; Over 3 million businesses have gone Google with Google Apps:<BR>
an online email calendar, and document program that's accessible from your<BR>
browser. Read the Forrester report: <A HREF="http://p.sf.net/sfu/googleapps-sfnew">http://p.sf.net/sfu/googleapps-sfnew</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>