TypeScript API Documentation for GSTREAMER
API Version: 1.0
Library Version: 1.26.10
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 1.16
Modifies a pointer to a Gst.Query to point to a different Gst.Query. This function is similar to gst_query_replace() except that it takes ownership of new_query.
gst_query_replace()
new_query
Either new_query or the Gst.Query pointed to by old_query may be null.
old_query
null
Optional
pointer to a pointer to a Gst.Query to be stolen.
pointer to a Gst.Query that will replace the query pointed to by old_query.
true if new_query was different from old_query
true
1.16
Modifies a pointer to a Gst.Query to point to a different Gst.Query. This function is similar to
gst_query_replace()except that it takes ownership ofnew_query.Either
new_queryor the Gst.Query pointed to byold_querymay benull.