[gstreamer-bugs] [Bug 163234] New: plugin loading isn't thread-safe

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Jan 7 06:33:54 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=163234
 GStreamer | gstreamer (core) | Ver: 0.8.7

           Summary: plugin loading isn't thread-safe
           Product: GStreamer
           Version: 0.8.7
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: sc5 at hermes.usherb.ca
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Run the following pipeline (notice the 2 typefind):

  gst-launch-0.8 { filesrc location="test1.mpg" ! typefind ! fakesink } {
  filesrc location="test2.mpg" ! typefind ! fakesink }
  EXECUTION du tube en cours ...

  GStreamer-ERROR **: file gstplugin.c: line 184 (gst_plugin_register_func):
  assertion failed: (plugin->module == NULL)
  aborting...

If I replace one typefind by mpegdemux, everything works correctly. "Company"
told me that plugin loading might not be thread-safe, which would lead to this
problem.

------- 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