Home
last modified time | relevance | path

Searched refs:smokedec (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstsmokedec.c52 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 …]
Dgstjpegelements.h32 GST_ELEMENT_REGISTER_DECLARE (smokedec);
Dgstjpegplugin.c42 ret |= GST_ELEMENT_REGISTER (smokedec, plugin); in plugin_init()
/third_party/gstreamer/gstplugins_good/
DREQUIREMENTS112 Plugins: jpeg (jpegenc, jpegdec, smokeenc, smokedec)
DChangeLog152252 Port smokedec (fixes #331905).
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dporting-list-0.11.txt447 -good jpeg: smokedec: Smoke video decoder
/third_party/gstreamer/gstplugins_base/
DChangeLog135228 …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