diff --git a/gst/rtp/gstrtph265depay.c b/gst/rtp/gstrtph265depay.c index c25bc8150e..edfdb9bd77 100644 --- a/gst/rtp/gstrtph265depay.c +++ b/gst/rtp/gstrtph265depay.c @@ -914,8 +914,7 @@ gst_rtp_h265_depay_handle_nal (GstRtpH265Depay * rtph265depay, GstBuffer * nal, } complete = TRUE; } else if ((nal_type >= 32 && nal_type <= 35) - || nal_type >= 39 || (nal_type >= 41 && nal_type <= 44) - || (nal_type >= 48 && nal_type <= 55)) { + || nal_type >= 39) { /* VPS, SPS, PPS, SEI, ... terminate an access unit */ complete = TRUE; }