Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dwavpackparse.c71 GstElement *wavpackparse; in setup_wavpackparse() local
75 wavpackparse = gst_check_setup_element ("wavpackparse"); in setup_wavpackparse()
76 mysrcpad = gst_check_setup_src_pad (wavpackparse, &srctemplate); in setup_wavpackparse()
77 mysinkpad = gst_check_setup_sink_pad (wavpackparse, &sinktemplate); in setup_wavpackparse()
80 gst_check_setup_events (mysrcpad, wavpackparse, NULL, GST_FORMAT_BYTES); in setup_wavpackparse()
82 return wavpackparse; in setup_wavpackparse()
86 cleanup_wavpackparse (GstElement * wavpackparse) in cleanup_wavpackparse() argument
89 gst_element_set_state (wavpackparse, GST_STATE_NULL); in cleanup_wavpackparse()
93 gst_check_teardown_src_pad (wavpackparse); in cleanup_wavpackparse()
94 gst_check_teardown_sink_pad (wavpackparse); in cleanup_wavpackparse()
[all …]
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstaudioparserselements.h35 GST_ELEMENT_REGISTER_DECLARE (wavpackparse);
Dplugin.c40 ret |= GST_ELEMENT_REGISTER (wavpackparse, plugin); in plugin_init()
Dgstwavpackparse.c80 GST_ELEMENT_REGISTER_DEFINE (wavpackparse, "wavpackparse",
680 GstWavpackParse *wavpackparse = GST_WAVPACK_PARSE (parse); in gst_wavpack_parse_pre_push_frame() local
682 if (!wavpackparse->sent_codec_tag) { in gst_wavpack_parse_pre_push_frame()
707 wavpackparse->sent_codec_tag = TRUE; in gst_wavpack_parse_pre_push_frame()
/third_party/gstreamer/gstplugins_good/tests/check/
Dmeson.build110 [ 'elements/wavpackparse', ],
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dporting-list-0.11.txt290 -good wavpack: wavpackparse: Wavpack parser
/third_party/gstreamer/gstplugins_good/
DChangeLog5661 gst-launch-1.0 filesrc ... ! wavpackparse ! wavpackdec ! pulsesink
16577 * tests/check/elements/wavpackparse.c:
18052 wavpackparse: fix handling of correction streams
18054 that wavpackparse can also be used to packetise correction
38728 wavpackparse: set both pts and dts so baseparse doesn't make up wrong dts after seeks
42473 * tests/check/elements/wavpackparse.c:
42841 * tests/check/elements/wavpackparse.c:
42842 tests: wavpackparse: fix unit test
55352 wavpackparse: Post AUDIO_CODEC tag
61575 * tests/check/elements/wavpackparse.c:
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog222494 * tests/check/elements/wavpackparse.c:
224232 * tests/check/elements/wavpackparse.c: (GST_START_TEST):
224235 the wavpackparse unit test.
224368 Accept framed and non-framed input, wavpackparse doesn't care. To
224369 prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
224370 rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
226804 * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
227928 * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
228105 …ext/wavpack/gstwavpackparse.*: Make wavpackparse also work in push-mode (not seekable yet though);…
228118 Make wavpackparse also work in push-mode (not seekable yet though);