Home
last modified time | relevance | path

Searched refs:GST_CONTEXT_CAST (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstcontext.h40 #define GST_CONTEXT_CAST(obj) ((GstContext*)(obj)) macro
41 #define GST_CONTEXT(obj) (GST_CONTEXT_CAST(obj))
66 return GST_CONTEXT_CAST (gst_mini_object_copy (GST_MINI_OBJECT_CONST_CAST (context))); in gst_context_copy()
98 #define gst_context_make_writable(context) GST_CONTEXT_CAST (gst_mini_object_make_writable…
Dgstcontext.c144 return GST_CONTEXT_CAST (copy); in _gst_context_copy()
335 GST_CONTEXT_CAST (gst_mini_object_copy (GST_MINI_OBJECT_CONST_CAST in gst_context_copy()
Dgstinfo.c913 GstContext *context = GST_CONTEXT_CAST (object); in gst_debug_print_object()