gstreamer 0.5.0

Idiomatic bindings for GStreamer
Documentation
1
2
3
4
5
use ffi::*;

struct Clock{
    clock: *mut GstClock
}