diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-09 18:31:27 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-11-09 18:31:27 +0000 |
commit | 6550caebbe7c3bb85083b03adda1436d914dc45d (patch) | |
tree | 1a6eae0287ea52eb188e59a67a19a92cb29fc45c /gst-libs | |
parent | a7a72d66f527c1c0c7f42f0e8bda010567e312dd (diff) | |
download | gst-plugins-bad-6550caebbe7c3bb85083b03adda1436d914dc45d.tar.gz gst-plugins-bad-6550caebbe7c3bb85083b03adda1436d914dc45d.tar.bz2 gst-plugins-bad-6550caebbe7c3bb85083b03adda1436d914dc45d.zip |
muhaha
Original commit message from CVS:
muhaha
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/video/video.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gst-libs/gst/video/video.h b/gst-libs/gst/video/video.h index ef11872e..6062b92d 100644 --- a/gst-libs/gst/video/video.h +++ b/gst-libs/gst/video/video.h @@ -18,11 +18,11 @@ * Boston, MA 02111-1307, USA. */ -#ifndef __GST_VIDEO_CONVENIENCE_H__ -#define __GST_VIDEO_CONVENIENCE_H__ +#ifndef __GST_VIDEO_H__ +#define __GST_VIDEO_H__ #include <gst/gst.h> gdouble gst_video_frame_rate (GstPad *pad); -#endif /* __GST_VIDEO_CONVENIENCE_H__ */ +#endif /* __GST_VIDEO_H__ */ |