summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth264parse.h
diff options
context:
space:
mode:
authorMats Lindestam <matslm@axis.com>2016-05-25 11:54:55 +0200
committerTim-Philipp Müller <tim@centricular.com>2016-06-13 10:08:22 +0100
commit0c04e004bbd976c8c58b5b3528011e293bfaa34c (patch)
treeab388875115bb6d5b6a96912413c646cf11f4597 /gst/videoparsers/gsth264parse.h
parenta913a0b9679dd58945ad105d240db45595fdaba6 (diff)
h264parse: change "config-interval" property type from uint to int
So we can use -1 as special value like in rtph264pay. https://bugzilla.gnome.org/show_bug.cgi?id=766803
Diffstat (limited to 'gst/videoparsers/gsth264parse.h')
-rw-r--r--gst/videoparsers/gsth264parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videoparsers/gsth264parse.h b/gst/videoparsers/gsth264parse.h
index 58d818cbc..f3eb7a5cb 100644
--- a/gst/videoparsers/gsth264parse.h
+++ b/gst/videoparsers/gsth264parse.h
@@ -118,7 +118,7 @@ struct _GstH264Parse
gboolean picture_start;
/* props */
- guint interval;
+ gint interval;
GstClockTime pending_key_unit_ts;
GstEvent *force_key_unit_event;