gst icon indicating copy to clipboard operation
gst copied to clipboard

Go bindings for GStreamer (retired: currently I don't use/develop this package)

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

GST_DEBUG=3 go run live_webm.go 0:00:00.023227292 4260 0xc67090 WARN structure gststructure.c:195:gst_structure_validate_name: Invalid character ',' at offset 11 in structure name: video/x-raw,format=yuv (live_webm:4260): GStreamer-CRITICAL **: gst_structure_new_empty: assertion 'gst_structure_validate_name (name)' failed (live_webm:4260): GStreamer-CRITICAL...

https://github.com/ziutek/gst/blob/master/examples/player.go#L57 `XOverlayCast` is missing in `gst` and I cannot figure out how to replace it.

Due to lack of push-behaviour I added some basic GstAppSrc and GstBuffer support which allows to allocate buffer and push it to AppSrc element inside "need-data" handler.

I've tested the gstreamer bindings in osx. gstreamer 1.4.5, go 1.4.1 (built with swig support) are installed, as well as all the dependencies The simple example works ok (replacing xvimagesink...

I have not found any documentation how to install it for windows 8.1? in windows 8.1 when i apply ``` C:\Go\bin>go.exe get github.com/ziutek/gst # pkg-config --cflags glib-2.0 gobject-2.0 gthread-2.0 pkg-config:...

I get a segfault when trying to parse a error message from gstreamer. ``` *** glibc detected *** /usr/local/bin/rtp-receiver: free(): invalid pointer: 0x00fd9040 *** SIGABRT: abort PC=0xb6c1acdc goroutine 43 [syscall]:...

How different and therefore how hard would it be to support gstreamer 1.0? Thanks for the awesome work!

When I try instal gst, I see this error: cannot use o.g() (type *C.struct__GstObject) as type *C.GstObject in argument to _Cfunc_gst_object_set_name Here is reason: http://golang.org/doc/go1.3#cgo

Hi, thanks for this module. Have you planned to integrate parse_launch function ? Thanks