summaryrefslogtreecommitdiff
path: root/sys/applemedia/vtdec.h
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.d@gmail.com>2012-03-03 19:03:11 +0100
committerAlessandro Decina <alessandro.d@gmail.com>2012-03-03 19:04:36 +0100
commit854645861790588d7bca72b79a56c1b1d5d7689f (patch)
treeaec6bfdd8503acf2f1445e4259595ce807ec7ec6 /sys/applemedia/vtdec.h
parentb45250e9d2d042c23123416fd80b65b75a9563e9 (diff)
downloadgstreamer-plugins-bad-854645861790588d7bca72b79a56c1b1d5d7689f.tar.gz
applemedia: port vtdec
Diffstat (limited to 'sys/applemedia/vtdec.h')
-rw-r--r--sys/applemedia/vtdec.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/applemedia/vtdec.h b/sys/applemedia/vtdec.h
index 3ebb26f9a..e1f3bbe21 100644
--- a/sys/applemedia/vtdec.h
+++ b/sys/applemedia/vtdec.h
@@ -21,6 +21,7 @@
#define __GST_VTDEC_H__
#include <gst/gst.h>
+#include <gst/video/video.h>
#include "coremediactx.h"
@@ -62,10 +63,7 @@ struct _GstVTDec
GstCoreMediaCtx * ctx;
- gint negotiated_width, negotiated_height;
- gint negotiated_fps_n, negotiated_fps_d;
- gint caps_width, caps_height;
- gint caps_fps_n, caps_fps_d;
+ GstVideoInfo vinfo;
CMFormatDescriptionRef fmt_desc;
VTDecompressionSessionRef session;