Skip to content
Snippets Groups Projects
Commit fcdb9c08 authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

libav: G_CONST_RETURN is deprecated since GLib 2.30

parent 57ff7ab1
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <libavutil/mem.h> #include <libavutil/mem.h>
G_CONST_RETURN gchar * const gchar *
gst_ffmpeg_get_codecid_longname (enum AVCodecID codec_id) gst_ffmpeg_get_codecid_longname (enum AVCodecID codec_id)
{ {
AVCodec *codec; AVCodec *codec;
......
...@@ -85,7 +85,7 @@ gst_ffmpeg_init_pix_fmt_info(void); ...@@ -85,7 +85,7 @@ gst_ffmpeg_init_pix_fmt_info(void);
int int
gst_ffmpeg_auto_max_threads(void); gst_ffmpeg_auto_max_threads(void);
G_CONST_RETURN gchar * const gchar *
gst_ffmpeg_get_codecid_longname (enum AVCodecID codec_id); gst_ffmpeg_get_codecid_longname (enum AVCodecID codec_id);
gint gint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment