Searched refs:speexdec (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_good/ext/speex/ |
D | gstspeexdec.c | 81 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()
|
D | gstspeexelements.h | 30 GST_ELEMENT_REGISTER_DECLARE (speexdec);
|
D | gstspeex.c | 32 ret |= GST_ELEMENT_REGISTER (speexdec, plugin); in plugin_init()
|
/third_party/gstreamer/gstplugins_good/ |
D | REQUIREMENTS | 158 Plugins: speex (speexenc, speexdec)
|
D | ChangeLog | 37748 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/ |
D | mimetypes | 445 Decoder: speexdec
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 184 * -good speex: speexdec: Speex audio decoder
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 361 Port speexdec. Leads to some unfamiliar warnings on console,
|