change gst/bytestream.h to gst/bytestream/bytestream.h

Original commit message from CVS:
change gst/bytestream.h to gst/bytestream/bytestream.h
This commit is contained in:
David Schleef 2003-10-29 03:15:52 +00:00
parent 288210149e
commit 38a735ba8c
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
#include <gst/gst.h>
#include <vorbis/codec.h>
#include <vorbis/vorbisfile.h>
#include <gst/bytestream.h>
#include <gst/bytestream/bytestream.h>
GST_DEBUG_CATEGORY_STATIC (vorbisfile_debug);
#define GST_CAT_DEFAULT vorbisfile_debug

View file

@ -24,7 +24,7 @@
#define __GST_ADDER_H__
#include <gst/gst.h>
#include <gst/bytestream.h>
#include <gst/bytestream/bytestream.h>
#ifdef __cplusplus
extern "C" {