GNOME Bugzilla – Bug 579069
rtp h263pay build fixes
Last modified: 2009-04-15 17:26:50 UTC
A few build fixes - first, some semicolons were missing from the big-endian structs in gstrtph263pay.h. Second, a GST_DEBUG call was missing a format specifier - I've added what matches the one above.
Created attachment 132713 [details] [review] rtp build fixes
commit ac48c2d211f6bb016f3fe7e4b6fb332f9c5e1132 Author: James Andrewartha <trs80 at ucc.gu.uwa.edu.au> Date: Wed Apr 15 19:24:49 2009 +0200 rtph263pay: fix compilation on big-endian Some semicolons were missing from the big-endian structs in gstrtph263pay.h. A GST_DEBUG call was missing a format specifier. Fixes #579069