ennala/telepresence

avfilter_unref_bufferp deprecated

Closed this issue · 1 comments

What steps will reproduce the problem?
1.make the telepresence system
2.
3.

What is the expected output? What do you see instead?
The expected output is that make should be successful. But I see the following 
error - 

/usr/local/include/libavfilter/buffersrc.h:127:5: note: declared here
source/filters/OTFilter.cc:180:15: warning: âint 
av_buffersink_get_buffer_ref(AVFilterContext*, AVFilterBufferRef**, int)â is 
deprecated (declared at /usr/local/include/libavfilter/buffersink.h:41) 
[-Wdeprecated-declarations]
source/filters/OTFilter.cc:180:73: warning: âint 
av_buffersink_get_buffer_ref(AVFilterContext*, AVFilterBufferRef**, int)â is 
deprecated (declared at /usr/local/include/libavfilter/buffersink.h:41) 
[-Wdeprecated-declarations]
source/filters/OTFilter.cc:195:10: warning: âint 
avfilter_copy_buf_props(AVFrame*, const AVFilterBufferRef*)â is deprecated 
(declared at /usr/local/include/libavfilter/avfilter.h:1117) 
[-Wdeprecated-declarations]
source/filters/OTFilter.cc:195:53: warning: âint 
avfilter_copy_buf_props(AVFrame*, const AVFilterBufferRef*)â is deprecated 
(declared at /usr/local/include/libavfilter/avfilter.h:1117) 
[-Wdeprecated-declarations]
source/filters/OTFilter.cc:196:4: warning: âvoid 
avfilter_unref_bufferp(AVFilterBufferRef**)â is deprecated (declared at 
/usr/local/include/libavfilter/avfilter.h:236) [-Wdeprecated-declarations]
source/filters/OTFilter.cc:196:35: warning: âvoid 
avfilter_unref_bufferp(AVFilterBufferRef**)â is deprecated (declared at 
/usr/local/include/libavfilter/avfilter.h:236) [-Wdeprecated-declarations]
source/filters/OTFilter.cc:202:2: warning: âvoid 
avfilter_unref_bufferp(AVFilterBufferRef**)â is deprecated (declared at 
/usr/local/include/libavfilter/avfilter.h:236) [-Wdeprecated-declarations]
source/filters/OTFilter.cc:202:33: warning: âvoid 
avfilter_unref_bufferp(AVFilterBufferRef**)â is deprecated (declared at 
/usr/local/include/libavfilter/avfilter.h:236) [-Wdeprecated-declarations]


What version of the product are you using? On what operating system?
SIP telepresence latest svn downloaded code (2.0), Ububtu

Please provide any additional information below.


Original issue reported on code.google.com by JayaKuma...@gmail.com on 21 Sep 2013 at 6:35

The wiki for building FFmpeg references a specific version. If you decide to 
use another version it's up to you to fix any issue

Original comment by boss...@yahoo.fr on 21 Sep 2013 at 2:41

  • Changed state: WontFix