Lines Matching refs:GstDecodePad

127 typedef struct _GstDecodePad GstDecodePad;  typedef
486 GstDecodePad *current_pad; /* Current ending pad of the chain that can't
489 GstDecodePad *endpad; /* Pad of this chain that could be exposed */
562 G_DEFINE_TYPE (GstDecodePad, gst_decode_pad, GST_TYPE_GHOST_PAD);
564 #define GST_DECODE_PAD(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_DECODE_PAD,GstDecodePad))
566 static GstDecodePad *gst_decode_pad_new (GstDecodeBin * dbin,
568 static void gst_decode_pad_activate (GstDecodePad * dpad,
570 static void gst_decode_pad_unblock (GstDecodePad * dpad);
571 static void gst_decode_pad_set_blocked (GstDecodePad * dpad, gboolean blocked);
574 static gboolean gst_decode_pad_is_exposable (GstDecodePad * endpad);
1450 GstDecodePad * dpad, GstPad * pad, GstCaps * caps, GValueArray * factories,
1455 GstDecodePad * dpad, GstPad * pad, GstCaps * caps, GstDecodeChain * chain);
1487 decode_pad_set_target (GstDecodePad * dpad, GstPad * target) in decode_pad_set_target()
1516 GstDecodePad *dpad; in analyze_new_pad()
2088 connect_pad (GstDecodeBin * dbin, GstElement * src, GstDecodePad * dpad, in connect_pad()
2765 expose_pad (GstDecodeBin * dbin, GstElement * src, GstDecodePad * dpad, in expose_pad()
4079 drain_and_switch_chains (GstDecodeChain * chain, GstDecodePad * drainpad,
4098 drain_and_switch_group (GstDecodeGroup * group, GstDecodePad * drainpad, in drain_and_switch_group()
4134 drain_and_switch_chains (GstDecodeChain * chain, GstDecodePad * drainpad, in drain_and_switch_chains()
4222 gst_decode_pad_handle_eos (GstDecodePad * pad) in gst_decode_pad_handle_eos()
4387 sort_end_pads (GstDecodePad * da, GstDecodePad * db) in sort_end_pads()
4721 GstDecodePad *dpad = tmp->data; in gst_decode_bin_expose()
4739 GstDecodePad *dpad = tmp->data; in gst_decode_bin_expose()
4760 GstDecodePad *dpad = (GstDecodePad *) tmp->data; in gst_decode_bin_expose()
4802 GstDecodePad *dpad = (GstDecodePad *) tmp->data; in gst_decode_bin_expose()
4900 gst_decode_pad_init (GstDecodePad * pad) in gst_decode_pad_init()
4912 GstDecodePad *dpad = user_data; in source_pad_blocked_cb()
4989 GstDecodePad *dpad = user_data; in source_pad_event_probe()
5013 gst_decode_pad_set_blocked (GstDecodePad * dpad, gboolean blocked) in gst_decode_pad_set_blocked()
5070 gst_decode_pad_add_drained_check (GstDecodePad * dpad) in gst_decode_pad_add_drained_check()
5077 gst_decode_pad_activate (GstDecodePad * dpad, GstDecodeChain * chain) in gst_decode_pad_activate()
5088 gst_decode_pad_unblock (GstDecodePad * dpad) in gst_decode_pad_unblock()
5129 GstDecodePad *dpad = GST_DECODE_PAD (parent); in gst_decode_pad_query()
5161 gst_decode_pad_is_exposable (GstDecodePad * endpad) in gst_decode_pad_is_exposable()
5173 static GstDecodePad *
5176 GstDecodePad *dpad; in gst_decode_pad_new()
5277 GstDecodePad *dpad = (GstDecodePad *) tmp->data; in unblock_pads()