summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gstvc1parse.h
diff options
context:
space:
mode:
authorAurélien Zanelli <aurelien.zanelli@parrot.com>2014-10-01 16:17:46 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-10-20 12:18:50 +0200
commit89455b710629e5c842512ad5d93cff6b771d0d72 (patch)
tree9d6613380a2f5c982fc7cea66b4ac322144bae2d /gst/videoparsers/gstvc1parse.h
parentca5971850d7270cec2eb8d0629c634844e6dfe57 (diff)
downloadgstreamer-plugins-bad-89455b710629e5c842512ad5d93cff6b771d0d72.tar.gz
vc1parse: select caps according to wmv format at negotiation
Some VC1 decoder can have different caps according to wmv format, ie WMV3 or WVC1. So instead of keeping the first available caps, we interserct with current WMV format. https://bugzilla.gnome.org/show_bug.cgi?id=738532
Diffstat (limited to 'gst/videoparsers/gstvc1parse.h')
-rw-r--r--gst/videoparsers/gstvc1parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videoparsers/gstvc1parse.h b/gst/videoparsers/gstvc1parse.h
index 6241e4241..3b49f51bb 100644
--- a/gst/videoparsers/gstvc1parse.h
+++ b/gst/videoparsers/gstvc1parse.h
@@ -56,7 +56,7 @@ typedef enum {
} VC1StreamFormat;
typedef enum {
- GST_VC1_PARSE_FORMAT_WMV3,
+ GST_VC1_PARSE_FORMAT_WMV3 = 0,
GST_VC1_PARSE_FORMAT_WVC1
} GstVC1ParseFormat;