Skip to content

Commit f697e93

Browse files
gst-plugins-imsdk: Update SRCREV to include qtiqmmfsrc improvements
Update to the latest upstream tag, 0.1.0. Rename the recipe file to include the version number and update SRC_URI to reference the tag using ${PV}. This SRCREV bump pulls below key changes: Improve the JSON utility library with minor enhancements and add json-glib to DEPENDS for updated JSON handling in the common library. 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. Signed-off-by: Raja Ganapathi Busam <rbusam@qti.qualcomm.com>
1 parent 4c3b341 commit f697e93

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)