expand tabs

Original commit message from CVS:
expand tabs
This commit is contained in:
Thomas Vander Stichele 2005-12-06 19:42:02 +00:00
parent 510adea20f
commit 5f83aa7dfa
104 changed files with 1247 additions and 1139 deletions

108
ChangeLog
View file

@ -1,3 +1,111 @@
2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/alsa/gstalsamixer.h:
* ext/alsa/gstalsamixerelement.h:
* ext/alsa/gstalsamixeroptions.h:
* ext/alsa/gstalsamixertrack.h:
* ext/alsa/gstalsasink.c:
* ext/alsa/gstalsasink.h:
* ext/alsa/gstalsasrc.c:
* ext/alsa/gstalsasrc.h:
* ext/cdparanoia/gstcdparanoia.h:
* ext/gnomevfs/gstgnomevfsuri.h:
* ext/ogg/gstoggdemux.c:
* ext/ogg/gstoggmux.c:
* ext/pango/gsttextoverlay.h:
* ext/theora/theoradec.c:
* ext/theora/theoraenc.c:
* ext/vorbis/vorbisdec.h:
* ext/vorbis/vorbisenc.c:
* ext/vorbis/vorbisenc.h:
* ext/vorbis/vorbisparse.h:
* gst-libs/gst/audio/gstaudioclock.h:
* gst-libs/gst/audio/gstaudiosink.c:
* gst-libs/gst/audio/gstaudiosink.h:
* gst-libs/gst/audio/gstaudiosrc.c:
* gst-libs/gst/audio/gstaudiosrc.h:
* gst-libs/gst/audio/gstbaseaudiosink.c:
* gst-libs/gst/audio/gstbaseaudiosink.h:
* gst-libs/gst/audio/gstbaseaudiosrc.c:
* gst-libs/gst/audio/gstbaseaudiosrc.h:
* gst-libs/gst/audio/gstringbuffer.h:
* gst-libs/gst/audio/multichannel.h:
* gst-libs/gst/floatcast/floatcast.h:
* gst-libs/gst/interfaces/colorbalance.c:
* gst-libs/gst/interfaces/colorbalance.h:
* gst-libs/gst/interfaces/colorbalancechannel.h:
* gst-libs/gst/interfaces/mixer.h:
* gst-libs/gst/interfaces/mixeroptions.h:
* gst-libs/gst/interfaces/mixertrack.h:
* gst-libs/gst/interfaces/navigation.h:
* gst-libs/gst/interfaces/propertyprobe.h:
* gst-libs/gst/interfaces/tuner.h:
* gst-libs/gst/interfaces/tunerchannel.h:
* gst-libs/gst/interfaces/tunernorm.h:
* gst-libs/gst/interfaces/xoverlay.h:
* gst-libs/gst/netbuffer/gstnetbuffer.h:
* gst-libs/gst/riff/riff-ids.h:
* gst-libs/gst/riff/riff-media.h:
* gst-libs/gst/riff/riff-read.h:
* gst-libs/gst/rtp/gstbasertpdepayload.h:
* gst-libs/gst/rtp/gstbasertppayload.c:
* gst-libs/gst/rtp/gstbasertppayload.h:
* gst-libs/gst/rtp/gstrtpbuffer.c:
* gst-libs/gst/rtp/gstrtpbuffer.h:
* gst-libs/gst/tag/gsttageditingprivate.h:
* gst-libs/gst/tag/gstvorbistag.c:
(gst_tag_list_from_vorbiscomment_buffer):
* gst-libs/gst/tag/tag.h:
* gst-libs/gst/video/video.h:
* gst/adder/gstadder.c:
* gst/adder/gstadder.h:
* gst/audioconvert/audioconvert.c:
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
* gst/audioconvert/gstchannelmix.c:
* gst/audioconvert/gstchannelmix.h:
* gst/audiorate/gstaudiorate.c:
* gst/audioresample/buffer.h:
* gst/audioresample/functable.h:
* gst/audioresample/gstaudioresample.c:
* gst/audioresample/resample.h:
* gst/ffmpegcolorspace/avcodec.h:
* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
* gst/ffmpegcolorspace/gstffmpegcodecmap.h:
* gst/ffmpegcolorspace/imgconvert.c:
* gst/ffmpegcolorspace/imgconvert_template.h:
* gst/playback/gstdecodebin.c:
* gst/playback/gstplaybasebin.h:
* gst/playback/gstplaybin.c:
* gst/playback/gststreaminfo.h:
* gst/tcp/gstfdset.c:
* gst/tcp/gstfdset.h:
* gst/tcp/gstmultifdsink.c:
* gst/tcp/gstmultifdsink.h:
* gst/tcp/gsttcp.h:
* gst/tcp/gsttcpclientsrc.c:
* gst/tcp/gsttcpclientsrc.h:
* gst/tcp/gsttcpplugin.h:
* gst/tcp/gsttcpserversink.c:
* gst/tcp/gsttcpserversrc.c:
* gst/typefind/gsttypefindfunctions.c:
* gst/videorate/gstvideorate.c:
* gst/videotestsrc/gstvideotestsrc.h:
* gst/videotestsrc/videotestsrc.h:
* sys/v4l/gstv4lcolorbalance.h:
* sys/v4l/gstv4ltuner.h:
* sys/v4l/gstv4lxoverlay.h:
* sys/v4l/v4l_calls.h:
* sys/v4l/videodev_mjpeg.h:
* tests/check/elements/audioconvert.c:
* tests/check/elements/audioresample.c:
* tests/check/elements/audiotestsrc.c:
* tests/check/elements/videotestsrc.c:
* tests/check/elements/volume.c:
* tests/examples/seek/scrubby.c:
* tests/examples/seek/seek.c:
expand tabs
=== release 0.10.0 ===
2005-12-05 <thomas (at) apestaart (dot) org>