mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
libav: G_CONST_RETURN is deprecated since GLib 2.30
This commit is contained in:
parent
57ff7ab199
commit
fcdb9c08c5
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue