videoaggregator: don't set element factory details
authorTim-Philipp Müller <tim@centricular.com>
Sun, 8 Feb 2015 14:32:22 +0000 (14:32 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 8 Feb 2015 14:32:22 +0000 (14:32 +0000)
This is an abstract base class, not an element.

gst-libs/gst/video/gstvideoaggregator.c

index 2a8a48c..db413ca 100644 (file)
@@ -1947,14 +1947,6 @@ gst_videoaggregator_class_init (GstVideoAggregatorClass * klass)
   gstelement_class->release_pad =
       GST_DEBUG_FUNCPTR (gst_videoaggregator_release_pad);
 
-  gst_element_class_set_static_metadata (gstelement_class,
-      "Video aggregator base class", "Filter/Editor/Video",
-      "Aggregate multiple video streams",
-      "Wim Taymans <wim@fluendo.com>, "
-      "Sebastian Dröge <sebastian.droege@collabora.co.uk>, "
-      "Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>, "
-      "Thibault Saunier <tsaunier@gnome.org>");
-
   agg_class->sinkpads_type = GST_TYPE_VIDEO_AGGREGATOR_PAD;
   agg_class->start = gst_videoaggregator_start;
   agg_class->stop = gst_videoaggregator_stop;