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 | 625d8f148e63b66fcd4e5167b7aa72706117d878 (patch) | |
tree | 60759781f9748e604564ded97b263e05edf6cc29 | |
parent | f8b0cdb562acc9018beadc34fa678d0214e8b7e8 (diff) |
muhaha
Original commit message from CVS:
muhaha
-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__ */ |