mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
vaapidecode: don't remove chroma-site nor colorimetry
Since now they can be handled by vaapipostproc.
This commit is contained in:
parent
2b6fa19665
commit
33c80bccfe
1 changed files with 0 additions and 7 deletions
|
@ -327,13 +327,6 @@ gst_vaapidecode_update_src_caps (GstVaapiDecode * decode)
|
||||||
GstStructure *structure = gst_caps_get_structure (state->caps, 0);
|
GstStructure *structure = gst_caps_get_structure (state->caps, 0);
|
||||||
if (!structure)
|
if (!structure)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* Remove chroma-site and colorimetry from src caps,
|
|
||||||
* which is unnecessary on downstream if using VASurface
|
|
||||||
*/
|
|
||||||
gst_structure_remove_fields (structure, "chroma-site", "colorimetry",
|
|
||||||
NULL);
|
|
||||||
|
|
||||||
feature_str = gst_vaapi_caps_feature_to_string (feature);
|
feature_str = gst_vaapi_caps_feature_to_string (feature);
|
||||||
features = gst_caps_features_new (feature_str, NULL);
|
features = gst_caps_features_new (feature_str, NULL);
|
||||||
gst_caps_set_features (state->caps, 0, features);
|
gst_caps_set_features (state->caps, 0, features);
|
||||||
|
|
Loading…
Reference in a new issue