mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 11:08:34 +00:00
gsttaginterface.h -> gsttagsetter.h
Original commit message from CVS: * ext/vorbis/vorbisenc.c: * gst-libs/gst/tag/gstvorbistag.c: gsttaginterface.h -> gsttagsetter.h
This commit is contained in:
parent
4acb0eef45
commit
896950ce84
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-09-07 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* ext/vorbis/vorbisenc.c:
|
||||
* gst-libs/gst/tag/gstvorbistag.c:
|
||||
gsttaginterface.h -> gsttagsetter.h
|
||||
|
||||
2005-09-07 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* check/pipelines/simple_launch_lines.c: (GST_START_TEST):
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <time.h>
|
||||
#include <vorbis/vorbisenc.h>
|
||||
|
||||
#include <gst/gsttaginterface.h>
|
||||
#include <gst/gsttagsetter.h>
|
||||
#include <gst/tag/tag.h>
|
||||
#include "vorbisenc.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <gst/gsttaginterface.h>
|
||||
#include <gst/gsttagsetter.h>
|
||||
#include "gsttageditingprivate.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in a new issue