coreelements: GST_BOILERPLATE already sets parent_class

This commit is contained in:
Tim-Philipp Müller 2010-12-31 00:45:54 +00:00
parent fdd65e382d
commit d692735f49
3 changed files with 0 additions and 6 deletions

View file

@ -172,8 +172,6 @@ gst_fd_src_class_init (GstFdSrcClass * klass)
gstbasesrc_class = GST_BASE_SRC_CLASS (klass);
gstpush_src_class = GST_PUSH_SRC_CLASS (klass);
parent_class = g_type_class_peek_parent (klass);
gobject_class->set_property = gst_fd_src_set_property;
gobject_class->get_property = gst_fd_src_get_property;
gobject_class->dispose = gst_fd_src_dispose;

View file

@ -797,8 +797,6 @@ gst_input_selector_class_init (GstInputSelectorClass * klass)
GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
GstElementClass *gstelement_class = GST_ELEMENT_CLASS (klass);
parent_class = g_type_class_peek_parent (klass);
gobject_class->dispose = gst_input_selector_dispose;
gobject_class->set_property = gst_input_selector_set_property;

View file

@ -281,8 +281,6 @@ gst_queue2_class_init (GstQueue2Class * klass)
GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
GstElementClass *gstelement_class = GST_ELEMENT_CLASS (klass);
parent_class = g_type_class_peek_parent (klass);
gobject_class->set_property = gst_queue2_set_property;
gobject_class->get_property = gst_queue2_get_property;