qshinoの日記

Powershell関係と徒然なこと

2019-05-20から1日間の記事一覧

jetson u-boot

u-boot http://faith0x7dc.hatenablog.com/entry/2014/08/02/094603 xavier boot path emmc mmcblk0p? sd card usb storage:flash or hdd sata storage via esatap/usb combo port/ EUHP nvme on m.2 key m/nvme ??? PXE???

gstreamer test app

gstreamer test app src include <gst/gst.h> static gboolean bus_call (GstBus bus, GstMessage msg, gpointer data) { GMainLoop loop = data; switch (GST_MESSAGE_TYPE (msg)) { case GST_MESSAGE_EOS: g_print ("End-of-stream\n"); g_main_loop_quit (loop); bre</gst/gst.h>…

shm on gstreamer

shmsrc/sink on gstreamer gstreamerでの共有メモリshm プラグインの仕組みを確認。 参考 audio 向け http://gstreamer-devel.966125.n4.nabble.com/Reading-an-shmsink-stream-from-an-external-application-td4655511.html ipcpipelne https://www.google.…