summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiprofile.c
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-01-22 19:27:13 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-01-25 12:09:40 +0000
commit1c722efe54b89a0c31840108ace71661aaca969f (patch)
tree64b33946b47d9e456d255fc3c942d998a4abeea4 /gst-libs/gst/vaapi/gstvaapiprofile.c
parent28caa2016710baf803b16877f247b50cf2cbebee (diff)
downloadgst-vaapi-1c722efe54b89a0c31840108ace71661aaca969f.tar.gz
Remove old gst version guards
As gstreamer-vaapi now only supports from GStreamer 1.6, this patch removes all the old GStreamer version guards. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapiprofile.c')
-rw-r--r--gst-libs/gst/vaapi/gstvaapiprofile.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapiprofile.c b/gst-libs/gst/vaapi/gstvaapiprofile.c
index 2377b869..5ebbb8a6 100644
--- a/gst-libs/gst/vaapi/gstvaapiprofile.c
+++ b/gst-libs/gst/vaapi/gstvaapiprofile.c
@@ -122,7 +122,6 @@ static const GstVaapiProfileMap gst_vaapi_profiles[] = {
"video/x-h264", "stereo-high"
},
#endif
-#if GST_CHECK_VERSION(1,5,0)
{ GST_VAAPI_PROFILE_VC1_SIMPLE, VAProfileVC1Simple,
"video/x-wmv, wmvversion=3", "simple"
},
@@ -132,17 +131,6 @@ static const GstVaapiProfileMap gst_vaapi_profiles[] = {
{ GST_VAAPI_PROFILE_VC1_ADVANCED, VAProfileVC1Advanced,
"video/x-wmv, wmvversion=3, format=(string)WVC1", "advanced"
},
-#else
- { GST_VAAPI_PROFILE_VC1_SIMPLE, VAProfileVC1Simple,
- "video/x-wmv, wmvversion=3", NULL
- },
- { GST_VAAPI_PROFILE_VC1_MAIN, VAProfileVC1Main,
- "video/x-wmv, wmvversion=3", NULL
- },
- { GST_VAAPI_PROFILE_VC1_ADVANCED, VAProfileVC1Advanced,
- "video/x-wmv, wmvversion=3, format=(string)WVC1", NULL
- },
-#endif
#if VA_CHECK_VERSION(0,32,0)
{ GST_VAAPI_PROFILE_JPEG_BASELINE, VAProfileJPEGBaseline,
"image/jpeg", NULL