Home
last modified time | relevance | path

Searched refs:last_pad (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpmux.c175 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()
Dgstrtpmux.h75 GstPad *last_pad; /* protected by object lock */ member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoaggregator.c2681 gboolean last_pad; in gst_video_aggregator_release_pad() local
2689 last_pad = (GST_ELEMENT (vagg)->numsinkpads - 1 == 0); in gst_video_aggregator_release_pad()
2692 if (last_pad) in gst_video_aggregator_release_pad()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.c4297 GstOggPad *last_pad = NULL; in gst_ogg_demux_read_end_chain() local
4332 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()
/third_party/gstreamer/gstplugins_good/
DChangeLog64317 Clear the last_pad when going to ready
/third_party/gstreamer/gstplugins_bad/
DChangeLog149203 Clear the last_pad when going to ready