Declare variables at the beginning of a block. Fixes #383195.
authorJens Granseuer <jensgr@gmx.net>
Sat, 9 Dec 2006 15:12:38 +0000 (15:12 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 9 Dec 2006 15:12:38 +0000 (15:12 +0000)
commit595217e8401de7015886204e1ca4e2cfc06235f6
treebae983ac572bfca55e79f81cb425da8090029464
parent8e8f88c13c71be232d86a49577de9d95c01340e2
Declare variables at the beginning of a block. Fixes #383195.

Original commit message from CVS:
Patch by: Jens Granseuer <jensgr at gmx net>
* gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
* gst-libs/gst/rtp/gstbasertpaudiopayload.c:
(gst_base_rtp_audio_payload_handle_frame_based_buffer),
(gst_base_rtp_audio_payload_handle_sample_based_buffer):
* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
Declare variables at the beginning of a block. Fixes #383195.
ChangeLog
gst-libs/gst/cdda/gstcddabasesrc.c
gst-libs/gst/rtp/gstbasertpaudiopayload.c
sys/v4l/gstv4lsrc.c