mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 02:33:53 +00:00
coreelements: GST_BOILERPLATE already sets parent_class
This commit is contained in:
parent
fdd65e382d
commit
d692735f49
3 changed files with 0 additions and 6 deletions
|
@ -172,8 +172,6 @@ gst_fd_src_class_init (GstFdSrcClass * klass)
|
||||||
gstbasesrc_class = GST_BASE_SRC_CLASS (klass);
|
gstbasesrc_class = GST_BASE_SRC_CLASS (klass);
|
||||||
gstpush_src_class = GST_PUSH_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->set_property = gst_fd_src_set_property;
|
||||||
gobject_class->get_property = gst_fd_src_get_property;
|
gobject_class->get_property = gst_fd_src_get_property;
|
||||||
gobject_class->dispose = gst_fd_src_dispose;
|
gobject_class->dispose = gst_fd_src_dispose;
|
||||||
|
|
|
@ -797,8 +797,6 @@ gst_input_selector_class_init (GstInputSelectorClass * klass)
|
||||||
GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
|
GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
|
||||||
GstElementClass *gstelement_class = GST_ELEMENT_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->dispose = gst_input_selector_dispose;
|
||||||
|
|
||||||
gobject_class->set_property = gst_input_selector_set_property;
|
gobject_class->set_property = gst_input_selector_set_property;
|
||||||
|
|
|
@ -281,8 +281,6 @@ gst_queue2_class_init (GstQueue2Class * klass)
|
||||||
GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
|
GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
|
||||||
GstElementClass *gstelement_class = GST_ELEMENT_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->set_property = gst_queue2_set_property;
|
||||||
gobject_class->get_property = gst_queue2_get_property;
|
gobject_class->get_property = gst_queue2_get_property;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue