Home
last modified time | relevance | path

Searched refs:VideoFakeSink (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowvideodec.h77 class VideoFakeSink; variable
97 VideoFakeSink *fakesink;
137 class VideoFakeSink : public CBaseRenderer
140 VideoFakeSink(GstDshowVideoDec *dec) : in VideoFakeSink() function
145 virtual ~VideoFakeSink() {}; in ~VideoFakeSink()
Dgstdshowvideodec.cpp283 HRESULT VideoFakeSink::DoRenderSample(IMediaSample *pMediaSample) in DoRenderSample()
362 HRESULT VideoFakeSink::CheckMediaType(const CMediaType *pmt) in CheckMediaType()
1161 vdec->fakesink = new VideoFakeSink(vdec); in gst_dshowvideodec_create_graph_and_filters()
/third_party/gstreamer/gstplugins_bad/
DChangeLog208816 * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):