Commit 0ca16cc6 authored by Marlene Böhmer's avatar Marlene Böhmer Committed by Andreas Schmidt
Browse files

Updated GST-PRRT. Adjustet build script, video state.

parent 391ba398
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#!/bin/bash

cd /opt/rna/video/gst_plugin/gst-template/gst-plugin
./autogen.sh && make clean && make -j9
cd /opt/rna/video/gst_plugin/plugin
( ./autogen.sh || ./autogen.sh ) && make clean && make -j9
Compare 6e8389b2 to b38a1702
Original line number Diff line number Diff line
Subproject commit 6e8389b2d4690ceb107f28b6485586938a770c13
Subproject commit b38a1702797514705eb8cbd3b835db928a025e37
+2 −1
Original line number Diff line number Diff line
@@ -16,11 +16,12 @@ video_dir:
gst_repo:
    file.recurse:
        - name: /opt/rna/video/gst_plugin
        - source: salt://video/files/gst_plugin/
        - source: salt://video/files/gst-prrt
        - clean: True
        - user: rna
        - group: rna
        - file_mode: keep
        - exclude_pat: 'PRRT/tests/*'

prrt_build:
    cmd.run: