diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-04-02 18:30:22 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-04-09 00:24:03 +0100 |
commit | 5365dbfdce14f8314d0d8507bcd837f0a361717b (patch) | |
tree | 657f032476d56e2233f3b461a62efed5dad0c507 /gst/videoparsers/gstdiracparse.h | |
parent | 38c6f6366c6ee089bde86f171050b6bef6452fda (diff) |
videoparsers: port to baseparse, which is now in libgstbase in core
Diffstat (limited to 'gst/videoparsers/gstdiracparse.h')
-rw-r--r-- | gst/videoparsers/gstdiracparse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videoparsers/gstdiracparse.h b/gst/videoparsers/gstdiracparse.h index 64a1b8123..abf3821f1 100644 --- a/gst/videoparsers/gstdiracparse.h +++ b/gst/videoparsers/gstdiracparse.h @@ -21,7 +21,7 @@ #define _GST_DIRAC_PARSE_H_ #include <gst/gst.h> -#include <gst/baseparse/gstbaseparse.h> +#include <gst/base/gstbaseparse.h> G_BEGIN_DECLS |