From 5da667af53279d0fabe810ea429e054e1e16e2cb Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 7 Sep 2005 13:49:37 +0000 Subject: [PATCH] ext/: gsttaginterface.h -> gsttagsetter.h Original commit message from CVS: * ext/flac/gstflacdec.c: * ext/flac/gstflacenc.c: * ext/flac/gstflactag.c: * ext/speex/gstspeexenc.c: gsttaginterface.h -> gsttagsetter.h --- ChangeLog | 8 ++++++++ ext/flac/gstflacdec.c | 2 +- ext/flac/gstflacenc.c | 2 +- ext/flac/gstflactag.c | 2 +- ext/speex/gstspeexenc.c | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 47211d0..c2ce771 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-09-07 Stefan Kost + + * ext/flac/gstflacdec.c: + * ext/flac/gstflacenc.c: + * ext/flac/gstflactag.c: + * ext/speex/gstspeexenc.c: + gsttaginterface.h -> gsttagsetter.h + 2005-09-07 Jan Schmidt * configure.ac: diff --git a/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c index 5e0b4a6..68faf7a 100644 --- a/ext/flac/gstflacdec.c +++ b/ext/flac/gstflacdec.c @@ -23,7 +23,7 @@ #include #include "gstflacdec.h" -#include +#include //#include diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c index ab1d2cf..a1d8e29 100644 --- a/ext/flac/gstflacenc.c +++ b/ext/flac/gstflacenc.c @@ -26,7 +26,7 @@ #include #include -#include +#include #include "flac_compat.h" static GstPadTemplate *src_template, *sink_template; diff --git a/ext/flac/gstflactag.c b/ext/flac/gstflactag.c index 7acaadc..05a3f03 100644 --- a/ext/flac/gstflactag.c +++ b/ext/flac/gstflactag.c @@ -23,7 +23,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include #include #include diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c index a4966fd..4ccd471 100644 --- a/ext/speex/gstspeexenc.c +++ b/ext/speex/gstspeexenc.c @@ -28,7 +28,7 @@ #include #include -#include +#include #include #include "gstspeexenc.h" -- 2.7.4