Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c137 static void gst_play_printf (const gchar * format, ...) G_GNUC_PRINTF (1, 2);
144 gst_play_printf (const gchar * format, ...) in gst_play_printf() function
165 #define gst_print gst_play_printf
595 gst_play_printf ("%s: %s = %s\n", obj_name, name, val_str); in play_bus_msg()