mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
test-codecs-parsing: Add test case
Check if encoder contains an invalid character. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
b3a89bca76
commit
f4632931d5
@ -109,6 +109,12 @@ static void codecs_bad(void)
|
||||
G_LOG_LEVEL_WARNING,
|
||||
"*spice: unknown video codec unknown_codec",
|
||||
TRUE,
|
||||
},{
|
||||
// invalid characters in encoder
|
||||
"spice&:mjpeg",
|
||||
G_LOG_LEVEL_WARNING,
|
||||
"*spice: invalid encoder:codec value*",
|
||||
TRUE,
|
||||
},
|
||||
#if !defined(HAVE_GSTREAMER_1_0) && !defined(HAVE_GSTREAMER_0_10)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user