After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 107372 - RTP and UDP plugins lack elementFactory info
RTP and UDP plugins lack elementFactory info
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-03-02 02:06 UTC by Zeeshan Ali
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Zeeshan Ali 2003-03-02 02:06:22 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.
Comment 1 Christian Fredrik Kalager Schaller 2003-03-02 12:45:20 UTC
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",
};
Comment 2 Christian Fredrik Kalager Schaller 2003-03-12 09:49:31 UTC
ok, this turned out to be not a bug since these 'header' plugins do
not contain such info.