summaryrefslogtreecommitdiffstats
path: root/ext/flac
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2005-09-07 13:49:37 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2005-09-07 13:49:37 +0000
commit5da667af53279d0fabe810ea429e054e1e16e2cb (patch)
tree846e212254f6682ad0003ff34af47f82efd257b3 /ext/flac
parent69f4aa6377f10177d2d4a5828b6b18e9baf11aa5 (diff)
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
Diffstat (limited to 'ext/flac')
-rw-r--r--ext/flac/gstflacdec.c2
-rw-r--r--ext/flac/gstflacenc.c2
-rw-r--r--ext/flac/gstflactag.c2
3 files changed, 3 insertions, 3 deletions
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>