Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/examples/decodebin_next/
Duridecodebin3-select-all.c128 gst_println ("Have %d streams (video: %d, audio: %d, text: %d, unknown %d)", in activate_all_av_streams()
132 gst_println ("No AV stream to expose"); in activate_all_av_streams()
139 gst_println ("Sent select-streams event ret %d", ret); in activate_all_av_streams()
173 gst_println ("Stopping"); in _on_bus_message()
178 gst_println ("EOS ! Stopping"); in _on_bus_message()
187 gst_println ("Got a collection from %s", in _on_bus_message()
226 gst_println ("New pad %s added, try linking with sink", pad_name); in decodebin_pad_added_cb()
247 gst_println ("queue element is unavailable"); in decodebin_pad_added_cb()
255 gst_println ("videoconvert element is unavailable"); in decodebin_pad_added_cb()
262 gst_println ("autovideosink element is unavailable"); in decodebin_pad_added_cb()
[all …]
/third_party/gstreamer/gstplugins_base/tests/examples/overlay/
Dwin32-videooverlay.c373 gst_println ("Move xpos to %d", x++); in win32_kb_source_cb()
378 gst_println ("Move xpos to %d", x--); in win32_kb_source_cb()
383 gst_println ("Move ypos to %d", y--); in win32_kb_source_cb()
388 gst_println ("Move ypos to %d", y++); in win32_kb_source_cb()
396 gst_println ("Decrease width to %d", width--); in win32_kb_source_cb()
401 gst_println ("Increase width to %d", width++); in win32_kb_source_cb()
406 gst_println ("Increase height to %d", height++); in win32_kb_source_cb()
411 gst_println ("Decrease height to %d", height--); in win32_kb_source_cb()
416 gst_println ("Reset render rectangle by setting -1 width/height"); in win32_kb_source_cb()
421 gst_println ("Expose overlay"); in win32_kb_source_cb()
[all …]
Dwin32-videooverlay-playbin.c83 gst_println ("End of stream"); in bus_msg()
100 gst_println ("Pipeline needs window handle"); in bus_sync_handler()
221 gst_println ("Setting window handle now"); in main()
224 gst_println ("Will set window handle on \"prepare-window-handle\" message"); in main()
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/
Dd3d11screencapturesrc.cpp60 gst_println ("Found %d monitor device(s)", g_list_length (devices)); in enum_devices()
87 gst_println ("Monitor %d (%s - %s):", i, name, adapter_desc); in enum_devices()
88 gst_println (" HMONITOR: %p (%" G_GUINT64_FORMAT ")", handle, hmonitor); in enum_devices()
89 gst_println (" Display Coordinates (left:top:right:bottom): %d:%d:%d:%d\n", in enum_devices()
109 gst_println ("Found target monitor device"); in enum_devices()
190 gst_println ("Failed to find monitor device"); in main()
Dd3d11videosink-shared-texture.cpp273 gst_println ("Use DXGI_FORMAT_R8G8B8A8_UNORM (RGBA) format"); in main()
276 gst_println ("Use DXGI_FORMAT_R10G10B10A2_UNORM (RGB10A2_LE) format"); in main()
279 gst_println ("Use DXGI_FORMAT_B8G8R8A8_UNORM format"); in main()
292 gst_println ("Use keyed-mutex: %d, use_nt_handle: %d", use_keyed_mutex, in main()
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-dynamically-added/
Dmain.cpp25 gst_println ("got have-context %p", context); in on_sync_bus_message()
44 gst_println ("attaching tee/queue %p %p", tee, queue); in connect_tee()
55 gst_println ("attaching qmlglsink %s at %p", GST_OBJECT_NAME (qmlglsink), qmlglsink); in connect_qmlglsink()
/third_party/gstreamer/gstplugins_bad/tests/examples/msdk/
Dtest-roi.c47 gst_println ("ROI %s", app->roi_enabled ? "enabled" : "disabled"); in dispatch_keystroke()
51 gst_println ("Use %s", app->is_delta_qp ? "delta QP" : "Priority"); in dispatch_keystroke()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dbenchmark-video-conversion.c105 gst_println ("%8.1f conversions/sec %s -> %s @ %ux%u, %d/%.5f", in do_benchmark_conversions()
/third_party/gstreamer/gstplugins_bad/tests/examples/va/
Dmain.c46 gst_println ("got need context %s", context_type); in context_handler()
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.h540 void gst_println (const gchar * format, ...) G_GNUC_PRINTF (1, 2);
Dgstinfo.c2767 gst_println (const gchar * format, ...) in gst_println() function
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristsink.c864 gst_println ("%s: %" GST_PTR_FORMAT, GST_OBJECT_NAME (sink), stats); in gst_rist_sink_dump_stats()
Dgstristsrc.c802 gst_println ("%s: %" GST_PTR_FORMAT, GST_OBJECT_NAME (src), stats); in gst_rist_src_dump_stats()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c1527 gst_println (_("Use Windows high-resolution clock, precision: %u ms\n"), in enable_winmm_timer_resolution()
/third_party/gstreamer/gstreamer/
DChangeLog19859 Add gst_print(), gst_println(), gst_printerr(), gst_printerrln()