Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstinfo.h411 typedef void (* GstDebugFuncPtr) (void); typedef
416 void _gst_debug_register_funcptr (GstDebugFuncPtr func,
420 _gst_debug_nameof_funcptr (GstDebugFuncPtr func) G_GNUC_NO_INSTRUMENT;
1473 _gst_debug_register_funcptr((GstDebugFuncPtr)(ptr), #ptr)
1484 (_gst_debug_register_funcptr((GstDebugFuncPtr)(ptr), #ptr) , ptr)
1497 _gst_debug_nameof_funcptr((GstDebugFuncPtr)ptr)
Dgstinfo.c2196 _gst_debug_nameof_funcptr (GstDebugFuncPtr func) in _gst_debug_nameof_funcptr()
2238 _gst_debug_register_funcptr (GstDebugFuncPtr func, const gchar * ptrname) in _gst_debug_register_funcptr()
2362 _gst_debug_register_funcptr (GstDebugFuncPtr func, const gchar * ptrname) in _gst_debug_register_funcptr()
2368 _gst_debug_nameof_funcptr (GstDebugFuncPtr func) in _gst_debug_nameof_funcptr()
/third_party/gstreamer/gstreamer/
DChangeLog78479 info: readd the use of GstDebugFuncPtr typedef and tell why