gst/rtp/gstrtph263pay.c: Fix up header structure so that compilers don't add padding...
authorHaakon Sporsheim <haakon.sporsheim@tandberg.com>
Fri, 7 Sep 2007 18:04:41 +0000 (18:04 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 7 Sep 2007 18:04:41 +0000 (18:04 +0000)
commit5e39863fca93bb8c74208c11e426b15efd15632d
tree7e4437d085041bd5adf5bcb4b3687ca1cd89747d
parentcd79aec473c610fd8a344ddfe339e538143271ec
gst/rtp/gstrtph263pay.c: Fix up header structure so that compilers don't add padding between the structure fields, si...

Original commit message from CVS:
Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
* gst/rtp/gstrtph263pay.c:
Fix up header structure so that compilers don't add padding
between the structure fields, since that would lead to us
sending RTP packets with broken headers (as is currently the
case when compiling with MSVC). Also see similar fixes in
libgstrtp in gst-plugins-base. (#474616; #471194)
ChangeLog
gst/rtp/gstrtph263pay.c