Skip to content

Commit d2c89c0

Browse files
authored
[DLStreamer] Bump DL Streamer version to 2025.1.2 (open-edge-platform#713)
Signed-off-by: dmichalo <[email protected]>
1 parent cc3905c commit d2c89c0

File tree

12 files changed

+37
-38
lines changed

12 files changed

+37
-38
lines changed

.github/workflows/dls-build-and-test-deb_pkgs-and-deb_imgs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
permissions: {}
77
env:
8-
dlstreamer-version: "2025.0.1.3"
8+
dlstreamer-version: "2025.1.2"
99
MODELS_PATH: "$HOME/models"
1010
VIDEO_INPUTS_PATH: "$HOME/videos"
1111
DLS_REL_PATH: "./edge-ai-libraries-repo/libraries/dl-streamer"

.github/workflows/dls-build-weekly-images.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ on:
1616
- 'cache'
1717
permissions: {}
1818
env:
19-
dlstreamer-version: "2025.0.1.3"
19+
dlstreamer-version: "2025.1.2"
2020
DLS_REL_PATH: "./libraries/dl-streamer"
21-
21+
2222
jobs:
2323
build-dls-deb-img:
2424
name: Build DLS ${{ matrix.ubuntu_version }} .deb and deb img
@@ -163,7 +163,7 @@ jobs:
163163
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #4.2.2
164164
with:
165165
persist-credentials: false
166-
166+
167167
- name: Init submodules
168168
run: |
169169
git submodule update --init libraries/dl-streamer/thirdparty/spdlog
@@ -262,10 +262,10 @@ jobs:
262262
strategy:
263263
fail-fast: false
264264
matrix:
265-
265+
266266
ubuntu_version: [ubuntu22, ubuntu24]
267-
268-
267+
268+
269269
steps:
270270
- name: Check out edge-ai-libraries repository
271271
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #4.2.2
@@ -325,7 +325,7 @@ jobs:
325325
report_suffix: ${{ matrix.ubuntu_version }}-edge-ai-dlstreamer-pipeline-server-extended
326326
scan-scope: all
327327
timeout: 20m
328-
ignore_unfixed: true
328+
ignore_unfixed: true
329329

330330
- name: Fail if vulnerabilities > 0 in Trivy results
331331
run: |

libraries/dl-streamer/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ if (NOT CMAKE_BUILD_TYPE)
2323
endif()
2424

2525
# Define version
26-
set(VERSION_YEAR 2025)
27-
set(VERSION_MAJOR 0)
26+
set(VERSION_MAJOR 2025)
2827
set(VERSION_MINOR 1)
29-
set(VERSION_PATCH 3)
28+
set(VERSION_PATCH 2)
3029

3130
if (NOT DEFINED GIT_INFO OR "${GIT_INFO}" STREQUAL "")
3231
set(GIT_INFO "0")
@@ -35,7 +34,7 @@ endif()
3534

3635
configure_file(cmake/version.txt.in version.txt)
3736

38-
set(PRODUCT_VERSION ${VERSION_YEAR}.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
37+
set(PRODUCT_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
3938
set(PLUGIN_VERSION ${PRODUCT_VERSION})
4039

4140
# Propagate version to plugins

libraries/dl-streamer/RELEASE_NOTES.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ For installing Pipeline Framework with the prebuilt binaries or Docker\* or to b
8585
|[preview] Enabled Intel® Arc™ B-Series Graphics [products formerly Battlemage] | Validated with Ubuntu 24.04, 6.12.3-061203-generic and the latest Intel® Graphics Compute Runtime for oneAPI Level Zero and OpenCL™ Driver v24.52.32224.5 + the latest public Intel Graphics Media Driver version + pre-rerelease Intel® Graphics Memory Management Library version |
8686
| OpenVINO 2024.6 support | Update to the latest version of OpenVINO |
8787
| Updated NPU driver | Updated NPU driver to 1.10.1 version. |
88-
| Bug fixing | Running multiple gstreamer pipeline objects in the same process on dGPU leads to error; DLStreamer docker image build is failing (2024.2.2 and 2024.3.0 versions); Fixed installation scripts: minor fixes of GPU, NPU installation section; Updated documentation: cleanup, added missed parts, added DLS system requirements |
88+
| Bug fixing | Running multiple gstreamer pipeline objects in the same process on dGPU leads to error; DLStreamer docker image build is failing (2024.2.2 and 2024.3.0 versions); Fixed installation scripts: minor fixes of GPU, NPU installation section; Updated documentation: cleanup, added missed parts, added DLS system requirements |
8989

9090

9191
# Intel® Deep Learning Streamer Pipeline Framework Release 2024.3.0
@@ -97,7 +97,7 @@ For installing Pipeline Framework with the prebuilt binaries or Docker\* or to b
9797
| GStreamer 1.24.10 | Updated GStreamer to the 1.24.10 version |
9898
| Documentation for MQTT | Documentation for MQTT updated |
9999
| Added support for numactl | Added support for numactl in the docker image |
100-
| Enabled Intel® Core™ Ultra Processors (Series 2) (formerly codenamed Lunar Lake) | Validated with Ubuntu 24.04, 6.12.3-061203-generic |
100+
| Enabled Intel® Core™ Ultra Processors (Series 2) (formerly codenamed Lunar Lake) | Validated with Ubuntu 24.04, 6.12.3-061203-generic |
101101

102102

103103
# Intel® Deep Learning Streamer Pipeline Framework Release 2024.2.2
@@ -109,7 +109,7 @@ For installing Pipeline Framework with the prebuilt binaries or Docker\* or to b
109109
| Installation of Intel® DL Streamer Pipeline Framework from Debian packages using APT repository | Support for apt-get install has been added. |
110110
| Yolo11s-pose support | Added support for Yolo11s-pose model. |
111111
| Change in gvafpscounter element | Reset FPS counters whenever a stream is added/removed. |
112-
| OpenVINO updated | OpenVINO updated to the 2024.5 version. |
112+
| OpenVINO updated | OpenVINO updated to the 2024.5 version. |
113113
| GStreamer 1.24.9 | Updated GStreamer to the 1.24.9 version. |
114114
| NPU 1.10.0 | NPU drivers updated to NPU 1.10.0 version. |
115115
| Bugs fixing | Fixed issue with failing performance tests ; Fixed fuzzy tests ; Enabled debug mode ; Created TLS configuration that allows for secure communication between DL Streamer and MQTT broker; Fixed python error: init_threadstate: thread state already initialized; Fixed problem with DLS compilation / GSTreamer base plugin error.; Fixed issue with sample_test: python_draw_face_attributes on Ubuntu 24.04; Fixed issue with sample_test: gvapython cpu/gpu on Ubuntu 24.04 |
@@ -144,7 +144,7 @@ For installing Pipeline Framework with the prebuilt binaries or Docker\* or to b
144144

145145
## Fixed Issues
146146

147-
| **Issue** | **Issue Description** |
147+
| **Issue** | **Issue Description** |
148148
|----------------|------------------------|
149149
|Github issue: [#431](https://github.com/dlstreamer/dlstreamer/issues/431)|WARNING: erroneous pipeline: no element "gvadetect"|
150150
|Github issue: [#433](https://github.com/dlstreamer/dlstreamer/issues/433)|WARNING: erroneous pipeline: no element "gvaattachroi" inside Docker image 2024.1.2-dev-ubuntu24|
@@ -170,7 +170,7 @@ For installing Pipeline Framework with the prebuilt binaries or Docker\* or to b
170170

171171
## Fixed Issues
172172

173-
| **Issue** | **Issue Description** |
173+
| **Issue** | **Issue Description** |
174174
|----------------|------------------------|
175175
| [#425](https://github.com/dlstreamer/dlstreamer/issues/425) | when using inference-region=roi-list vs full-frame in my classification pipeline, classification data does not get published |
176176
| [#432](https://github.com/dlstreamer/dlstreamer/issues/432) | Installation issues with gst-ugly plugins |
@@ -191,8 +191,8 @@ For installing Pipeline Framework with the prebuilt binaries or Docker\* or to b
191191
| Documentation updates | Enhance Performance Guide and Model Preparation section |
192192
| Fix samples errors | Fixed errors on action_recognition, geti, yolo and ffmpeg (customer issue) samples |
193193
| Fix memory grow with `meta_overlay` | Fix for Meta Overlay memory leak with DLS Arch 2.0 |
194-
| Fix pipeline which failed to start with mobilenet-v2-1.0-224 model |
195-
| Fix batch-size error -> with yolov8 model and other yolo models |
194+
| Fix pipeline which failed to start with mobilenet-v2-1.0-224 model |
195+
| Fix batch-size error -> with yolov8 model and other yolo models |
196196

197197

198198
# Intel® Deep Learning Streamer Pipeline Framework Release 2024.1.0

libraries/dl-streamer/cmake/dl-streamer.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ libdir=${prefix}/lib
44
includedir=${prefix}/include
55
Name: Intel® Deep Learning Streamer (Intel® DL Streamer) Pipeline Framework
66
Description: Elements that enable Deep Learning inference and media analytics capabilities in the GStreamer framework
7-
Version:@VERSION_YEAR.@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
7+
Version:@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
88
Libs: -L${libdir}
99
Cflags: -I${includedir}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
${VERSION_YEAR}.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${GIT_INFO}
1+
${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${GIT_INFO}

libraries/dl-streamer/docker/fedora41/fedora41.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ARG FFMPEG_VERSION=6.1.1
4343

4444
ARG OPENVINO_VERSION=2025.2.0
4545

46-
ARG DLSTREAMER_VERSION=2025.0.1.3
46+
ARG DLSTREAMER_VERSION=2025.1.2
4747
ARG DLSTREAMER_BUILD_NUMBER
4848

4949
ENV DLSTREAMER_DIR=/home/dlstreamer/dlstreamer
@@ -311,8 +311,8 @@ SHELL ["/bin/bash", "-xo", "pipefail", "-c"]
311311
COPY --from=ffmpeg-builder /copy_libs/ /usr/local/lib/
312312
COPY --from=ffmpeg-builder /usr/local/lib/pkgconfig/libswresample* /usr/local/lib/pkgconfig/
313313
COPY --from=ffmpeg-builder /usr/local/lib/pkgconfig/libav* /usr/local/lib/pkgconfig/
314-
COPY --from=ffmpeg-builder /usr/local/lib/pkgconfig/libswscale* /usr/local/lib/pkgconfig/
315-
COPY --from=ffmpeg-builder /usr/local/include/ /usr/local/include/
314+
COPY --from=ffmpeg-builder /usr/local/lib/pkgconfig/libswscale* /usr/local/lib/pkgconfig/
315+
COPY --from=ffmpeg-builder /usr/local/include/ /usr/local/include/
316316
COPY --from=gstreamer-builder ${GSTREAMER_DIR} ${GSTREAMER_DIR}
317317
COPY --from=opencv-builder /usr/local/include/opencv4 /usr/local/include/opencv4
318318
COPY --from=opencv-builder /copy_libs/ /usr/local/lib64/

libraries/dl-streamer/docker/ubuntu/ubuntu22.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ LABEL vendor="Intel Corporation"
4242
ARG GST_VERSION=1.26.4
4343
ARG OPENVINO_VERSION=2025.2.0
4444

45-
ARG DLSTREAMER_VERSION=2025.0.1.3
45+
ARG DLSTREAMER_VERSION=2025.1.2
4646
ARG DLSTREAMER_BUILD_NUMBER
4747

4848
ENV DLSTREAMER_DIR=/home/dlstreamer/dlstreamer
@@ -74,7 +74,7 @@ RUN \
7474

7575
# Intel NPU drivers and prerequisites installation
7676
WORKDIR /tmp/npu_deps
77-
77+
7878
RUN curl -L -O https://github.com/oneapi-src/level-zero/releases/download/v1.22.4/level-zero_1.22.4+u22.04_amd64.deb && \
7979
curl -L -O https://github.com/intel/linux-npu-driver/releases/download/v1.19.0/intel-driver-compiler-npu_1.19.0.20250707-16111289554_ubuntu22.04_amd64.deb && \
8080
curl -L -O https://github.com/intel/linux-npu-driver/releases/download/v1.19.0/intel-fw-npu_1.19.0.20250707-16111289554_ubuntu22.04_amd64.deb && \
@@ -455,7 +455,7 @@ RUN \
455455

456456
# Intel NPU drivers and prerequisites installation
457457
WORKDIR /tmp/npu_deps
458-
458+
459459
RUN curl -L -O https://github.com/oneapi-src/level-zero/releases/download/v1.22.4/level-zero_1.22.4+u22.04_amd64.deb && \
460460
curl -L -O https://github.com/intel/linux-npu-driver/releases/download/v1.19.0/intel-driver-compiler-npu_1.19.0.20250707-16111289554_ubuntu22.04_amd64.deb && \
461461
curl -L -O https://github.com/intel/linux-npu-driver/releases/download/v1.19.0/intel-fw-npu_1.19.0.20250707-16111289554_ubuntu22.04_amd64.deb && \

libraries/dl-streamer/docker/ubuntu/ubuntu24.Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ LABEL vendor="Intel Corporation"
4242
ARG GST_VERSION=1.26.4
4343
ARG OPENVINO_VERSION=2025.2.0
4444

45-
ARG DLSTREAMER_VERSION=2025.0.1.3
45+
ARG DLSTREAMER_VERSION=2025.1.2
4646
ARG DLSTREAMER_BUILD_NUMBER
4747

4848
ENV DLSTREAMER_DIR=/home/dlstreamer/dlstreamer
@@ -64,7 +64,7 @@ RUN \
6464
RUN \
6565
curl -fsSL https://repositories.intel.com/gpu/intel-graphics.key | \
6666
gpg --dearmor -o /usr/share/keyrings/intel-graphics.gpg && \
67-
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu noble unified" |\
67+
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu noble unified" |\
6868
tee /etc/apt/sources.list.d/intel-gpu-noble.list
6969

7070
RUN \
@@ -76,7 +76,7 @@ RUN \
7676

7777
# Intel NPU drivers and prerequisites installation
7878
WORKDIR /tmp/npu_deps
79-
79+
8080
RUN curl -L -O https://github.com/oneapi-src/level-zero/releases/download/v1.22.4/level-zero_1.22.4+u24.04_amd64.deb && \
8181
curl -L -O https://github.com/intel/linux-npu-driver/releases/download/v1.19.0/intel-driver-compiler-npu_1.19.0.20250707-16111289554_ubuntu24.04_amd64.deb && \
8282
curl -L -O https://github.com/intel/linux-npu-driver/releases/download/v1.19.0/intel-fw-npu_1.19.0.20250707-16111289554_ubuntu24.04_amd64.deb && \
@@ -300,7 +300,7 @@ ENV GST_PLUGIN_SCANNER=${GSTREAMER_DIR}/bin/gstreamer-1.0/gst-plugin-scanner
300300
ENV GI_TYPELIB_PATH=${GSTREAMER_DIR}/lib/girepository-1.0
301301
ENV PYTHONPATH=${GSTREAMER_DIR}/lib/python3/dist-packages:${DLSTREAMER_DIR}/python:${PYTHONPATH}
302302

303-
# Build DLStreamer
303+
# Build DLStreamer
304304
RUN \
305305
cmake \
306306
-DCMAKE_BUILD_TYPE="${BUILD_ARG}" \
@@ -398,7 +398,7 @@ RUN \
398398

399399
# Intel NPU drivers and prerequisites installation
400400
WORKDIR /tmp/npu_deps
401-
401+
402402
RUN curl -L -O https://github.com/oneapi-src/level-zero/releases/download/v1.22.4/level-zero_1.22.4+u24.04_amd64.deb && \
403403
curl -L -O https://github.com/intel/linux-npu-driver/releases/download/v1.19.0/intel-driver-compiler-npu_1.19.0.20250707-16111289554_ubuntu24.04_amd64.deb && \
404404
curl -L -O https://github.com/intel/linux-npu-driver/releases/download/v1.19.0/intel-fw-npu_1.19.0.20250707-16111289554_ubuntu24.04_amd64.deb && \

libraries/dl-streamer/docs/source/get_started/install/install_guide_ubuntu.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,16 +275,16 @@ Step 4: Pull the Intel® DL Streamer Docker image from Docker Hub
275275
Visit <https://hub.docker.com/r/intel/dlstreamer/> Intel® DL Streamer image docker hub to select the most appropriate version.
276276
By default , the latest docker image points to Ubuntu 24 version.
277277

278-
For **Ubuntu 22.04** please specify tag e.g. **2025.0.1.2-ubuntu22**.
279-
For **Ubuntu 24.04** please use **latest** tag or specified version e.g. **2025.0.1.2-ubuntu24**.
278+
For **Ubuntu 22.04** please specify tag e.g. **2025.1.2-ubuntu22**.
279+
For **Ubuntu 24.04** please use **latest** tag or specified version e.g. **2025.1.2-ubuntu24**.
280280

281281
.. tabs::
282282

283283
.. tab:: Ubuntu 22
284284

285285
.. code-block:: sh
286286
287-
docker pull intel/dlstreamer:2025.0.1.2-ubuntu22
287+
docker pull intel/dlstreamer:2025.1.2-ubuntu22
288288
289289
.. tab:: Ubuntu 24
290290

@@ -304,7 +304,7 @@ To confirm that your installation is completed successfully, please run a contai
304304

305305
.. code-block:: sh
306306
307-
docker run -it intel/dlstreamer:2025.0.1.2-ubuntu22
307+
docker run -it intel/dlstreamer:2025.1.2-ubuntu22
308308
309309
.. tab:: Ubuntu 24
310310

0 commit comments

Comments
 (0)