mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-14 02:05:39 +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
c9ae463a4f
commit
ce372fab75
6 changed files with 6 additions and 6 deletions
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
|
||||
|
||||
#include <libdv/dv.h>
|
||||
#include <gst/bytestream.h>
|
||||
#include <gst/bytestream/bytestream.h>
|
||||
|
||||
|
||||
/* This is the definition of the element's object structure. */
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <config.h>
|
||||
#include <gst/gst.h>
|
||||
#include <gst/bytestream.h>
|
||||
#include <gst/bytestream/bytestream.h>
|
||||
|
||||
#include <FLAC/all.h>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include <config.h>
|
||||
#include <gst/gst.h>
|
||||
#include <gst/bytestream.h>
|
||||
#include <gst/bytestream/bytestream.h>
|
||||
|
||||
#include "ladspa.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <config.h>
|
||||
#include <gst/gst.h>
|
||||
#include <gst/bytestream.h>
|
||||
#include <gst/bytestream/bytestream.h>
|
||||
#include <gst/riff/riff.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -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 @@
|
|||
#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