Home
last modified time | relevance | path

Searched refs:mulawdec (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmulawdec.c27 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/
Dmulaw-decode.c78 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()
Dmulaw.c37 ret |= GST_ELEMENT_REGISTER (mulawdec, plugin); in plugin_init()
Dmulaw-decode.h52 GST_ELEMENT_REGISTER_DECLARE (mulawdec);
/third_party/gstreamer/gstplugins_good/tests/check/
Dmeson.build44 [ 'elements/mulawdec' ],
/third_party/gstreamer/gstreamer/docs/random/
Dmimetypes365 Decoder: mulawdec
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dporting-list-0.11.txt164 * -good mulaw: mulawdec: Mu Law audio decoder
/third_party/gstreamer/gstplugins_good/
DChangeLog23647 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/
DChangeLog-0.812106 fix mulawdec so it actually works again
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.814277 fix mulawdec so it actually works again