Home
last modified time | relevance | path

Searched defs:GST_CAT_DEBUG (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstinfo.h1048 #define GST_CAT_DEBUG(cat,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_DEBUG, NULL, __VA_ARGS__) macro
1083 #define GST_CAT_DEBUG(cat,args...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_DEBUG, NULL, ##args ) macro
1214 GST_CAT_DEBUG (GstDebugCategory * cat, const char *format, ...) in GST_CAT_DEBUG() function
1516 #define GST_CAT_DEBUG(...) G_STMT_START{ }G_STMT_END macro
1553 #define GST_CAT_DEBUG(args...) G_STMT_START{ }G_STMT_END macro
1639 GST_CAT_DEBUG (GstDebugCategory * cat, const char *format, ...) in GST_CAT_DEBUG() function