Hi, all.<br><br>I am trying to compile the gst-plugins-base-0.10.23. I
already have installed gstreamer core, but I am getting the following
errors when I try gst-plugins-base:<br><br>gstoggdemux.c:3045: error: too many arguments to function ‘gst_ogg_demux_handle_page’<br>
gstoggdemux.c: In function ‘gst_ogg_demux_change_state’:<br>gstoggdemux.c:3255: warning: implicit declaration of function ‘ogg_sync_init’<br>gstoggdemux.c:3255: error: ‘GstOggDemux’ has no member named ‘sync’<br>gstoggdemux.c:3258: error: ‘GstOggDemux’ has no member named ‘sync’<br>

gstoggdemux.c:3284: error: ‘GstOggDemux’ has no member named ‘sync’<br>make[3]: ** [libgstogg_la-gstoggdemux.lo] Erro 1<br>make[2]: ** [all-recursive] Erro 1<br>make[1]: ** [all-recursive] Erro 1<br>make: ** [all] Erro 2<br>

<br>Any idea what should I do? :/<br><br>Thank you.