Function

Gst-1.0Gstdebug_print_objectSince 1.26

  • Returns a string that represents ptr. This is safe to call with %GstStructure, %GstCapsFeatures, %GstMiniObject s (e.g. %GstCaps, %GstBuffer or %GstMessage), and %GObjects (e.g. %GstElement or %GstPad).

    The string representation is meant to be used for debugging purposes and might change between GStreamer versions.

    Passing other kind of pointers might or might not work and is generally unsafe to do.

    Parameters

    • Optionalptr: any

      the object

    Returns string

    a string containing a string representation of the object

    1.26