mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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:
parent
40683c6cb3
commit
e58373a8b6
11 changed files with 11 additions and 11 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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())
|
||||
|
|
|
@ -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...)
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include <config.h>
|
||||
#include <gst/gst.h>
|
||||
#include <gst/bytestream.h>
|
||||
#include <gst/bytestream/bytestream.h>
|
||||
|
||||
#include "ladspa.h"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <config.h>
|
||||
#include <gst/gst.h>
|
||||
#include <gst/bytestream.h>
|
||||
#include <gst/bytestream/bytestream.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <gst/gst.h>
|
||||
|
||||
#include "flx_color.h"
|
||||
#include <gst/bytestream.h>
|
||||
#include <gst/bytestream/bytestream.h>
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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())
|
||||
|
|
|
@ -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" {
|
||||
|
|
Loading…
Reference in a new issue