From 6d5fc5a771cc752c6b63a1849c85145e32ec1541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 15 Oct 2012 09:12:05 +0200 Subject: vc1parse: Port to 1.0 --- gst/videoparsers/gstvc1parse.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gst/videoparsers/gstvc1parse.h') 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; -- cgit v1.2.1