Searched refs:has_push_first_frame (Results 1 – 4 of 4) sorted by relevance
516 gboolean has_push_first_frame; member
1920 stream->has_push_first_frame = FALSE; in _create_stream()2593 stream->has_push_first_frame = FALSE; in gst_qtdemux_stream_clear()5903 if (stream->has_push_first_frame) { in kpi_log_demux_push_first_frame()5908 stream->has_push_first_frame = TRUE; in kpi_log_demux_push_first_frame()5911 stream->has_push_first_frame = TRUE; in kpi_log_demux_push_first_frame()
283 gboolean has_push_first_frame; member554 dec->priv->has_push_first_frame = FALSE; in gst_audio_decoder_reset()1062 if (!priv->has_push_first_frame && GST_BUFFER_PTS (buf) != GST_CLOCK_TIME_NONE) { in gst_audio_decoder_push_forward()1063 priv->has_push_first_frame = TRUE; in gst_audio_decoder_push_forward()1888 dec->priv->has_push_first_frame = FALSE; in gst_audio_decoder_flush()
482 gboolean has_push_first_frame; member2414 priv->has_push_first_frame = FALSE; in gst_video_decoder_reset()3858 if (!priv->has_push_first_frame && GST_BUFFER_PTS (buf) != GST_CLOCK_TIME_NONE) { in gst_video_decoder_clip_and_push_buf()3859 priv->has_push_first_frame = TRUE; in gst_video_decoder_clip_and_push_buf()4161 if (priv->has_push_first_frame && priv->only_one_frame_required) { in gst_video_decoder_decode_frame()5526 return !(dec->priv->has_push_first_frame && dec->priv->only_one_frame_required); in gst_video_decoder_need_decode()