Skip to content

Commit ab74e2d

Browse files
authored
gst-plugins-imsdk: Update SRCREV to include qtiqmmfsrc improvements (#1708)
This SRCREV bump pulls below key changes: - Improve the JSON utility library with minor enhancements. - Update the HAL pixel formats in the qtiqmmfsrc plugin. - Apply minor updates in qtiqmmfsrc to maintain backward compatibility. - Update the qtiqmmfsrc allocator to use the DMABUF allocator for compatibility with open‑source plugins.
2 parents 8f9cf91 + f697e93 commit ab74e2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipes-multimedia/imsdk/gst-plugins-imsdk_git.bb renamed to recipes-multimedia/imsdk/gst-plugins-imsdk_0.1.0.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ inherit cmake features_check pkgconfig
1010

1111
REQUIRED_DISTRO_FEATURES = "opengl"
1212

13-
SRC_URI = "git://github.com/qualcomm/gst-plugins-imsdk;branch=main;protocol=https"
13+
SRC_URI = "git://github.com/qualcomm/gst-plugins-imsdk;protocol=https;nobranch=1;tag=${PV}"
1414

15-
SRCREV = "268dc4daa7fb3813bdfd481ff15e38f8d844105c"
16-
PV = "0.0+git"
15+
SRCREV = "538ab4e1ab048e619b08f82f8a737621f60d6d32"
1716

1817
DEPENDS += "\
1918
gstreamer1.0 \
2019
gstreamer1.0-plugins-base \
20+
json-glib \
2121
virtual/egl \
2222
virtual/libgbm \
2323
virtual/libgles2 \

0 commit comments

Comments
 (0)