[Bug 775738] New: Missing parameter in some calls of gst_event_new_flush_stop(...)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 7 06:11:59 UTC 2016


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

            Bug ID: 775738
           Summary: Missing parameter in some calls of
                    gst_event_new_flush_stop(...)
    Classification: Platform
           Product: GStreamer
           Version: 1.8.2
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: Martin.gstreamer-bugreport.Maurer at clibb.de
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

build/gst1-plugins-bad-1.8.2/gst/cdxaparse/gstcdxaparse.c:  gst_pad_push_event
(cdxa->sinkpad, gst_event_new_flush_stop ());
build/gst1-plugins-bad-1.8.2/gst/cdxaparse/gstcdxaparse.c:  gst_pad_push_event
(cdxa->srcpad, gst_event_new_flush_stop ());
build/gst1-plugins-bad-1.8.2/gst/tta/gstttaparse.c:          gst_pad_push_event
(ttaparse->srcpad, gst_event_new_flush_stop ());
build/gst1-plugins-bad-1.8.2/gst/tta/gstttaparse.c:          gst_pad_push_event
(ttaparse->sinkpad, gst_event_new_flush_stop ());
build/gst1-plugins-bad-1.8.2/ext/timidity/gsttimidity.c:       
gst_pad_push_event (timidity->srcpad, gst_event_new_flush_stop ());
build/gst1-plugins-bad-1.8.2/ext/musepack/gstmusepackdec.c:  gst_pad_push_event
(dec->sinkpad, gst_event_new_flush_stop ());
build/gst1-plugins-bad-1.8.2/ext/musepack/gstmusepackdec.c:   
gst_pad_push_event (dec->srcpad, gst_event_new_flush_stop ());

Prototype (from build/gstreamer1-1.8.2/gst/gstevent.h):

GstEvent *      gst_event_new_flush_stop        (gboolean reset_time)
G_GNUC_MALLOC;

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