[gst-devel] Extracting properties from element causes hang

Edward Hervey bilboed at gmail.com
Mon Jan 3 18:35:17 CET 2011


On Mon, 2011-01-03 at 08:48 -0800, Wes Miller wrote:

  gstrtpbin holds an internal lock when adding those pads. That same
lock is used to query those properties.

> 
> Wes
> 
> p.s. the "other" problems using g_object_get() are that it returns different
> datatypes for the values than does g_object_get_property().  For example,
> the "name" property is returned as a gchararray not as the expected
> G_TYPE_STRING.

  And what would the difference between a gchar array (gchar*) and a
G_TYPE_STRING (gchar*) be ?

> 






More information about the gstreamer-devel mailing list