GNOME Bugzilla – Bug 530611
[gstsrtenc] declare variables at beginning of block
Last modified: 2008-04-29 19:11:32 UTC
Attached patch fixes compiling with gcc 2.x (and other oldish compilers).
Created attachment 110122 [details] [review] C89 fix
Thanks :) 2008-04-29 Sebastian Dröge <slomo@circular-chaos.org> Patch by: Jens Granseuer <jensgr at gmx dot net> * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string): Declare variables at the beginning of blocks. Fixes compilation with gcc 2.x and other compilers. Fixes bug #530611.