fakesink: make variable static

This commit is contained in:
Tim-Philipp Müller 2010-12-30 18:31:11 +00:00
parent e444ffecf7
commit 239a63a777

View file

@ -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,