Home
last modified time | relevance | path

Searched refs:speexdec (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/speex/
Dgstspeexdec.c81 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (speexdec, "speexdec",
546 GstSpeexDec *speexdec; in gst_speex_dec_get_property() local
548 speexdec = GST_SPEEX_DEC (object); in gst_speex_dec_get_property()
552 g_value_set_boolean (value, speexdec->enh); in gst_speex_dec_get_property()
564 GstSpeexDec *speexdec; in gst_speex_dec_set_property() local
566 speexdec = GST_SPEEX_DEC (object); in gst_speex_dec_set_property()
570 speexdec->enh = g_value_get_boolean (value); in gst_speex_dec_set_property()
Dgstspeexelements.h30 GST_ELEMENT_REGISTER_DECLARE (speexdec);
Dgstspeex.c32 ret |= GST_ELEMENT_REGISTER (speexdec, plugin); in plugin_init()
/third_party/gstreamer/gstplugins_good/
DREQUIREMENTS158 Plugins: speex (speexenc, speexdec)
DChangeLog37748 This is what speexdec expects.
39235 Elements: flacdec, speexdec, wavpackdec, mulawdec, alawdec
51624 speexdec: remove dead code
55585 speexdec: Require caps to be set before accepting any data
65618 speexdec: Don't unmap or finish_frame an invalid GstBuffer
74883 speexdec: use base class tag handling helper
81507 speexdec: port to audiodecoder
90438 speexdec: Get and use streamheader from the caps if possible
90511 speexdec: silence warning message when appropriate
90531 speexdec: Always process the number of frames per packet as specified in the header
[all …]
/third_party/gstreamer/gstreamer/docs/random/
Dmimetypes445 Decoder: speexdec
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dporting-list-0.11.txt184 * -good speex: speexdec: Speex audio decoder
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.8361 Port speexdec. Leads to some unfamiliar warnings on console,