Searched refs:aiffparse (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | aiffparse.c | 158 GstElement *src, *sep, *aiffparse; in run_check() local 169 aiffparse = gst_element_factory_make ("aiffparse", "aiffparse"); in run_check() 170 fail_unless (aiffparse != NULL); in run_check() 172 aiff_srcpad = gst_element_get_static_pad (aiffparse, "src"); in run_check() 189 fail_unless (gst_element_link (sep, aiffparse)); in run_check() 203 fail_unless (gst_element_set_state (aiffparse, in run_check() 216 gst_element_set_state (aiffparse, GST_STATE_NULL); in run_check() 220 gst_object_unref (aiffparse); in run_check() 257 GST_CHECK_MAIN (aiffparse);
|
/third_party/gstreamer/gstplugins_bad/gst/aiff/ |
D | aiffparse.c | 110 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (aiffparse, "aiffparse", GST_RANK_PRIMARY, 184 gst_aiff_parse_init (GstAiffParse * aiffparse) in gst_aiff_parse_init() argument 186 gst_aiff_parse_reset (aiffparse); in gst_aiff_parse_init() 189 aiffparse->sinkpad = in gst_aiff_parse_init() 191 gst_pad_set_activate_function (aiffparse->sinkpad, in gst_aiff_parse_init() 193 gst_pad_set_activatemode_function (aiffparse->sinkpad, in gst_aiff_parse_init() 195 gst_pad_set_event_function (aiffparse->sinkpad, in gst_aiff_parse_init() 197 gst_pad_set_chain_function (aiffparse->sinkpad, in gst_aiff_parse_init() 199 gst_element_add_pad (GST_ELEMENT_CAST (aiffparse), aiffparse->sinkpad); in gst_aiff_parse_init() 202 aiffparse->srcpad = in gst_aiff_parse_init() [all …]
|
D | aiffelements.h | 33 GST_ELEMENT_REGISTER_DECLARE (aiffparse);
|
D | aiff.c | 33 ret |= GST_ELEMENT_REGISTER (aiffparse, plugin); in plugin_init()
|
D | meson.build | 2 'aiff.c', 'aiffmux.c', 'aiffparse.c', 'gstaiffelement.c'
|
/third_party/gstreamer/gstplugins_bad/po/ |
D | POTFILES | 7 gst/aiff/aiffparse.c
|
/third_party/gstreamer/gstplugins_bad/tests/check/ |
D | meson.build | 26 [['elements/aiffparse.c']],
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 302 -bad aiff: aiffparse: AIFF audio demuxer
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 10673 * gst/aiff/aiffparse.c: 17840 * gst/aiff/aiffparse.c: 17841 aiffparse: Also set a channel mask for 2 channels 37167 * gst/aiff/aiffparse.c: 60916 * gst/aiff/aiffparse.c: 69052 * gst/aiff/aiffparse.c: 70010 * gst/aiff/aiffparse.c: 70011 aiffparse: keep end_offset when seeking 70369 * tests/check/elements/aiffparse.c: 70370 aiffparse: In PUSH mode we will never get the ID3 tags as they are at the end of the file [all …]
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 92697 * gst/aiffparse/Makefile.am: 101226 * gst/aiffparse/Makefile.am: 112034 * gst/aiffparse/Makefile.am: 116956 * gst/aiffparse/Makefile.am: 117935 * gst/aiffparse/Makefile.am: 119078 * gst/aiffparse/Makefile.am: 121418 * gst/aiffparse/Makefile.am: 121492 * gst/aiffparse/aiffparse.c: (plugin_init):
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 102254 * gst/aiffparse/Makefile.am: 129621 * gst/aiffparse/Makefile.am: 129745 * gst/aiffparse/Makefile.am:
|