/third_party/gstreamer/gstreamer/docs/random/matth/ |
D | scheduling.txt | 35 downstream element is blocked and cannot execute its change_state. 54 2. Element "blocked" on getting I/O and cannot execute its change_state. 70 run to execute change_state. 87 Call change_state on the managing container (GstPipeline, GstPtThread). 96 one of its elements. If a pending state is found, it calls change_state 104 Implement a change_state function to make transition for that element. 105 The elements' change_state is what actually changes the state variable 117 Gets notified of state transition by elements' change_state functions
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/wpe-extension/ |
D | gstwpeaudiosink.c | 235 change_state (GstElement * element, GstStateChange transition) in change_state() function 262 change_state, (element, transition), GST_STATE_CHANGE_SUCCESS); in change_state() 305 gstelement_class->change_state = GST_DEBUG_FUNCPTR (change_state); in gst_wpe_audio_sink_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/segmentclip/ |
D | gstsegmentclip.c | 84 gstelement_class->change_state = in gst_segment_clip_class_init() 222 if (GST_ELEMENT_CLASS (parent_class)->change_state) in gst_segment_clip_change_state() 223 ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); in gst_segment_clip_change_state()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | gstnavigationtest.c | 209 if (GST_ELEMENT_CLASS (parent_class)->change_state) in gst_navigationtest_change_state() 210 ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); in gst_navigationtest_change_state() 239 element_class->change_state = in gst_navigationtest_class_init()
|
D | gstcapsdebug.c | 78 element_class->change_state = GST_DEBUG_FUNCPTR (gst_caps_debug_change_state); in gst_caps_debug_class_init() 141 ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); in gst_caps_debug_change_state()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpmp4vdepay.c | 87 gstelement_class->change_state = gst_rtp_mp4v_depay_change_state; in gst_rtp_mp4v_depay_class_init() 216 ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); in gst_rtp_mp4v_depay_change_state()
|
D | gstasteriskh263.c | 82 gstelement_class->change_state = gst_asteriskh263_change_state; in gst_asteriskh263_class_init() 215 ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); in gst_asteriskh263_change_state()
|
D | gstrtph261depay.c | 226 ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); in gst_rtp_h261_depay_change_state() 278 gstelement_class->change_state = gst_rtp_h261_depay_change_state; in gst_rtp_h261_depay_class_init()
|
D | gstrtpsv3vdepay.c | 85 gstelement_class->change_state = gst_rtp_sv3v_depay_change_state; in gst_rtp_sv3v_depay_class_init() 307 ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); in gst_rtp_sv3v_depay_change_state()
|
D | gstrtpg723pay.c | 88 gstelement_class->change_state = gst_rtp_g723_pay_change_state; in gst_rtp_g723_pay_class_init() 292 ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); in gst_rtp_g723_pay_change_state()
|
D | gstrtpmpvpay.c | 89 gstelement_class->change_state = gst_rtp_mpv_pay_change_state; in gst_rtp_mpv_pay_class_init() 322 ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); in gst_rtp_mpv_pay_change_state()
|
D | gstrtpspeexpay.c | 80 gstelement_class->change_state = gst_rtp_speex_pay_change_state; in gst_rtp_speex_pay_class_init() 337 ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); in gst_rtp_speex_pay_change_state()
|
D | gstrtpmpapay.c | 91 gstelement_class->change_state = gst_rtp_mpa_pay_change_state; in gst_rtp_mpa_pay_class_init() 331 ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); in gst_rtp_mpa_pay_change_state()
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | element | 29 element_class->change_state = GST_DEBUG_FUNCPTR (gst_replace_change_state); 73 ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition);
|
/third_party/gstreamer/gstplugins_bad/gst/codecalpha/ |
D | gstalphadecodebin.c | 87 return GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); in gst_alpha_decode_bin_change_state() 204 element_class->change_state = in gst_alpha_decode_bin_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/ |
D | gstautovideoconvert.c | 153 gstelement_class->change_state = in gst_auto_video_convert_class_init() 262 ret = GST_ELEMENT_CLASS (gst_auto_video_convert_parent_class)->change_state in gst_auto_video_convert_change_state()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpdtmfmux.c | 102 gstelement_class->change_state = in gst_rtp_dtmf_mux_class_init() 224 GST_ELEMENT_CLASS (gst_rtp_dtmf_mux_parent_class)->change_state (element, in gst_rtp_dtmf_mux_change_state()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecalphadecodebin.c | 89 return GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); in gst_v4l2_codec_alpha_decode_bin_change_state() 208 element_class->change_state = in gst_v4l2_codec_alpha_decode_bin_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiofilter.c | 97 gstelement_class->change_state = in gst_audio_filter_class_init() 124 GST_ELEMENT_CLASS (gst_audio_filter_parent_class)->change_state (element, in gst_audio_filter_change_state()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/ |
D | sctpassociation.c | 880 gboolean change_state = FALSE; in handle_association_changed() local 888 change_state = TRUE; in handle_association_changed() 900 change_state = TRUE; in handle_association_changed() 908 change_state = TRUE; in handle_association_changed() 913 change_state = TRUE; in handle_association_changed() 918 if (change_state) in handle_association_changed()
|
/third_party/gstreamer/gstplugins_bad/gst/festival/ |
D | gstfestival.c | 169 gstelement_class->change_state = in gst_festival_class_init() 499 if (GST_ELEMENT_CLASS (gst_festival_parent_class)->change_state) in gst_festival_change_state() 500 return GST_ELEMENT_CLASS (gst_festival_parent_class)->change_state (element, in gst_festival_change_state()
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristrtxreceive.c | 126 gstelement_class->change_state = in gst_rist_rtx_receive_class_init() 292 GST_ELEMENT_CLASS (gst_rist_rtx_receive_parent_class)->change_state in gst_rist_rtx_receive_change_state()
|
/third_party/gstreamer/gstplugins_good/gst/y4m/ |
D | gsty4mencode.c | 96 element_class->change_state = GST_DEBUG_FUNCPTR (gst_y4m_encode_change_state); in gst_y4m_encode_class_init() 286 ret = GST_CALL_PARENT_WITH_DEFAULT (GST_ELEMENT_CLASS, change_state, in gst_y4m_encode_change_state()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gsterrorignore.c | 103 gstelement_class->change_state = gst_error_ignore_change_state; in gst_error_ignore_class_init() 280 ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); in gst_error_ignore_change_state()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglsrcbin.c | 78 element_class->change_state = gst_gl_src_bin_change_state; in gst_gl_src_bin_class_init() 287 ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition); in gst_gl_src_bin_change_state()
|