diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-03-26 12:46:22 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-03-26 12:46:22 +0100 |
commit | ce01236e328ba6863740361c81f1da98d37b687c (patch) | |
tree | aea500713f2c7aa6954396f5eebc128069b3cc78 /gst/mxf/mxfdms1.c | |
parent | eaea85ed4a2f8e442b713b50d89d5df35322c746 (diff) | |
download | gst-plugins-bad-ce01236e328ba6863740361c81f1da98d37b687c.tar.gz gst-plugins-bad-ce01236e328ba6863740361c81f1da98d37b687c.tar.bz2 gst-plugins-bad-ce01236e328ba6863740361c81f1da98d37b687c.zip |
mxf: Source files and #include cleanup
Diffstat (limited to 'gst/mxf/mxfdms1.c')
-rw-r--r-- | gst/mxf/mxfdms1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mxf/mxfdms1.c b/gst/mxf/mxfdms1.c index 704d846f..0493270a 100644 --- a/gst/mxf/mxfdms1.c +++ b/gst/mxf/mxfdms1.c @@ -32,7 +32,7 @@ #include <string.h> #include "mxfdms1.h" -#include "mxfparse.h" +#include "mxftypes.h" GST_DEBUG_CATEGORY_EXTERN (mxf_debug); #define GST_CAT_DEFAULT mxf_debug |