diff options
author | David Schleef <ds@schleef.org> | 2003-10-29 03:15:55 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-10-29 03:15:55 +0000 |
commit | ce372fab757929222603539739a955e12e7bfffd (patch) | |
tree | d5327622a53cc0bf4514ad81672aa85c985f5f04 /ext/dv | |
parent | c9ae463a4f5c81e7c2a5f9c943480a89685e9be4 (diff) |
change gst/bytestream.h to gst/bytestream/bytestream.h
Original commit message from CVS:
change gst/bytestream.h to gst/bytestream/bytestream.h
Diffstat (limited to 'ext/dv')
-rw-r--r-- | ext/dv/gstdvdec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dv/gstdvdec.h b/ext/dv/gstdvdec.h index 14525d1a..0ac9c49a 100644 --- a/ext/dv/gstdvdec.h +++ b/ext/dv/gstdvdec.h @@ -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. */ |