Searched refs:mulawdec (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | mulawdec.c | 27 static GstElement *mulawdec = NULL; variable 55 mulawdec = gst_check_setup_element ("mulawdec"); in mulawdec_setup() 57 mysrcpad = gst_check_setup_src_pad (mulawdec, &srctemplate); in mulawdec_setup() 58 mysinkpad = gst_check_setup_sink_pad (mulawdec, &sinktemplate); in mulawdec_setup() 63 gst_check_setup_events (mysrcpad, mulawdec, src_caps, GST_FORMAT_TIME); in mulawdec_setup() 84 gst_check_teardown_src_pad (mulawdec); in mulawdec_teardown() 85 gst_check_teardown_sink_pad (mulawdec); in mulawdec_teardown() 86 gst_check_teardown_element (mulawdec); in mulawdec_teardown() 87 mulawdec = NULL; in mulawdec_teardown() 96 fail_unless (gst_element_set_state (mulawdec, GST_STATE_PLAYING) == in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/law/ |
D | mulaw-decode.c | 78 GST_ELEMENT_REGISTER_DEFINE (mulawdec, "mulawdec", GST_RANK_PRIMARY, 84 GstMuLawDec *mulawdec = GST_MULAWDEC (dec); in gst_mulawdec_set_format() local 108 GST_DEBUG_OBJECT (mulawdec, "rate=%d, channels=%d", rate, channels); in gst_mulawdec_set_format() 195 gst_mulawdec_init (GstMuLawDec * mulawdec) in gst_mulawdec_init() argument 197 gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (mulawdec), TRUE); in gst_mulawdec_init() 199 (mulawdec), TRUE); in gst_mulawdec_init() 200 GST_PAD_SET_ACCEPT_TEMPLATE (GST_AUDIO_DECODER_SINK_PAD (mulawdec)); in gst_mulawdec_init()
|
D | mulaw.c | 37 ret |= GST_ELEMENT_REGISTER (mulawdec, plugin); in plugin_init()
|
D | mulaw-decode.h | 52 GST_ELEMENT_REGISTER_DECLARE (mulawdec);
|
/third_party/gstreamer/gstplugins_good/tests/check/ |
D | meson.build | 44 [ 'elements/mulawdec' ],
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | mimetypes | 365 Decoder: mulawdec
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 164 * -good mulaw: mulawdec: Mu Law audio decoder
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 23647 mulawdec: Unmap input buffer if failing to map the output buffer 39235 Elements: flacdec, speexdec, wavpackdec, mulawdec, alawdec 39260 mulawdec was already ported, alawdec was left behind. 42567 mulawdec: Let baseclass estimate bitrate 46798 * tests/check/elements/mulawdec.c: 46800 tests: fix mulawdec/mulawenc test for big endian systems 55575 mulawdec: Require caps to be set before accepting any data 61281 mulawdec: Handle NULL buffers in handle_frame 61448 * tests/check/elements/mulawdec.c: 62078 * tests/check/elements/mulawdec.c: [all …]
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 12106 fix mulawdec so it actually works again
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 14277 fix mulawdec so it actually works again
|