Searched refs:smokedec (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_good/ext/jpeg/ |
D | gstsmokedec.c | 52 static void gst_smokedec_init (GstSmokeDec * smokedec); 89 GST_ELEMENT_REGISTER_DEFINE (smokedec, "smokedec", GST_RANK_PRIMARY, 142 gst_smokedec_init (GstSmokeDec * smokedec) in gst_smokedec_init() argument 144 GST_DEBUG_OBJECT (smokedec, "gst_smokedec_init: initializing"); in gst_smokedec_init() 147 smokedec->sinkpad = in gst_smokedec_init() 150 gst_pad_set_chain_function (smokedec->sinkpad, gst_smokedec_chain); in gst_smokedec_init() 151 gst_element_add_pad (GST_ELEMENT (smokedec), smokedec->sinkpad); in gst_smokedec_init() 153 smokedec->srcpad = in gst_smokedec_init() 155 gst_pad_use_fixed_caps (smokedec->srcpad); in gst_smokedec_init() 156 gst_element_add_pad (GST_ELEMENT (smokedec), smokedec->srcpad); in gst_smokedec_init() [all …]
|
D | gstjpegelements.h | 32 GST_ELEMENT_REGISTER_DECLARE (smokedec);
|
D | gstjpegplugin.c | 42 ret |= GST_ELEMENT_REGISTER (smokedec, plugin); in plugin_init()
|
/third_party/gstreamer/gstplugins_good/ |
D | REQUIREMENTS | 112 Plugins: jpeg (jpegenc, jpegdec, smokeenc, smokedec)
|
D | ChangeLog | 152252 Port smokedec (fixes #331905).
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 447 -good jpeg: smokedec: Smoke video decoder
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 135228 …gst/typefind/gsttypefindfunctions.c: Comment smoke typefinder for now. The smokedec plugin needs o… 135231 Comment smoke typefinder for now. The smokedec plugin needs one
|