Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
gst-plugin-gva patch (#601)
Browse files Browse the repository at this point in the history
* add CHECKPOINT_DISABLE=1

* add gst-gva patch

* exclude 1604

Co-authored-by: jhou5 <[email protected]>
  • Loading branch information
xwu2git and jhou5 authored Nov 2, 2020
1 parent b64270d commit 4a07dbe
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Xeon/centos-7/analytics/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ RUN git clone ${VA_GSTREAMER_PLUGINS_REPO} && \
cd gst-video-analytics && \
git checkout ${VA_GSTREAMER_PLUGINS_VER} && \
git submodule init && git submodule update && \
sed -i "195s/) {/||g_strrstr(name, \"image\")) {/" gst/elements/gvapython/python_callback.cpp && \
mkdir build && \
cd build && \
export CFLAGS="-std=gnu99 -Wno-missing-field-initializers" && \
Expand Down
1 change: 1 addition & 0 deletions Xeon/centos-7/analytics/gst/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ RUN git clone ${VA_GSTREAMER_PLUGINS_REPO} && \
cd gst-video-analytics && \
git checkout ${VA_GSTREAMER_PLUGINS_VER} && \
git submodule init && git submodule update && \
sed -i "195s/) {/||g_strrstr(name, \"image\")) {/" gst/elements/gvapython/python_callback.cpp && \
mkdir build && \
cd build && \
export CFLAGS="-std=gnu99 -Wno-missing-field-initializers" && \
Expand Down
1 change: 1 addition & 0 deletions Xeon/ubuntu-18.04/analytics/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ RUN git clone ${VA_GSTREAMER_PLUGINS_REPO} && \
cd gst-video-analytics && \
git checkout ${VA_GSTREAMER_PLUGINS_VER} && \
git submodule init && git submodule update && \
sed -i "195s/) {/||g_strrstr(name, \"image\")) {/" gst/elements/gvapython/python_callback.cpp && \
mkdir build && \
cd build && \
export CFLAGS="-std=gnu99 -Wno-missing-field-initializers" && \
Expand Down
1 change: 1 addition & 0 deletions Xeon/ubuntu-18.04/analytics/gst/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ RUN git clone ${VA_GSTREAMER_PLUGINS_REPO} && \
cd gst-video-analytics && \
git checkout ${VA_GSTREAMER_PLUGINS_VER} && \
git submodule init && git submodule update && \
sed -i "195s/) {/||g_strrstr(name, \"image\")) {/" gst/elements/gvapython/python_callback.cpp && \
mkdir build && \
cd build && \
export CFLAGS="-std=gnu99 -Wno-missing-field-initializers" && \
Expand Down
1 change: 1 addition & 0 deletions XeonE3/centos-7/analytics/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ RUN git clone ${VA_GSTREAMER_PLUGINS_REPO} && \
cd gst-video-analytics && \
git checkout ${VA_GSTREAMER_PLUGINS_VER} && \
git submodule init && git submodule update && \
sed -i "195s/) {/||g_strrstr(name, \"image\")) {/" gst/elements/gvapython/python_callback.cpp && \
mkdir build && \
cd build && \
export CFLAGS="-std=gnu99 -Wno-missing-field-initializers" && \
Expand Down
1 change: 1 addition & 0 deletions XeonE3/centos-7/analytics/gst/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ RUN git clone ${VA_GSTREAMER_PLUGINS_REPO} && \
cd gst-video-analytics && \
git checkout ${VA_GSTREAMER_PLUGINS_VER} && \
git submodule init && git submodule update && \
sed -i "195s/) {/||g_strrstr(name, \"image\")) {/" gst/elements/gvapython/python_callback.cpp && \
mkdir build && \
cd build && \
export CFLAGS="-std=gnu99 -Wno-missing-field-initializers" && \
Expand Down
1 change: 1 addition & 0 deletions XeonE3/ubuntu-18.04/analytics/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ RUN git clone ${VA_GSTREAMER_PLUGINS_REPO} && \
cd gst-video-analytics && \
git checkout ${VA_GSTREAMER_PLUGINS_VER} && \
git submodule init && git submodule update && \
sed -i "195s/) {/||g_strrstr(name, \"image\")) {/" gst/elements/gvapython/python_callback.cpp && \
mkdir build && \
cd build && \
export CFLAGS="-std=gnu99 -Wno-missing-field-initializers" && \
Expand Down
1 change: 1 addition & 0 deletions XeonE3/ubuntu-18.04/analytics/gst/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ RUN git clone ${VA_GSTREAMER_PLUGINS_REPO} && \
cd gst-video-analytics && \
git checkout ${VA_GSTREAMER_PLUGINS_VER} && \
git submodule init && git submodule update && \
sed -i "195s/) {/||g_strrstr(name, \"image\")) {/" gst/elements/gvapython/python_callback.cpp && \
mkdir build && \
cd build && \
export CFLAGS="-std=gnu99 -Wno-missing-field-initializers" && \
Expand Down
2 changes: 2 additions & 0 deletions template/gst-plugin-gva.m4
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN git clone ${VA_GSTREAMER_PLUGINS_REPO} && \
cd gst-video-analytics && \
git checkout ${VA_GSTREAMER_PLUGINS_VER} && \
git submodule init && git submodule update && \
ifelse(index(DOCKER_IMAGE,ubuntu1604),-1,` sed -i ```"195s/) {/||g_strrstr(name, \"image\")) {/"''' gst/elements/gvapython/python_callback.cpp && \
')dnl
mkdir build && \
cd build && \
export CFLAGS="-std=gnu99 -Wno-missing-field-initializers" && \
Expand Down

0 comments on commit 4a07dbe

Please sign in to comment.