Lines Matching refs:GstElementFactory
873 GstElementFactory *parserfact = NULL; in _get_parser()
897 parserfact = (GstElementFactory *) tmp->data; in _get_parser()
914 _create_element_and_set_preset (GstElementFactory * factory, in _create_element_and_set_preset()
955 GstElementFactory *encoderfact = NULL; in _get_encoder()
990 encoderfact = (GstElementFactory *) tmp->data; in _get_encoder()
1739 _factory_can_handle_caps (GstElementFactory * factory, const GstCaps * caps, in _factory_can_handle_caps()
1769 GstElementFactory *formatterfact = NULL; in _get_formatter()
1788 formatterfact = (GstElementFactory *) tmpfmtr->data; in _get_formatter()
1811 GstElementFactory *fac_a = (GstElementFactory *) a; in compare_elements()
1812 GstElementFactory *fac_b = (GstElementFactory *) b; in compare_elements()
1837 GstElementFactory *muxerfact = NULL; in _get_muxer()
1871 muxerfact = (GstElementFactory *) tmpmux->data; in _get_muxer()