Home
last modified time | relevance | path

Searched refs:GST_CAT_PIPELINE (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.y108 GST_CAT_ERROR (GST_CAT_PIPELINE, __VA_ARGS__); \
118 GST_CAT_ERROR (GST_CAT_PIPELINE, args ); \
162 GST_CAT_LOG (GST_CAT_PIPELINE, __VA_ARGS__); \
169 GST_CAT_LOG (GST_CAT_PIPELINE, args); \
182 GST_CAT_LOG (GST_CAT_PIPELINE, "%s", temp); in YYPRINTF()
276 GST_CAT_LOG_OBJECT (GST_CAT_PIPELINE, element, "delaying property set %s to %s", in gst_parse_add_delayed_set()
320 GST_CAT_LOG_OBJECT (GST_CAT_PIPELINE, child_proxy, "new child %s, checking property %s", in gst_parse_new_child()
328 … GST_CAT_LOG_OBJECT (GST_CAT_PIPELINE, child_proxy, "parsing delayed property %s as a %s from %s", in gst_parse_new_child()
365 GST_CAT_ERROR (GST_CAT_PIPELINE, "could not set property \"%s\" in %" in gst_parse_new_child()
410 GST_CAT_LOG_OBJECT (GST_CAT_PIPELINE, target, "found %s property", value); in gst_parse_element_set()
[all …]
Dparse.l35 #define PRINT(...) GST_CAT_DEBUG (GST_CAT_PIPELINE, "flex: " __VA_ARGS__)
37 #define PRINT(args...) GST_CAT_DEBUG (GST_CAT_PIPELINE, "flex: " args)
45 GST_CAT_LEVEL_LOG_valist (GST_CAT_PIPELINE, GST_LEVEL_DEBUG, NULL,
Dgrammar.y.in108 GST_CAT_ERROR (GST_CAT_PIPELINE, __VA_ARGS__); \
118 GST_CAT_ERROR (GST_CAT_PIPELINE, args ); \
159 /* # define YYFPRINTF(a, ...) GST_CAT_DEBUG (GST_CAT_PIPELINE, __VA_ARGS__) */
162 GST_CAT_LOG (GST_CAT_PIPELINE, __VA_ARGS__); \
169 GST_CAT_LOG (GST_CAT_PIPELINE, args); \
182 GST_CAT_LOG (GST_CAT_PIPELINE, "%s", temp);
276 GST_CAT_LOG_OBJECT (GST_CAT_PIPELINE, element, "delaying property set %s to %s",
320 GST_CAT_LOG_OBJECT (GST_CAT_PIPELINE, child_proxy, "new child %s, checking property %s",
328 … GST_CAT_LOG_OBJECT (GST_CAT_PIPELINE, child_proxy, "parsing delayed property %s as a %s from %s",
365 GST_CAT_ERROR (GST_CAT_PIPELINE, "could not set property \"%s\" in %"
[all …]
Dgrammar.tab.c182 GST_CAT_ERROR (GST_CAT_PIPELINE, __VA_ARGS__); \
192 GST_CAT_ERROR (GST_CAT_PIPELINE, args ); \
236 GST_CAT_LOG (GST_CAT_PIPELINE, __VA_ARGS__); \
243 GST_CAT_LOG (GST_CAT_PIPELINE, args); \
256 GST_CAT_LOG (GST_CAT_PIPELINE, "%s", temp); in YYPRINTF()
350 GST_CAT_LOG_OBJECT (GST_CAT_PIPELINE, element, "delaying property set %s to %s", in gst_parse_add_delayed_set()
394 GST_CAT_LOG_OBJECT (GST_CAT_PIPELINE, child_proxy, "new child %s, checking property %s", in gst_parse_new_child()
402 … GST_CAT_LOG_OBJECT (GST_CAT_PIPELINE, child_proxy, "parsing delayed property %s as a %s from %s", in gst_parse_new_child()
439 GST_CAT_ERROR (GST_CAT_PIPELINE, "could not set property \"%s\" in %" in gst_parse_new_child()
484 GST_CAT_LOG_OBJECT (GST_CAT_PIPELINE, target, "found %s property", value); in gst_parse_element_set()
[all …]
Dlex.priv_gst_parse_yy.c1073 #define PRINT(...) GST_CAT_DEBUG (GST_CAT_PIPELINE, "flex: " __VA_ARGS__)
1075 #define PRINT(args...) GST_CAT_DEBUG (GST_CAT_PIPELINE, "flex: " args)
1083 GST_CAT_LEVEL_LOG_valist (GST_CAT_PIPELINE, GST_LEVEL_DEBUG, NULL, in PRINT()
/third_party/gstreamer/gstreamer/gst/
Dgst_private.h281 GST_API GstDebugCategory *GST_CAT_PIPELINE; variable
327 #define GST_CAT_PIPELINE NULL
Dgstparse.c344 GST_CAT_INFO (GST_CAT_PIPELINE, "parsing pipeline description '%s'", in gst_parse_launch_full()
Dgstinfo.c225 GstDebugCategory *GST_CAT_PIPELINE = NULL; variable
422 GST_CAT_PIPELINE = _gst_debug_category_new ("GST_PIPELINE", in _priv_gst_debug_init()