mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
validate: Fix build
This commit is contained in:
parent
39a0be8e0e
commit
62d8235598
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ enum
|
|||
|
||||
static GParamSpec *properties[PROP_LAST];
|
||||
|
||||
static guint _signals[LAST_SIGNAL] = { NULL, };
|
||||
static guint _signals[LAST_SIGNAL] = { 0, };
|
||||
|
||||
static gboolean
|
||||
gst_validate_runner_should_monitor (GstValidateRunner * self,
|
||||
|
|
Loading…
Reference in a new issue