summaryrefslogtreecommitdiff
path: root/gst-libs/gst/video/gstmetavideo.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-07-04 10:19:13 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2011-07-04 16:01:14 +0200
commitddce68a5c286a0050334c2b991443ae8363a5961 (patch)
tree9aa562bf9a5f11b339a0662dee691a4ccc58a29f /gst-libs/gst/video/gstmetavideo.h
parentebfd6acde102c84f625f9e51d52fb9a4becaa011 (diff)
video: More video helper library improvements
Make a new GstVideoFormatinfo structure that contains the specific information related to a format such as the number of planes, components, subsampling, pixel stride etc. The result is that we are now able to introduce the concept of components again in the API. Use tables to specify the formats and its properties. Use macros to get information about the video format description. Move code to set strides, offsets and size into one function. Remove methods that are not handled with the structures. Add methods to retrieve pointers and strides to the components in the video.
Diffstat (limited to 'gst-libs/gst/video/gstmetavideo.h')
-rw-r--r--gst-libs/gst/video/gstmetavideo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/video/gstmetavideo.h b/gst-libs/gst/video/gstmetavideo.h
index 04f9244e1..e88b0b587 100644
--- a/gst-libs/gst/video/gstmetavideo.h
+++ b/gst-libs/gst/video/gstmetavideo.h
@@ -47,7 +47,7 @@ typedef struct _GstMetaVideoCrop GstMetaVideoCrop;
* Extra buffer metadata describing image properties
*/
struct _GstMetaVideo {
- GstMeta meta;
+ GstMeta meta;
GstBuffer *buffer;