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:55 +00:00
parent 40683c6cb3
commit e58373a8b6
11 changed files with 11 additions and 11 deletions

View file

@ -27,7 +27,7 @@
#include <config.h>
#include <gst/gst.h>
#include <gst/bytestream.h>
#include <gst/bytestream/bytestream.h>
#include <audiofile.h> /* what else are we to do */
#include <af_vfs.h>

View file

@ -21,7 +21,7 @@
#include <gst/gst.h>
#include <tremor/ivorbiscodec.h>
#include <tremor/ivorbisfile.h>
#include <gst/bytestream.h>
#include <gst/bytestream/bytestream.h>
extern GType ivorbisfile_get_type(void);

View file

@ -24,7 +24,7 @@
#include <gst/gst.h>
#include <tremor/ivorbiscodec.h>
#include <tremor/ivorbisfile.h>
#include <gst/bytestream.h>
#include <gst/bytestream/bytestream.h>
#define GST_TYPE_IVORBISFILE \
(ivorbisfile_get_type())

View file

@ -22,7 +22,7 @@
#include <jack/jack.h>
#include <gst/gst.h>
#include <gst/bytestream.h>
#include <gst/bytestream/bytestream.h>
//#define JACK_DEBUG(str, a...) g_message (str, ##a)
#define JACK_DEBUG(str, a...)

View file

@ -26,7 +26,7 @@
#include <config.h>
#include <gst/gst.h>
#include <gst/bytestream.h>
#include <gst/bytestream/bytestream.h>
#include "ladspa.h"

View file

@ -26,7 +26,7 @@
#include <stdlib.h>
#include <gst/gst.h>
#include <gst/bytestream.h>
#include <gst/bytestream/bytestream.h>
#include "outputstream.hh"
#include "bits.hh"

View file

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

View file

@ -23,7 +23,7 @@
#include <gst/gst.h>
#include "flx_color.h"
#include <gst/bytestream.h>
#include <gst/bytestream/bytestream.h>
#ifdef __cplusplus

View file

@ -22,7 +22,7 @@
#endif
#include <config.h>
#include <gst/gst.h>
#include <gst/bytestream.h>
#include <gst/bytestream/bytestream.h>
#include <gst/audio/audio.h>
#include <string.h>

View file

@ -28,7 +28,7 @@ extern "C" {
#endif /* __cplusplus */
#include <gst/gst.h>
#include <gst/bytestream.h>
#include <gst/bytestream/bytestream.h>
#define GST_TYPE_MODPLUG \
(gst_modplug_get_type())

View file

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