valve: GST_BOILERPLATE already sets parent_class

This commit is contained in:
Stefan Kost 2010-09-28 14:07:39 +03:00
parent 3958f8371e
commit 636ca1adde

View file

@ -122,8 +122,6 @@ gst_valve_class_init (GstValveClass * klass)
"Drops all buffers if TRUE",
"If this property if TRUE, the element will drop all buffers, if its FALSE, it will let them through",
FALSE, G_PARAM_READWRITE));
parent_class = g_type_class_peek_parent (klass);
}
static void