Hello to everyone,<br><br>I have trouble to compile the gst-plugins-bad module. I receive the following error message:<br><br>I receive the following error message in the (required) feature videoparsers:<br><br>make[3]: Entering directory `/home/myuser/cpp/gst-source-trunks/gst-plugins-bad/gst/mpeg4videoparse&#39;<br>
  CC     libgstmpeg4videoparse_la-mpeg4videoparse.lo<br>cc1: warnings being treated as errors<br>mpeg4videoparse.c: In function ‘gst_mpeg4vparse_update_src_caps’:<br>mpeg4videoparse.c:489:5: error: implicit declaration of function ‘gst_base_parse_set_latency’<br>
<br>What I did:<br><br>git clone git://<a href="http://anongit.freedesktop.org/gstreamer/gst-plugins-bad">anongit.freedesktop.org/gstreamer/gst-plugins-bad</a> &amp;&amp; cd gst-plugins-bad<br>./autogen.sh<br>./configure <br>
make<br><br>Also<br>./configure --disable-mpeg4videoparse --disable-mpegvideoparse<br>did not solve the problem.<br>I receiven then<br><br>gstmpegvideoparse.c: In function ‘gst_mpegv_parse_update_src_caps’:<br>gstmpegvideoparse.c:575:5: error: implicit declaration of function ‘gst_base_parse_set_latency’<br>
<br><br>Did anyone already had a similar issue?<br>Maybe I need to link some modules plugins-bad depend on?<br><br>Thanks a lot in advance!<br><br><br><br><br>