Diff gst-plugins-base-1.20.3 with a gst-plugins-base-1.20.4

/usr/portage/media-libs/gst-plugins-base/gst-plugins-base-1.20.4.ebuild 2023-10-09 14:52:31.668368405 +0300
62 62
" # graphene for optional gltransformation and glvideoflip elements and more GLSL Uniforms support in glshader; libpng/jpeg for gloverlay element
63 63
# >=media-libs/graphene-1.4.0[${MULTILIB_USEDEP}]
64 64

  
65
# The >=gstreamer-1.20.4 is a one-time need over eclass due to added API in upstream MR !3090, drop for 1.22
65 66
RDEPEND="
67
	>=media-libs/gstreamer-1.20.4[${MULTILIB_USEDEP}]
66 68
	app-text/iso-codes
67 69
	>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
68 70
	alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
Thank you!