summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gstvc1parse.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-15 09:12:05 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-25 14:05:48 +0200
commit6d5fc5a771cc752c6b63a1849c85145e32ec1541 (patch)
tree45e58dcb2034b498c1f5722cf1a0125d32447f86 /gst/videoparsers/gstvc1parse.h
parent00abb674ca374aa122c8550c571d27aa687ef9f1 (diff)
downloadgstreamer-plugins-bad-6d5fc5a771cc752c6b63a1849c85145e32ec1541.tar.gz
vc1parse: Port to 1.0
Diffstat (limited to 'gst/videoparsers/gstvc1parse.h')
-rw-r--r--gst/videoparsers/gstvc1parse.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gst/videoparsers/gstvc1parse.h b/gst/videoparsers/gstvc1parse.h
index c1abe6e70..ec09fd491 100644
--- a/gst/videoparsers/gstvc1parse.h
+++ b/gst/videoparsers/gstvc1parse.h
@@ -55,6 +55,11 @@ typedef enum {
VC1_STREAM_FORMAT_FRAME_LAYER
} VC1StreamFormat;
+typedef enum {
+ GST_VC1_PARSE_FORMAT_WMV3,
+ GST_VC1_PARSE_FORMAT_WVC1
+} GstVC1ParseFormat;
+
/* FIXME move into baseparse, or anything equivalent;
* see https://bugzilla.gnome.org/show_bug.cgi?id=650093 */
#define GST_BASE_PARSE_FRAME_FLAG_PARSING 0x10000
@@ -69,7 +74,7 @@ struct _GstVC1Parse
/* Caps */
GstVC1Profile profile;
GstVC1Level level;
- guint32 fourcc;
+ GstVC1ParseFormat format;
gint width, height;
gint fps_n, fps_d;