diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ext/flac/gstflacdec.c | 2 | ||||
-rw-r--r-- | ext/flac/gstflacenc.c | 2 | ||||
-rw-r--r-- | ext/flac/gstflactag.c | 2 | ||||
-rw-r--r-- | ext/speex/gstspeexenc.c | 2 |
5 files changed, 12 insertions, 4 deletions
@@ -1,3 +1,11 @@ +2005-09-07 Stefan Kost <ensonic@users.sf.net> + + * 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 <thaytan@mad.scientist.com> * configure.ac: diff --git a/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c index 5e0b4a60..68faf7a2 100644 --- a/ext/flac/gstflacdec.c +++ b/ext/flac/gstflacdec.c @@ -23,7 +23,7 @@ #include <string.h> #include "gstflacdec.h" -#include <gst/gsttaginterface.h> +#include <gst/gsttagsetter.h> //#include <gst/tag/tag.h> diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c index ab1d2cf8..a1d8e295 100644 --- a/ext/flac/gstflacenc.c +++ b/ext/flac/gstflacenc.c @@ -26,7 +26,7 @@ #include <gstflacenc.h> #include <gst/tag/tag.h> -#include <gst/gsttaginterface.h> +#include <gst/gsttagsetter.h> #include "flac_compat.h" static GstPadTemplate *src_template, *sink_template; diff --git a/ext/flac/gstflactag.c b/ext/flac/gstflactag.c index 7acaadc5..05a3f038 100644 --- a/ext/flac/gstflactag.c +++ b/ext/flac/gstflactag.c @@ -23,7 +23,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include <gst/gsttaginterface.h> +#include <gst/gsttagsetter.h> #include <gst/tag/tag.h> #include <string.h> diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c index a4966fd7..4ccd4714 100644 --- a/ext/speex/gstspeexenc.c +++ b/ext/speex/gstspeexenc.c @@ -28,7 +28,7 @@ #include <speex/speex.h> #include <speex/speex_stereo.h> -#include <gst/gsttaginterface.h> +#include <gst/gsttagsetter.h> #include <gst/tag/tag.h> #include "gstspeexenc.h" |