[Bug 796503] New: A bug in basic-tutorial-13.c

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 6 00:21:53 UTC 2018


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

            Bug ID: 796503
           Summary: A bug in basic-tutorial-13.c
    Classification: Platform
           Product: GStreamer
           Version: 1.14.1
                OS: Windows
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: documentation
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: tomislavtustonic at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

It seems that there's a bug in the basic-tutorial-13.c, line 78, when
data->rate is <0.

Here's an error shown:
GStreamer-CRITICAL **: gst_event_new_step: assertion 'rate > 0.0' failed

GStreamer-CRITICAL **: gst_element_send_event: assertion 'event != NULL' failed

According to the documentation
(https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstEvent.html#gst-event-new-step)
a rate of <= is not allowed.

It should probably be the absolute value of data->rate.

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