Skip to content

Commit 0a198cb

Browse files
committed
Update v4l4j version to newest one
1 parent 2ad6b81 commit 0a198cb

File tree

6 files changed

+730
-40
lines changed

6 files changed

+730
-40
lines changed

webcam-capture-drivers/driver-gstreamer/README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on Windows or use _apt-get_, _yum_ or other packages manager to install it on Li
1111
Currently supported GStreamer version is 0.10.x, so make sure you are installing
1212
the correct one! It is **not** compatible with GStreamer 1.0 and above!
1313

14-
## Supported
14+
## Supported Platforms
1515

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

2727
Stable:
2828

29-
```xml
30-
<repository>
31-
<id>SarXos Repository</id>
32-
<url>http://www.sarxos.pl/repo/maven2</url>
33-
</repository>
34-
```
3529
```xml
3630
<dependency>
3731
<groupId>com.github.sarxos</groupId>
3832
<artifactId>webcam-capture-driver-gstreamer</artifactId>
39-
<version>0.3.10-RC7</version>
33+
<version>0.3.10</version>
4034
</dependency>
4135
```
4236

@@ -52,7 +46,7 @@ Snapshot:
5246
<dependency>
5347
<groupId>com.github.sarxos</groupId>
5448
<artifactId>webcam-capture-driver-gstreamer</artifactId>
55-
<version>0.3.10-SNAPSHOT</version>
49+
<version>0.3.11-SNAPSHOT</version>
5650
</dependency>
5751
```
5852

0 commit comments

Comments
 (0)