mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 19:18:31 +00:00
valve: GST_BOILERPLATE already sets parent_class
This commit is contained in:
parent
a2de9458c1
commit
2b70b14591
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue