[Bug 749531] New: xvimagesink: refactor code to remove unnecessary mutex lock/unlock

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 18 00:47:14 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=749531

            Bug ID: 749531
           Summary: xvimagesink: refactor code to remove unnecessary mutex
                    lock/unlock
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: vineeth.tm at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

When xvimagesink->xwindow is not present, there is a seperate condition
 to check it and prepare window handle, and mutex lock/unlock is being called
 seperately for the same. This is not needed. The same condition can be added 
 while creating the new instance of xwindow.

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