Searched refs:dshow_fakesink (Results 1 – 4 of 4) sorted by relevance
153 src->dshow_fakesink = NULL; in gst_dshowaudiosrc_init()445 src->dshow_fakesink = new CDshowFakeSink; in gst_dshowaudiosrc_open()446 src->dshow_fakesink->AddRef (); in gst_dshowaudiosrc_open()456 hres = src->filter_graph->AddFilter (src->dshow_fakesink, L"fakesink"); in gst_dshowaudiosrc_open()465 if (src->dshow_fakesink) { in gst_dshowaudiosrc_open()466 src->dshow_fakesink->Release (); in gst_dshowaudiosrc_open()467 src->dshow_fakesink = NULL; in gst_dshowaudiosrc_open()532 src->dshow_fakesink->gst_set_media_type (pin_mediatype->mediatype); in gst_dshowaudiosrc_prepare()533 src->dshow_fakesink->gst_set_buffer_callback ( in gst_dshowaudiosrc_prepare()536 gst_dshow_get_pin_from_filter (src->dshow_fakesink, PINDIR_INPUT, in gst_dshowaudiosrc_prepare()[all …]
172 src->dshow_fakesink = NULL; in gst_dshowvideosrc_init()545 src->dshow_fakesink = new CDshowFakeSink; in gst_dshowvideosrc_start()546 src->dshow_fakesink->AddRef (); in gst_dshowvideosrc_start()583 hres = src->filter_graph->AddFilter (src->dshow_fakesink, L"sink"); in gst_dshowvideosrc_start()595 if (src->dshow_fakesink) { in gst_dshowvideosrc_start()596 src->dshow_fakesink->Release (); in gst_dshowvideosrc_start()597 src->dshow_fakesink = NULL; in gst_dshowvideosrc_start()709 src->dshow_fakesink->gst_set_media_type (pin_mediatype->mediatype); in gst_dshowvideosrc_set_caps()710 src->dshow_fakesink->gst_set_buffer_callback ( in gst_dshowvideosrc_set_caps()713 gst_dshow_get_pin_from_filter (src->dshow_fakesink, PINDIR_INPUT, in gst_dshowvideosrc_set_caps()[all …]
64 CDshowFakeSink *dshow_fakesink; member
71 CDshowFakeSink *dshow_fakesink; member