diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-28 21:22:39 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-28 21:22:39 +0000 |
commit | 07e2ec5f9574095e71c2208779c719574bb135ab (patch) | |
tree | 49df844998ed8a3da27907ccc6690a59b5d02ef2 /ext/directfb/dfbvideosink.h | |
parent | fab35e5e25d5e78272c49437a1ac16ff7a2be7dc (diff) | |
download | gstreamer-plugins-bad-07e2ec5f9574095e71c2208779c719574bb135ab.tar.gz |
fix header
Original commit message from CVS:
fix header
Diffstat (limited to 'ext/directfb/dfbvideosink.h')
-rw-r--r-- | ext/directfb/dfbvideosink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/directfb/dfbvideosink.h b/ext/directfb/dfbvideosink.h index 15a4eb318..9298346d8 100644 --- a/ext/directfb/dfbvideosink.h +++ b/ext/directfb/dfbvideosink.h @@ -20,7 +20,7 @@ #ifndef __GST_DFBVIDEOSINK_H__ #define __GST_DFBVIDEOSINK_H__ -#include <gst/video/videosink.h> +#include <gst/video/gstvideosink.h> #include <directfb.h> |