mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +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",
|
||||
"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
|
||||
|
|
Loading…
Reference in a new issue