After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 775738 - Missing parameter in some calls of gst_event_new_flush_stop(...)
Missing parameter in some calls of gst_event_new_flush_stop(...)
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.8.2
Other Windows
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-12-07 06:11 UTC by Martin Maurer
Modified: 2016-12-07 08:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Maurer 2016-12-07 06:11:59 UTC
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;
Comment 1 Sebastian Dröge (slomo) 2016-12-07 08:35:40 UTC
These are all not ported to 1.x yet, there are more reasons why they don't compile. If someone wants to port them, that should all be done in one go. Or they should be removed, see https://bugzilla.gnome.org/show_bug.cgi?id=774530