Hi, everyone.
I will use multiudpsink to send udp data to my clients, and I want to get some running parameters of every client through multiudpsink. I have got a method from
>>>http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-multiudpsink.html.
first, I will set a callback handle to signal "get-stats"
g_signal_connect(m_multiudpsink, "get-stats", G_CALLBACK(callback_multudpsink_state), (gpointer)data);
then, emit signal "get-stats" by
g_signal_emit_by_name(m_multiudpsink, "get-stats",host, port, m_Property);
With the document of
multiudpsink, we can get client's state will be returned by my callback function.
*************************************************************
My question is how or where can I get pointer of GValueArray ?
*************************************************************
GValueArray* user_function (GstMultiUDPSink *gstmultiudpsink,
gchar *host,
gint port,
gpointer user_data)
Thanks a lot!!
"雪见"杨幂邀你共品3D国韵网游《天下贰》,海报免费领
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing.
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel