[gstreamer-bugs] [Bug 615655] New: [camerabin] shouldn't rely on running GLib main loop

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Apr 13 07:17:05 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=615655
  GStreamer | gst-plugins-bad | git

           Summary: [camerabin] shouldn't rely on running GLib main loop
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: t.i.m at zen.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Subject says it all.

gstcamerabin.c-3283-        /* Calling callback directly will deadlock in
gstcamerabin.c-3284-           imagebin state change functions */
gstcamerabin.c:3285:        g_idle_add_full (G_PRIORITY_HIGH,
gst_camerabin_imgbin_finished, camera,
gstcamerabin.c-3286-            NULL);

Elements shouldn't rely on a running GLib main loop iterating the default main
context.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list