summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpgstpay.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-07-26 16:43:28 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-07-26 16:54:28 +0300
commit9a80cdbb40bfe4805b0cf81b34cc7613e8413675 (patch)
tree13a2dd524d63ee9ca15b136b372d5b59e1bac7bd /gst/rtp/gstrtpgstpay.h
parentf3631e6837259473d4efee9593601cb3896f9c9f (diff)
rtpgstpay: Add support for force-keyunit events
This triggers immediate re-sending of the configuration data in-band. https://bugzilla.gnome.org/show_bug.cgi?id=796877
Diffstat (limited to 'gst/rtp/gstrtpgstpay.h')
-rw-r--r--gst/rtp/gstrtpgstpay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpgstpay.h b/gst/rtp/gstrtpgstpay.h
index f3272b20c..6625a4dbc 100644
--- a/gst/rtp/gstrtpgstpay.h
+++ b/gst/rtp/gstrtpgstpay.h
@@ -56,6 +56,7 @@ struct _GstRtpGSTPay
GstTagList *taglist;
guint config_interval;
GstClockTime last_config;
+ gboolean force_config;
};
struct _GstRtpGSTPayClass