Skip to content

Commit

Permalink
Update v4l4j version to newest one
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Feb 19, 2015
1 parent 2ad6b81 commit 0a198cb
Show file tree
Hide file tree
Showing 6 changed files with 730 additions and 40 deletions.
12 changes: 3 additions & 9 deletions webcam-capture-drivers/driver-gstreamer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on Windows or use _apt-get_, _yum_ or other packages manager to install it on Li
Currently supported GStreamer version is 0.10.x, so make sure you are installing
the correct one! It is **not** compatible with GStreamer 1.0 and above!

## Supported
## Supported Platforms

* Windows
* Linux
Expand All @@ -26,17 +26,11 @@ The latest **stable** version ZIP bundle can be downloaded [here](http://repo.sa

Stable:

```xml
<repository>
<id>SarXos Repository</id>
<url>http://www.sarxos.pl/repo/maven2</url>
</repository>
```
```xml
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-gstreamer</artifactId>
<version>0.3.10-RC7</version>
<version>0.3.10</version>
</dependency>
```

Expand All @@ -52,7 +46,7 @@ Snapshot:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-gstreamer</artifactId>
<version>0.3.10-SNAPSHOT</version>
<version>0.3.11-SNAPSHOT</version>
</dependency>
```

Expand Down
Loading

0 comments on commit 0a198cb

Please sign in to comment.