[gstreamer-bugs] [Bug 167283] New: GStreamer creates broken objects

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sun Feb 13 09:22:23 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=167283
 GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: GStreamer creates broken objects
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: in7y118 at public.uni-hamburg.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Run the following code with MyElement being a subclass of GstElement):

element = g_object_new (MY_TYPE_ELEMENT);
gst_bin_add (some_bin, element);


You'll get the following errors:

(process:29426): GStreamer-CRITICAL **: file 
gstobject.c: line 589 (gst_object_check_uniqueness): assertion `name != NULL' failed

(process:29426): GStreamer-WARNING **: Name (null) is not unique in bin
some_bin, not adding


I think a default name should be given to the object upon creation, but since
I'm not sure if that'd break something in 0.8, I'm filing it here for discussion.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list