commit | e47b013804b81e8d6719563232376badde0a64e3 | [log] [tgz] |
---|---|---|
author | Seungha Yang <seungha.yang@navercorp.com> | Tue Aug 14 00:27:12 2018 +0900 |
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | Tue Sep 11 16:08:15 2018 -0400 |
tree | fbb5bb8a1dc29ea11864ff336c1f6715f4c9b0a4 | |
parent | e1d70fa6e67dff61dec317714993383961d3c285 [diff] [blame] |
h265parse: Copy over DISCONT flag from input buffers Apply the commit 10ffa08 https://bugzilla.gnome.org/show_bug.cgi?id=754124
diff --git a/gst/videoparsers/gsth265parse.h b/gst/videoparsers/gsth265parse.h index 91e84ab..d1ab86f 100644 --- a/gst/videoparsers/gsth265parse.h +++ b/gst/videoparsers/gsth265parse.h
@@ -78,6 +78,8 @@ GstBuffer *sps_nals[GST_H265_MAX_SPS_COUNT]; GstBuffer *pps_nals[GST_H265_MAX_PPS_COUNT]; + gboolean discont; + /* frame parsing */ gint idr_pos, sei_pos; gboolean update_caps;