On Wed, Jan 18, 2017 at 4:18 PM, vanderhoffer <[hidden email]> wrote:
I am aware we can use *gst_object_set_name and gst_object_get_name* when we
have the object, but what is the reverse, if we have the name how can we
get a reference to the object.
for example if I want to get a position for an element,
gst_element_query_position(element, fmt, &pos);
but we only have the name,how do we create a reference for "element"?