package gstreamer

  1. Overview
  2. Docs
Bindings for the GStreamer library which provides functions for playning and manipulating multimedia streams

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.1.tar.gz
md5=aefa98a23642adf08e0bcb9b5727f641
sha512=8083768bd0fafdb98dae10b321be9cf411ef25ff05fec8fe9259976ce776ac287ce8cf6ae3fce178d470463e7f54a87a2fd12d3669fcedc4f76e2ff9f4fc298b

CHANGES.html

CHANGES

0.3.1 (2020-11-06)
=====
* Correctly raise errors in pipeline_parse_launch.
* `Buffer`: add `of_data_list`, `to_data` and `to_string`.
* `App_sink`: add `pull_buffer`.
* Switched to dune.

0.3.0 (2018-09-09)
=====
* Add smarter buffer API to avoid copies.
* Add main loop API
* Cleanup C thread management.
* Cleanup gst_buf management.
* Record app{sink,src}->element dependency for proper GC cleanup.

0.2.3 (2017-04-11)
=====
* Added timeout to Bus.timed_pop_filtered.
* Added datetime tag support.

0.2.2 (2016-06-29)
=====
* Added Element.duration.
* Added App_src.push_buffer_data.
* Completed message types.

0.2.1 (2015-08-03)
=====
* Dummy github release.

0.2.0 (2013-02-19)
=====
* Complete rewrite to get rid of OCamlIDL, lots of modules added.

0.1.0 (2011-10-04)
=====
* Initial release.