[gstreamer-bugs] [Bug 623802] New: camerabin: Bin based viewfinder sink support is broken

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 7 18:43:21 PDT 2010


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

           Summary: camerabin: Bin based viewfinder sink support is broken
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: dmytro.poplavskiy at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


camerabin_setup_view_elements contains

for (child = children; child != NULL; child = g_list_next (children)) {

should be

for (child = children; child != NULL; child = g_list_next (child)) {

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