change gst/bytestream.h to gst/bytestream/bytestream.h
authorDavid Schleef <ds@schleef.org>
Wed, 29 Oct 2003 03:15:50 +0000 (03:15 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 29 Oct 2003 03:15:50 +0000 (03:15 +0000)
Original commit message from CVS:
change gst/bytestream.h to gst/bytestream/bytestream.h

ext/ffmpeg/gstffmpegprotocol.c

index b8a994a..55c2d95 100644 (file)
@@ -27,7 +27,7 @@
 #endif
 
 #include <gst/gst.h>
-#include <gst/bytestream.h>
+#include <gst/bytestream/bytestream.h>
 
 
 typedef struct _GstProtocolInfo GstProtocolInfo;