Functions
gst_context_unref ()
void
gst_context_unref (GstContext *context
);
gst_context_get_context_type ()
const gchar *
gst_context_get_context_type (const GstContext *context
);
gst_context_has_context_type ()
gboolean
gst_context_has_context_type (const GstContext *context
,
const gchar *context_type
);
gst_context_is_persistent ()
gboolean
gst_context_is_persistent (const GstContext *context
);
gst_context_make_writable()
#define gst_context_make_writable(context) GST_CONTEXT_CAST (gst_mini_object_make_writable (GST_MINI_OBJECT_CAST (context)))
gst_context_is_writable()
#define gst_context_is_writable(context) gst_mini_object_is_writable (GST_MINI_OBJECT_CAST (context))