rtph264pay: change config-interval property type from uint to int
authorTim-Philipp Müller <tim@centricular.com>
Fri, 27 Nov 2015 08:03:51 +0000 (09:03 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 27 Nov 2015 12:48:09 +0000 (12:48 +0000)
commit3026d1094b0041c9d43279cdb6a441391c6e6170
treee6f52e860794605fb93bcc8e8ffa55a15585f10d
parenta400d504ca25ba3812a563a4cac94ef2bf910b2a
rtph264pay: change config-interval property type from uint to int

This way we can use -1 as special value, which is nicer than MAXUINT.
This is backwards compatible even with the GValue API, as shown by
a unit test.

https://bugzilla.gnome.org/show_bug.cgi?id=757892
gst/rtp/gstrtph264pay.c
gst/rtp/gstrtph264pay.h
tests/check/elements/rtp-payloading.c