[gst-devel] Extracting properties from element causes hang

Rohit Atri rohitratri at gmail.com
Fri Dec 31 06:20:35 CET 2010


Have you tried using
g_object_get(<http://www.gtk.org/api/2.6/gobject/gobject-The-Base-Object-Type.html#g-object-get>
*)* instead?
Not directly related to the issue but documentation recommends the usage of
this one.

Rohit
*
*
*
*
On Thu, Dec 30, 2010 at 9:53 PM, Wes Miller <wmiller at sdr.com> wrote:

>
> Elsewhere I have posted to this forum a routine based on gst-inspect that
> queries the various properties and ancestry of a declared  element.
>
> I have used this routine today to extract information about a gstrtpbin
> element is a running pipeline (the inspection point is in the
> on_pad_added(0
> callback).  The program hangs as the third property is queried (latency).
>
> I have read other code that discusses the lock on elements and wonder if I
> am stuck behind some mutex or if there is some other reason a running
> element would block a g_object_get_property() (I think that what's
> blocking)?
>
> And, of course, any suggestions for a method to make this work?
>
> Warmly,
>
> Wes
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/Extracting-properties-from-element-causes-hang-tp3168471p3168471.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment,
> and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20101231/d3e6a3d5/attachment.htm>


More information about the gstreamer-devel mailing list