fpsdisplaysink: init variable to NULL to avoid compiler warning

Fixes #580901.
This commit is contained in:
Tristan Matthews 2009-04-30 17:08:52 +01:00 committed by Tim-Philipp Müller
parent 5704bc8f89
commit 8d4315ee5c

View file

@ -273,7 +273,7 @@ display_current_fps (gpointer data)
static void
fps_display_sink_start (FPSDisplaySink * self)
{
GstPad *target_pad;
GstPad *target_pad = NULL;
/* Init counters */
self->priv->next_ts = GST_CLOCK_TIME_NONE;