ovikassingho / gstreamer-java

Automatically exported from code.google.com/p/gstreamer-java
0 stars 0 forks source link

Specify GStreamer version compatibility for each release #108

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When I try building the Java bindings from source the unit tests fail if the 
version of GStreamer is too old or too new. It's not clear what exact version 
they're meant to work against.

I recommend prefixing the GStreamer version to the version name of the 
bindings. For example, the 5th release of gstreamer-java for GStreamer version 
0.10.36 will be called 0.10.36-5. This will get much easier when GStreamer 1.0 
is released (e.g. we'll have version 1.0-2)

We should also document the matching GStreamer version in the source-code 
repository for builds between releases.

Original issue reported on code.google.com by cow...@bbs.darktech.org on 28 Jun 2012 at 6:44