[Bug 796184] New: Minor bug in the BasicTutorial4.cs

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 16 21:18:07 UTC 2018


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

            Bug ID: 796184
           Summary: Minor bug in the BasicTutorial4.cs
    Classification: Platform
           Product: GStreamer
           Version: 1.14.0
                OS: Windows
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: gst-sharp
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: tomislavtustonic at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

There's a minor bug in the BasicTutorial4.cs sample
(https://github.com/GStreamer/gstreamer-sharp/blob/master/samples/BasicTutorial4.cs)
in line 71.

Instead of 
seekEnabled && seekDone 
should be
seekEnabled && !seekDone 

Cheers, Tom

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