From 896950ce84d1dedb49ad9d3247819f1a8c482a19 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 7 Sep 2005 13:55:08 +0000 Subject: [PATCH] gsttaginterface.h -> gsttagsetter.h Original commit message from CVS: * ext/vorbis/vorbisenc.c: * gst-libs/gst/tag/gstvorbistag.c: gsttaginterface.h -> gsttagsetter.h --- ChangeLog | 6 ++++++ ext/vorbis/vorbisenc.c | 2 +- gst-libs/gst/tag/gstvorbistag.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8f5e6f6931..a680bc06e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-09-07 Stefan Kost + + * ext/vorbis/vorbisenc.c: + * gst-libs/gst/tag/gstvorbistag.c: + gsttaginterface.h -> gsttagsetter.h + 2005-09-07 Stefan Kost * check/pipelines/simple_launch_lines.c: (GST_START_TEST): diff --git a/ext/vorbis/vorbisenc.c b/ext/vorbis/vorbisenc.c index 527aeee0e4..75d8177f96 100644 --- a/ext/vorbis/vorbisenc.c +++ b/ext/vorbis/vorbisenc.c @@ -33,7 +33,7 @@ #include #include -#include +#include #include #include "vorbisenc.h" diff --git a/gst-libs/gst/tag/gstvorbistag.c b/gst-libs/gst/tag/gstvorbistag.c index 61637ec052..ab3f16d829 100644 --- a/gst-libs/gst/tag/gstvorbistag.c +++ b/gst-libs/gst/tag/gstvorbistag.c @@ -22,7 +22,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include #include "gsttageditingprivate.h" #include #include