GNOME Bugzilla – Bug 775738
Missing parameter in some calls of gst_event_new_flush_stop(...)
Last modified: 2016-12-07 08:35:40 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;
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