projects
/
platform
/
upstream
/
gst-libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6243197
)
avauddec: fix remaining warnings
author
Mathieu Duponchelle
<mathieu@centricular.com>
Sun, 1 Jul 2018 00:23:06 +0000
(
02:23
+0200)
committer
Mathieu Duponchelle
<mathieu@centricular.com>
Thu, 12 Jul 2018 22:53:27 +0000
(
00:53
+0200)
https://bugzilla.gnome.org/show_bug.cgi?id=792900
ext/libav/gstavauddec.h
patch
|
blob
|
history
diff --git
a/ext/libav/gstavauddec.h
b/ext/libav/gstavauddec.h
index
504da80
..
1a194ab
100644
(file)
--- a/
ext/libav/gstavauddec.h
+++ b/
ext/libav/gstavauddec.h
@@
-19,6
+19,8
@@
#ifndef __GST_FFMPEGAUDDEC_H__
#define __GST_FFMPEGAUDDEC_H__
+#include <glib.h>
+
G_BEGIN_DECLS
#include <gst/gst.h>
@@
-37,7
+39,7
@@
struct _GstFFMpegAudDec
AVFrame *frame;
guint8 *padded;
- g
u
int padded_size;
+ gint padded_size;
/* prevent reopening the decoder on GST_EVENT_CAPS when caps are same as last time. */
GstCaps *last_caps;