Experimental GStreamer plugin for encrypting / decrypting H264 streams with AES
GNU General Public License v3.0
5
stars
1
forks
source link
h264_encrypt::gst_h264_encrypt_set_property() - fixed warning: label followed by a declaration is a C23 extension #7
Closed
inobelar closed 2 months ago
gcc 13.2.0
produces the next warning: `Label followed by a declaration is a C23 extension.Between 2 possible ways to fix it:
seed
before switch/case, and assign to itg_value_get_uint(value)
resultcase PROP_IV_SEED
by brackets, to make separated scope, that begins fromseed
declaration & initializionI choosed second way for clarity.