mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
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
This commit is contained in:
parent
69f4aa6377
commit
5da667af53
5 changed files with 12 additions and 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:
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "gstflacdec.h"
|
||||
#include <gst/gsttaginterface.h>
|
||||
#include <gst/gsttagsetter.h>
|
||||
|
||||
//#include <gst/tag/tag.h>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue