gst_pad_add_probe(probepad,(GstPadProbeType)(GST_PAD_PROBE_TYPE_BUFFER/* | GST_PAD_PROBE_TYPE_BLOCK */),_keyframeWatch,this,NULL);// to drop the buffer or to block the buffer?
gst_pad_add_probe(probepad,(GstPadProbeType)(GST_PAD_PROBE_TYPE_BUFFER/* | GST_PAD_PROBE_TYPE_BLOCK */),_keyframeWatch,this,nullptr);// to drop the buffer or to block the buffer?