Hi, 
unable to compile current darcs repository revision with current
Gstreamer CVS revision ::

 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -pthread
-I/usr/audio/dev/User/lglayal/GStreamer/Revision_Avril2007/Binaires//include/gstreamer-0.10
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libxml2 -pthread
-I/usr/audio/dev/User/lglayal/GStreamer/Revision_Avril2007/Binaires//include/gstreamer-0.10
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libxml2 -Wall -Werror -DEXTERN_BUF -DRTP_SUPPORT -g -O2
-MT libgstrtppayloads_la-gstrtpg729pay.lo -MD -MP -MF
.deps/libgstrtppayloads_la-gstrtpg729pay.Tpo -c gstrtpg729pay.c  -fPIC
-DPIC -o .libs/libgstrtppayloads_la-gstrtpg729pay.o
gstrtpg729pay.c: In function `gst_rtp_g729_pay_handle_buffer':
gstrtpg729pay.c:245: warning: passing arg 1 of
`gst_base_rtp_audio_payload_push' from incompatible pointer type
gstrtpg729pay.c:274: warning: passing arg 1 of
`gst_base_rtp_audio_payload_push' from incompatible pointer type
make[3]: *** [libgstrtppayloads_la-gstrtpg729pay.lo] Error 1

Here is the modifed source for working compilation (at least with gcc
3.3 and gstreamer cvs release )

[EMAIL PROTECTED]
/usr/audio/dev/User/lglayal/GStreamer/Revision_Avril2007/gst-plugins-farsight/gst/rtppayloads]$
diff gstrtpg729pay.c gstrtpg729pay.c.savelg
243c243
<       ret = gst_base_rtp_audio_payload_push (payload,
---
>       ret = gst_base_rtp_audio_payload_push (basertpaudiopayload,
273c273
<     ret = gst_base_rtp_audio_payload_push (payload, data,
---
>     ret = gst_base_rtp_audio_payload_push (basertpaudiopayload, data,


Regards,


      
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Farsight-devel mailing list
Farsight-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/farsight-devel

Reply via email to