Problems when compiling gst-plugins-base-0.10.23 under Mingw

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Problems when compiling gst-plugins-base-0.10.23 under Mingw

Marcelo de Sá Mendoza
Hi, all.

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:

gstoggdemux.c:3045: error: too many arguments to function ‘gst_ogg_demux_handle_page’
gstoggdemux.c: In function ‘gst_ogg_demux_change_state’:
gstoggdemux.c:3255: warning: implicit declaration of function ‘ogg_sync_init’
gstoggdemux.c:3255: error: ‘GstOggDemux’ has no member named ‘sync’
gstoggdemux.c:3258: error: ‘GstOggDemux’ has no member named ‘sync’
gstoggdemux.c:3284: error: ‘GstOggDemux’ has no member named ‘sync’
make[3]: ** [libgstogg_la-gstoggdemux.lo] Erro 1
make[2]: ** [all-recursive] Erro 1
make[1]: ** [all-recursive] Erro 1
make: ** [all] Erro 2

Any idea what should I do? :/

Thank you.
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Problems when compiling gst-plugins-base-0.10.23 under Mingw

lrn-2
On 10.07.2009 20:47, Marcelo de Sá Mendoza wrote:

> Hi, all.
>
> 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:
>
> gstoggdemux.c:3045: error: too many arguments to function
> ‘gst_ogg_demux_handle_page’
> gstoggdemux.c: In function ‘gst_ogg_demux_change_state’:
> gstoggdemux.c:3255: warning: implicit declaration of function
> ‘ogg_sync_init’
> gstoggdemux.c:3255: error: ‘GstOggDemux’ has no member named ‘sync’
> gstoggdemux.c:3258: error: ‘GstOggDemux’ has no member named ‘sync’
> gstoggdemux.c:3284: error: ‘GstOggDemux’ has no member named ‘sync’
> make[3]: ** [libgstogg_la-gstoggdemux.lo] Erro 1
> make[2]: ** [all-recursive] Erro 1
> make[1]: ** [all-recursive] Erro 1
> make: ** [all] Erro 2
>
> Any idea what should I do? :/
>
> Thank you.
>
>    
Looks like you have a problem with ogg.

ogg_sync_init() is declared in ogg.h


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel