Skip to content

Commit 012fa10

Browse files
committed
Add comment in old (0.10.x) GStreamer driver
1 parent d18bfa9 commit 012fa10

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

webcam-capture-drivers/driver-gst1/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
<plugin>
5454
<groupId>org.apache.maven.plugins</groupId>
5555
<artifactId>maven-assembly-plugin</artifactId>
56+
<configuration>
57+
<skip>true</skip>
58+
</configuration>
5659
</plugin>
5760
</plugins>
5861
</build>

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# webcam-capture-driver-gstreamer
22

33
This is capture driver which gives Webcam Capture API possibility to use
4-
[GStreamer](http://gstreamer.freedesktop.org/documentation/gstreamer010.html)
4+
[GStreamer 0.10+](http://gstreamer.freedesktop.org/documentation/gstreamer010.html)
55
as a middleware accessing webcam devices (build-in or USB enabled).
66

7+
**NOTE**: This capture driver is **only** for GStreamer 0.10+. With GStramer 1.0+ you have to use
8+
[webcam-capture-driver-gst1](https://github.com/sarxos/webcam-capture/tree/master/webcam-capture-drivers/driver-gst1)
9+
instead!
10+
711
It has been designed to work with Windows and Linux **only**. To make use of it user have to
812
[download](http://code.google.com/p/ossbuild/) GStreamer application installer
913
on Windows or use _apt-get_, _yum_ or other packages manager to install it on Linux.

0 commit comments

Comments
 (0)