Function

Gst-1.0Gstquery_takeSince 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.

    Either new_query or the Gst.Query pointed to by old_query may be null.

    Parameters

    • Optionalold_query: Query

      pointer to a pointer to a Gst.Query to be stolen.

    • Optionalnew_query: Query

      pointer to a Gst.Query that will replace the query pointed to by old_query.

    Returns [boolean, Query]

    true if new_query was different from old_query

    1.16