summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth265parse.h
diff options
context:
space:
mode:
authorSeungha Yang <seungha.yang@navercorp.com>2018-08-13 20:34:36 +0900
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2018-09-10 22:36:59 -0400
commitfd79d8d7a36278fd415f89c10632302430720b1a (patch)
tree109a3fdf90866e84a7bf014c14b32f0005d34545 /gst/videoparsers/gsth265parse.h
parent8b57392b92a9da93a4c28444e91249928bd5c43f (diff)
downloadgstreamer-plugins-bad-fd79d8d7a36278fd415f89c10632302430720b1a.tar.gz
h265parse: Add support insert parameter set per IDR
Apply commits 0c04e00, bf0d952 and a0876aa to h265parse. See also https://bugzilla.gnome.org/show_bug.cgi?id=766803 https://bugzilla.gnome.org/show_bug.cgi?id=754124
Diffstat (limited to 'gst/videoparsers/gsth265parse.h')
-rw-r--r--gst/videoparsers/gsth265parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videoparsers/gsth265parse.h b/gst/videoparsers/gsth265parse.h
index 7e266a6a1..eb82f6ffd 100644
--- a/gst/videoparsers/gsth265parse.h
+++ b/gst/videoparsers/gsth265parse.h
@@ -93,7 +93,7 @@ struct _GstH265Parse
gboolean picture_start;
/* props */
- guint interval;
+ gint interval;
gboolean sent_codec_tag;