Commit 1f621d00 authored by Marlene Böhmer's avatar Marlene Böhmer Committed by Andreas Schmidt
Browse files

GST-PRRT: Adjust states to new file paths.

parent a1968965
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
gcc /opt/rna/video/gst_plugin/gst_$1_udp_prrt_mixer_h264.c -o /home/rna/gst-$1 `pkg-config --cflags --libs gstreamer-1.0`
gcc /opt/rna/video/gst_plugin/apps/gst_$1_udp_prrt_mixer_h264.c -o /home/rna/gst-$1 `pkg-config --cflags --libs gstreamer-1.0`
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ gst_plugin_build:
gst_plugin_symlink:
    file.symlink:
        - name: /home/rna/gst/{{version}}/plugins/prrt
        - target: /opt/rna/video/gst_plugin/gst-template/gst-plugin
        - target: /opt/rna/video/gst_plugin/plugin
        - user: rna
        - makedirs: True

+0 −9
Original line number Diff line number Diff line
{% set role=pillar["video"]["role"] %}
{% set version = salt['pillar.get']('gstreamer:version') %}

video_gst_plugin_scripts:
    file.recurse:
        - name: /opt/rna/video/gst_plugin/scripts
        - source: salt://video/files/gst_plugin/scripts/
        - clean: True
        - user: rna
        - group: rna
        - file_mode: keep

video_compare_scripts:
    file.symlink:
        - name: /home/rna/gst_compare_{{ role }}.sh