Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c160 gst_print ("%s", str); in gst_play_printf()
165 #define gst_print gst_play_printf macro
328 gst_print (_("Volume: %.0f%%"), volume * 100); in play_set_relative_volume()
329 gst_print (" \n"); in play_set_relative_volume()
343 gst_print (_("Mute: on")); in play_toggle_audio_mute()
345 gst_print (_("Mute: off")); in play_toggle_audio_mute()
346 gst_print (" \n"); in play_toggle_audio_mute()
370 gst_print ("Prerolled.\r"); in play_bus_msg()
372 gst_print ("New plugins installed, trying again...\n"); in play_bus_msg()
386 gst_print ("\n"); in play_bus_msg()
[all …]
/third_party/gstreamer/gstplugins_base/tests/examples/decodebin_next/
Duridecodebin3-select-all.c62 gst_print ("%*s%s: %s\n", 2 * depth, " ", gst_tag_get_nick (tag), str); in print_tag_foreach()
77 gst_print (" Stream %u type %s flags 0x%x\n", i, in dump_collection()
80 gst_print (" ID: %s\n", gst_stream_get_stream_id (stream)); in dump_collection()
85 gst_print (" caps: %s\n", caps_str); in dump_collection()
92 gst_print (" tags:\n"); in dump_collection()
148 gst_print ("Got stream-notify from stream %s for %s (collection %p)\n", in stream_notify_cb()
153 gst_print (" New caps: %s\n", caps_str); in stream_notify_cb()
354 gst_print ("Usage: uridecodebin3 URI\n"); in main()
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/
Dd3d11videosink.c88 gst_print ("change to %s mode\n", data->fullscreen ? in keyboard_cb()
200 gst_print ("\n%s\n", "Keyboard controls:"); in print_keyboard_help()
210 gst_print ("\t%s", key_controls[i].key_desc); in print_keyboard_help()
211 gst_print ("%-*s: ", chars_to_pad, ""); in print_keyboard_help()
212 gst_print ("%s\n", key_controls[i].key_help); in print_keyboard_help()
214 gst_print ("\n"); in print_keyboard_help()
310 gst_print ("Running loop %d\n", num_repeat++); in main()
/third_party/gstreamer/gstplugins_base/tests/examples/overlay/
Dwin32-videooverlay.c96 gst_print ("Full screen %s\n", fullscreen ? "on" : "off"); in switch_fullscreen_mode()
274 gst_print ("Running loop %d\n", num_repeat++); in pipeline_runner_func()
341 gst_print ("\n\n%s\n\n", "Interactive mode - keyboard controls:"); in print_keyboard_help()
351 gst_print ("\t%s", key_controls[i].key_desc); in print_keyboard_help()
352 gst_print ("%-*s: ", chars_to_pad, ""); in print_keyboard_help()
353 gst_print ("%s\n", key_controls[i].key_help); in print_keyboard_help()
355 gst_print ("\n"); in print_keyboard_help()
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c92 #define PRINT if(!quiet)gst_print
273 gst_print ("%s:\n", _("Index statistics"));
279 gst_print ("id %d, %s\n", s->id, s->desc);
290 gst_print (" total time = %" GST_TIME_FORMAT "\n",
293 gst_print (" frame/keyframe rate = %u / %u = ", s->num_frames,
296 gst_print ("%lf\n", s->num_frames / (gdouble) s->num_keyframes);
298 gst_print ("-\n");
300 gst_print (" min/avg/max keyframe gap = %" GST_TIME_FORMAT ", %"
307 gst_print (" no stats\n");
449 gst_print ("%*s%s: %s\n", 2 * depth, " ", gst_tag_get_nick (tag), str); in print_tag_foreach()
[all …]
/third_party/gstreamer/gstplugins_base/tests/examples/compositor/
Dcrossfade.c127 gst_print ("%" GST_PTR_FORMAT "\n", message); in main()
129 gst_print ("Timeout\n"); in main()
Dmosaic.c135 gst_print ("%" GST_PTR_FORMAT "\n", message); in main()
137 gst_print ("Timeout\n"); in main()
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.h537 void gst_print (const gchar * format, ...) G_GNUC_PRINTF (1, 2);
Dgstinfo.c2724 gst_print (const gchar * format, ...) in gst_print() function
/third_party/gstreamer/gstreamer/
DChangeLog6046 gst-launch: Follow up to missing s/g_print/gst_print/g
7236 gst-launch: Use gst_print* instead of g_print* to fix broken stdout on Windows
7238 string hard to read. Instead, use gst_print* which serialize
19859 Add gst_print(), gst_println(), gst_printerr(), gst_printerrln()
/third_party/gstreamer/gstplugins_base/
DChangeLog11753 gst-play: Use gst_print* to avoid broken stdout string on Windows