[gst-devel] subscribing to g_object_notify

Benjamin Otte in7y118 at public.uni-hamburg.de
Mon Jun 28 05:45:17 CEST 2004


g_signal_connect (filesrc, "notify::location", handler, data) should do
it.
See the glib docs for g_signal_connect and the notify signal.

Benjamin


On Mon, 28 Jun 2004, Marc VanDaele wrote:

> 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?
>
> tia,
>
> Marc
>
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
> digital self defense, top technical experts, no vendor pitches,
> unmatched networking opportunities. Visit www.blackhat.com
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>





More information about the gstreamer-devel mailing list