[gstreamer-bugs] [Bug 640637] New: Camerabin has warning: Internal GStreamer error: clock problem.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 26 06:22:06 PST 2011


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

           Summary: Camerabin has warning: Internal GStreamer error: clock
                    problem.
    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: luciana at fujii.eti.br
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=179370)
 View: https://bugzilla.gnome.org/attachment.cgi?id=179370
 Review: https://bugzilla.gnome.org/review?bug=640637&attachment=179370

Handle upstream events when select-all is set

When used with clutter-gst sink or with ximagesink, camerabin posts the
warning: "Internal GStreamer error: clock problem.". 

Aditional debug info: "gstbin.c(2375): gst_bin_do_latency_func ():
/GstCameraBin:camerabin: Failed to configure latency of 0:00:00.000000000"

This is because input-selector doesn't handle upstream events when select-all
is set. The warning doesn't occur with xvimagesink because this sink doesn't
forward the latency event upstream, so it never reaches input-selector.

This patch forwards the event to all sink-pads when select-all is set. It
succeeds if any of the pads does, because when select-all is set the pads that
are connected to input-selector sink pads might not be active and not handle
the event. This affects only the input-selector copy in camerabin.

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