[gstreamer-bugs] [Bug 430664] name conflict for "rtpbin" element

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jul 6 03:26:23 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=430664

  GStreamer | gst-plugins-bad | Ver: HEAD CVS

Laurent Glayal changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |




------- Comment #7 from Laurent Glayal  2007-07-06 10:26 UTC -------
Well, the elements names are different but the structures used to register
plugins have the same names, for ex :

Farsight :
gstrtpbin.h:#define GST_RTP_BIN(obj)           
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_RTP_BIN,GstRTPBin))
gstrtpbin.h:#define GST_RTP_BIN_CLASS(klass)   
(G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_RTP_BIN,GstRTPBinClass))
gstrtpbin.h:typedef struct _GstRTPBin GstRTPBin;
gstrtpbin.h:typedef struct _GstRTPBinClass GstRTPBinClass;
gstrtpbin.h:struct _GstRTPBin
gstrtpbin.h:struct _GstRTPBinClass

RtpManager :
gstrtpbin.h:  (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_RTP_BIN,GstRTPBin))
gstrtpbin.h: 
(G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_RTP_BIN,GstRTPBinClass))
gstrtpbin.h:typedef struct _GstRTPBin GstRTPBin;
gstrtpbin.h:typedef struct _GstRTPBinClass GstRTPBinClass;
gstrtpbin.h:typedef struct _GstRTPBinPrivate GstRTPBinPrivate;
gstrtpbin.h:struct _GstRTPBin {
gstrtpbin.h:  GstRTPBinPrivate *priv;
gstrtpbin.h:struct _GstRTPBinClass {

So rtp plugins from rtpmanager and rtp plugins from farsight can't be both
installed/registered.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=430664.




More information about the Gstreamer-bugs mailing list