codecs: h264decoder: Add support for interlaced stream
Compare changes
- Seungha Yang authored
+ 87
− 13
@@ -152,6 +152,8 @@ static gboolean gst_d3d11_h264_dec_new_sequence (GstH264Decoder * decoder,
@@ -227,6 +229,8 @@ gst_d3d11_h264_dec_class_init (GstD3D11H264DecClass * klass, gpointer data)
@@ -560,7 +564,6 @@ gst_d3d11_h264_dec_start_picture (GstH264Decoder * decoder,
@@ -568,19 +571,59 @@ gst_d3d11_h264_dec_start_picture (GstH264Decoder * decoder,
@@ -591,12 +634,12 @@ gst_d3d11_h264_dec_start_picture (GstH264Decoder * decoder,
@@ -707,6 +750,35 @@ gst_d3d11_h264_dec_new_picture (GstH264Decoder * decoder,
@@ -903,7 +975,9 @@ gst_d3d11_h264_dec_picture_params_from_sps (GstD3D11H264Dec * self,