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 | |
parent | fab35e5e25d5e78272c49437a1ac16ff7a2be7dc (diff) | |
download | gst-plugins-bad-07e2ec5f9574095e71c2208779c719574bb135ab.tar.gz gst-plugins-bad-07e2ec5f9574095e71c2208779c719574bb135ab.tar.bz2 gst-plugins-bad-07e2ec5f9574095e71c2208779c719574bb135ab.zip |
fix header
Original commit message from CVS:
fix header
Diffstat (limited to 'ext/directfb')
-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 15a4eb31..9298346d 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> |