diff options
author | Jens Granseuer <jensgr@gmx.net> | 2008-04-29 19:11:56 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-04-29 19:11:56 +0000 |
commit | 9c984b9594c29ecacf9a6c20f3280ecb83001263 (patch) | |
tree | 01d5a78a98cef13e53efa62a2a06b6137ddf98b4 /ChangeLog | |
parent | 63fae1c4bb8b0f2d317bd39c71cc77a319224c7a (diff) | |
download | gst-plugins-bad-9c984b9594c29ecacf9a6c20f3280ecb83001263.tar.gz gst-plugins-bad-9c984b9594c29ecacf9a6c20f3280ecb83001263.tar.bz2 gst-plugins-bad-9c984b9594c29ecacf9a6c20f3280ecb83001263.zip |
gst/subenc/gstsrtenc.c: Declare variables at the beginning of blocks. Fixes compilation with gcc 2.x and other compil...
Original commit message from CVS:
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +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. + 2008-04-29 Zaheer Abbas Merali <zaheerabbas at merali dot org> * gst/mpegtsparse/mpegtspacketizer.c: |