[gst-devel] get GstElement from param
Tim-Philipp Müller
t.i.m at zen.co.uk
Mon Dec 20 23:32:57 CET 2010
On Mon, 2010-12-20 at 13:57 -0800, Wes Miller wrote:
> I know it's out there somewhere, but, among other problems, most of the
> examples on the web are "temporarly unavailable", and there doesn't seem to
> be a g_param_spec_get_object() function out there.
>
> After enumerating the properties of a gst element, I get down to the point
> where testing the params with G_IS_PARAM_SPEC_OBJECT( param ) is true. I'd
> like to know more about the object that is alluded to here. How do I get
> back a GstElement* for the element that is the "object of type GstElement"?
Use the source?
http://cgit.freedesktop.org/gstreamer/gstreamer/tree/tools/gst-inspect.c#n574
> Also, what is the correct forum for g_whatever() discussions?
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Cheers
-Tim
More information about the gstreamer-devel
mailing list