From d62cdbbc61aba0cf2fee37c111ef57a0215cd91f Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 30 Jan 2003 20:47:43 +0000 Subject: Add untested get-video-size function (bug 104360) Original commit message from CVS: Add untested get-video-size function (bug 104360) --- gst-libs/gst/video/video.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gst-libs/gst/video/video.h') diff --git a/gst-libs/gst/video/video.h b/gst-libs/gst/video/video.h index 6062b92d..802520da 100644 --- a/gst-libs/gst/video/video.h +++ b/gst-libs/gst/video/video.h @@ -23,6 +23,9 @@ #include -gdouble gst_video_frame_rate (GstPad *pad); +gdouble gst_video_frame_rate (GstPad *pad); +gboolean gst_video_get_size (GstPad *pad, + gint *width, + gint *height); #endif /* __GST_VIDEO_H__ */ -- cgit v1.2.1