If for some reason an element has a property that take GstElement type (or other object), is it possible to assign to that property in a gst-launch pipeline? That is something like
... ! foo bar=(GstElement)frob ! ...
,but that exact syntax doesn't seem to work. If this can be done there must be another syntax to specify an object type which I hope the answer to include.