diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2004-02-03 08:50:41 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2004-02-03 08:50:41 +0000 |
commit | 1c066238c13d3027ab009bf4b61c551e4b21b065 (patch) | |
tree | 55334e379c93f2b6150b011a03a18a48e88bdaab | |
parent | 1830ee943689e1ef618eb03c55228864ef624db4 (diff) | |
download | gst-plugins-bad-1c066238c13d3027ab009bf4b61c551e4b21b065.tar.gz gst-plugins-bad-1c066238c13d3027ab009bf4b61c551e4b21b065.tar.bz2 gst-plugins-bad-1c066238c13d3027ab009bf4b61c551e4b21b065.zip |
examples/switch/.cvsignore: Ignore generated file.
Original commit message from CVS:
* examples/switch/.cvsignore:
Ignore generated file.
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | examples/switch/.gitignore | 1 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2004-02-03 David I. Lehn <dlehn@users.sourceforge.net> + + * examples/switch/.cvsignore: + Ignore generated file. + 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de> * common/m4/ax_create_stdint_h.m4: @@ -16,11 +21,11 @@ Add replaygain support to vorbistag 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr> - * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps), + * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps), (gst_ffmpeg_caps_to_extradata): Fix SVQ3 caps flag properties Use glib macro for bytes swap - + 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org> * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init): diff --git a/examples/switch/.gitignore b/examples/switch/.gitignore new file mode 100644 index 00000000..7893c435 --- /dev/null +++ b/examples/switch/.gitignore @@ -0,0 +1 @@ +switcher |