Searched refs:last_pad (Results 1 – 6 of 6) sorted by relevance
175 g_clear_object (&rtp_mux->last_pad); in gst_rtp_mux_dispose()476 if (!bd.drop && pad != rtp_mux->last_pad) { in gst_rtp_mux_chain_list()478 g_clear_object (&rtp_mux->last_pad); in gst_rtp_mux_chain_list()479 rtp_mux->last_pad = g_object_ref (pad); in gst_rtp_mux_chain_list()570 if (pad != rtp_mux->last_pad) { in gst_rtp_mux_chain()572 g_clear_object (&rtp_mux->last_pad); in gst_rtp_mux_chain()573 rtp_mux->last_pad = g_object_ref (pad); in gst_rtp_mux_chain()904 is_pad = (pad == mux->last_pad); in gst_rtp_mux_sink_event()964 g_clear_object (&rtp_mux->last_pad); in gst_rtp_mux_ready_to_paused()1009 g_clear_object (&rtp_mux->last_pad); in gst_rtp_mux_change_state()
75 GstPad *last_pad; /* protected by object lock */ member
2681 gboolean last_pad; in gst_video_aggregator_release_pad() local2689 last_pad = (GST_ELEMENT (vagg)->numsinkpads - 1 == 0); in gst_video_aggregator_release_pad()2692 if (last_pad) in gst_video_aggregator_release_pad()
4297 GstOggPad *last_pad = NULL; in gst_ogg_demux_read_end_chain() local4332 last_pad = pad; in gst_ogg_demux_read_end_chain()4341 if (last_pad) { in gst_ogg_demux_read_end_chain()4343 gst_ogg_stream_get_end_time_for_granulepos (&last_pad->map, in gst_ogg_demux_read_end_chain()
64317 Clear the last_pad when going to ready
149203 Clear the last_pad when going to ready