valve: GST_BOILERPLATE already sets parent_class

This commit is contained in:
Stefan Kost 2010-09-28 14:07:39 +03:00 committed by Tim-Philipp Müller
parent a2de9458c1
commit 2b70b14591

View file

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