Skip to content

Commit

Permalink
Use source 1.8 for GStreamer 1.x capture driver
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Aug 18, 2017
1 parent e3e92c7 commit 8632fda
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions webcam-capture-drivers/driver-gst1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@
<artifactId>webcam-capture-drivers</artifactId>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-driver-gst1</artifactId>
<packaging>jar</packaging>

<name>Webcam Capture - GStreamer 1.x Driver</name>
<description>Webcam Capture driver using GStreamer 1.x framework to grab frames from camera devices</description>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>com.github.sarxos</groupId>
Expand Down

0 comments on commit 8632fda

Please sign in to comment.