gst icon indicating copy to clipboard operation
gst copied to clipboard

go gst small binding

Results 9 gst issues
Sort by recently updated
recently updated
newest added

After finally getting things compiling.... It won't find appsrc etc... ``` 0:00:03.567196000 60583 0x15460be40 WARN GST_ELEMENT_FACTORY gstelementfactory.c:701:gst_element_factory_make_with_properties: no such element factory "appsrc"! 0:00:03.567229000 60583 0x15460be40 ERROR GST_PIPELINE gst/parse/grammar.y:851:priv_gst_parse_yyparse: no element...

path\pkg\mod\github.com\notedit\[email protected]/gst.c:248: undefined reference to `g_memdup2' collect2.exe: error: ld returned 1 exit status \# github.com/notedit/gst gst.c: In function 'X_gst_app_src_push_buffer': gst.c:248:16: warning: implicit declaration of function 'g_memdup2'; did you mean 'g_memdup'? [-Wimplicit-function-declaration]...

Hello, What is the correct procedure to get one of the examples working on Windows? I probably missed something silly, but I tried downloading and installing https://gstreamer.freedesktop.org/data/pkg/windows/1.18.2/mingw/gstreamer-1.0-devel-mingw-x86_64-1.18.2.msi then I tried...

After upgrade gstreamer 1.20.0 by brew, recently. gst does not work.

Noticed today that a number of SeekFlags in element.go (introduced by: 06dccea2dc66aebc95b9d343e513f5f05e0eac1b) are not compatible with older versions of Gstreamer (

Not sure about this API. It may require some additional changes to make it easier to use, but it seems to work and does simplify some things. I updated the...

I was going to give this library a try and implement this in Go: http://blog.nirbheek.in/2018/02/gstreamer-webrtc.html But quickly ran into the limited callback functions and private callbackID on Element. I'm experimenting...

- When converting "C.CString" to "(*C.gchar"), it was removed as an unnecessary task. - Also, I changed it to C.free when I initialized "C.CString". The reason is that the program...

I have been trying to mix audio and vide using compositor and audio mixer. Here is the situation. I have pointer for gst elements [appsrc, rtph264depay, avdec_h264, videoconvert]. I have...