[gst-devel] subscribing to g_object_notify
Marc VanDaele
Marc_VanDaele at Jabil.com
Mon Jun 28 03:51:09 CEST 2004
Hello Johan,
Thanks for helping me out!
This works indeed.
Marc
> -----Original Message-----
> From: Johan Dahlin [mailto:johan at fluendo.com]
> Sent: Monday, June 28, 2004 12:47 PM
> To: Marc VanDaele
> Cc: gstreamer-devel at lists.sourceforge.net
> Subject: Re: [gst-devel] subscribing to g_object_notify
>
>
> mån 2004-06-28 klockan 12.26 skrev Marc VanDaele:
> > Hello,
> >
> > In Filesrc, the following notificatin is sent when the
> location changes.
> > g_object_notify (G_OBJECT (src), "location");
> > What kind of statement do I need in my application to intercept this
> > notification?
>
> Just do:
>
> g_signal_connect (G_OBJECT (src), "notify::location', cb, NULL);
>
> --
> Johan Dahlin <johan at fluendo.com>
>
>
More information about the gstreamer-devel
mailing list