mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
videomeassure: GST_BOILERPLATE already sets parent_class
This commit is contained in:
parent
8f26b414fa
commit
3958f8371e
1 changed files with 0 additions and 2 deletions
|
@ -341,8 +341,6 @@ gst_measure_collector_class_init (GstMeasureCollectorClass * klass)
|
||||||
gobject_class = G_OBJECT_CLASS (klass);
|
gobject_class = G_OBJECT_CLASS (klass);
|
||||||
trans_class = GST_BASE_TRANSFORM_CLASS (klass);
|
trans_class = GST_BASE_TRANSFORM_CLASS (klass);
|
||||||
|
|
||||||
parent_class = g_type_class_peek_parent (klass);
|
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_INIT (GST_CAT_DEFAULT, "measurecollect", 0,
|
GST_DEBUG_CATEGORY_INIT (GST_CAT_DEFAULT, "measurecollect", 0,
|
||||||
"measurement collector");
|
"measurement collector");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue