[Gstreamer-bugs] [Bug 107372] Changed - RTP and UDP plugins lack elementFactory info
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Sun Mar 2 04:45:23 PST 2003
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=107372
Changed by uraeus at linuxrising.org.
--- shadow/107372 Sat Mar 1 21:06:23 2003
+++ shadow/107372.tmp.10897 Sun Mar 2 07:45:23 2003
@@ -10,12 +10,30 @@
Component: gst-plugins
AssignedTo: gstreamer-maint at bugzilla.gnome.org
ReportedBy: zak147 at yahoo.com
QAContact: gstreamer-maint at bugzilla.gnome.org
TargetMilestone: 0.6.x
URL:
-Summary: rtp plugins should be included in the build system
+Summary: RTP and UDP plugins lack elementFactory info
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.
+
+------- Additional Comments From Uraeus at linuxrising.org 2003-03-02 07:45 -------
+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 at apestaart.org>",
+ "(C) 2001, 2002",
+};
More information about the Gstreamer-bugs
mailing list