GNOME Bugzilla – Bug 107372
RTP and UDP plugins lack elementFactory info
Last modified: 2004-12-22 21:47:04 UTC
The rtp plugins are not anymore dependent on an external library and they are in working condition too, so (1) It should be taken out from ext to gst dir (2) It should be included in the build system by default.
Ok, plugin moved and added to the build. The plugin (and the UDP plugin) lacks elementFactory information however. Zeshan can you add this? Example below from adder plugin: /* elementfactory information */ GstElementDetails adder_details = { "Adder", "Filter/Audio", "LGPL", "N-to-1 audio adder/mixer", VERSION, "Thomas <thomas@apestaart.org>", "(C) 2001, 2002", };
ok, this turned out to be not a bug since these 'header' plugins do not contain such info.