libav: G_CONST_RETURN is deprecated since GLib 2.30

This commit is contained in:
Sebastian Dröge 2015-10-02 23:02:01 +03:00
parent 57ff7ab199
commit fcdb9c08c5
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
#include <libavutil/mem.h>
G_CONST_RETURN gchar *
const gchar *
gst_ffmpeg_get_codecid_longname (enum AVCodecID codec_id)
{
AVCodec *codec;

View file

@ -85,7 +85,7 @@ gst_ffmpeg_init_pix_fmt_info(void);
int
gst_ffmpeg_auto_max_threads(void);
G_CONST_RETURN gchar *
const gchar *
gst_ffmpeg_get_codecid_longname (enum AVCodecID codec_id);
gint