Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/gstreamer/gstreamer.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define debug_package %{nil}
Name: gstreamer
Version: 1.26.6
Version: 1.28.1
Release: 1%{?dist}
Summary: Intel optimized GStreamer build with VAAPI support

Expand Down
2 changes: 1 addition & 1 deletion SPECS/versions.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PAHO_MQTT_VERSION=1.3.4
FFMPEG_VERSION=6.1.1
GSTREAMER_VERSION=1.26.6
GSTREAMER_VERSION=1.28.1
OPENCV_VERSION=4.12.0
OPENVINO_VERSION=2026.0.0
DLSTREAMER_VERSION=2026.0.0
2 changes: 1 addition & 1 deletion dependencies/gstreamer.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
include(ExternalProject)

# When changing version, you will also need to change the download hash
set(DESIRED_VERSION 1.26.6)
set(DESIRED_VERSION 1.28.1)

# Note: the dependency scripts follow a template, this is left here should other
# dependencies be added in the future and this file used as a reference.
Expand Down
2 changes: 1 addition & 1 deletion docker/fedora41/fedora41.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ARG BUILD_ARG=Release
LABEL description="This is the development image of Deep Learning Streamer (DL Streamer) Pipeline Framework"
LABEL vendor="Intel Corporation"

ARG GST_VERSION=1.26.6
ARG GST_VERSION=1.28.1
ARG FFMPEG_VERSION=6.1.1

ARG OPENVINO_VERSION=2026.0.0
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/ubuntu22.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ARG BUILD_ARG=Release
LABEL description="This is the development image of Deep Learning Streamer (DL Streamer) Pipeline Framework"
LABEL vendor="Intel Corporation"

ARG GST_VERSION=1.26.6
ARG GST_VERSION=1.28.1
ARG OPENVINO_VERSION=2026.0.0
ARG REALSENSE_VERSION=v2.57.6

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/ubuntu24.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ARG BUILD_ARG=Release
LABEL description="This is the development image of Intel® Deep Learning Streamer (Intel® DL Streamer) Pipeline Framework"
LABEL vendor="Intel Corporation"

ARG GST_VERSION=1.26.6
ARG GST_VERSION=1.28.1
ARG OPENVINO_VERSION=2026.0.0
ARG REALSENSE_VERSION=v2.57.6

Expand Down
2 changes: 1 addition & 1 deletion docker/windows/windows_builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Use the Windows Server Core 2022 image.
FROM mcr.microsoft.com/windows/servercore:ltsc2022

ARG GSTREAMER_VERSION=1.26.6
ARG GSTREAMER_VERSION=1.28.1

# Restore the default Windows shell for correct batch processing.
SHELL ["cmd", "/S", "/C"]
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_dlstreamer_dlls.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ param(
[switch]$useInternalProxy
)

$GSTREAMER_VERSION = "1.26.6"
$GSTREAMER_VERSION = "1.28.1"
$OPENVINO_VERSION = "2026.0.0"
$OPENVINO_VERSION_SHORT = "2026.0"
$PYTHON_VERSION = "3.12.7"
Expand Down
Loading