mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
fakesink: make variable static
This commit is contained in:
parent
e444ffecf7
commit
239a63a777
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ static gboolean gst_fake_sink_event (GstBaseSink * bsink, GstEvent * event);
|
||||||
|
|
||||||
static guint gst_fake_sink_signals[LAST_SIGNAL] = { 0 };
|
static guint gst_fake_sink_signals[LAST_SIGNAL] = { 0 };
|
||||||
|
|
||||||
GParamSpec *pspec_last_message = NULL;
|
static GParamSpec *pspec_last_message = NULL;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
marshal_VOID__MINIOBJECT_OBJECT (GClosure * closure, GValue * return_value,
|
marshal_VOID__MINIOBJECT_OBJECT (GClosure * closure, GValue * return_value,
|
||||||
|
|
Loading…
Reference in a new issue