mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +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 };
|
||||
|
||||
GParamSpec *pspec_last_message = NULL;
|
||||
static GParamSpec *pspec_last_message = NULL;
|
||||
|
||||
static void
|
||||
marshal_VOID__MINIOBJECT_OBJECT (GClosure * closure, GValue * return_value,
|
||||
|
|
Loading…
Reference in a new issue