Searched refs:id3mux (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/id3tag/ |
D | gstid3mux.c | 88 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (id3mux, "id3mux", GST_RANK_PRIMARY, 142 gst_id3_mux_init (GstId3Mux * id3mux) in gst_id3_mux_init() argument 144 id3mux->write_v1 = DEFAULT_WRITE_V1; in gst_id3_mux_init() 145 id3mux->write_v2 = DEFAULT_WRITE_V2; in gst_id3_mux_init() 147 id3mux->v2_major_version = DEFAULT_V2_MAJOR_VERSION; in gst_id3_mux_init() 197 GstId3Mux *id3mux = GST_ID3_MUX (mux); in gst_id3_mux_render_v2_tag() local 199 if (id3mux->write_v2) in gst_id3_mux_render_v2_tag() 200 return id3_mux_render_v2_tag (mux, taglist, id3mux->v2_major_version); in gst_id3_mux_render_v2_tag() 208 GstId3Mux *id3mux = GST_ID3_MUX (mux); in gst_id3_mux_render_v1_tag() local 210 if (id3mux->write_v1) in gst_id3_mux_render_v1_tag() [all …]
|
D | gstid3mux.h | 59 GST_ELEMENT_REGISTER_DECLARE (id3mux);
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | id3mux.c | 398 GstElement *pipeline, *id3mux, *id3demux, *fakesrc, *identity, *fakesink; in test_taglib_id3mux_with_tags() local 411 id3mux = gst_element_factory_make ("id3mux", "id3mux"); in test_taglib_id3mux_with_tags() 412 g_assert (id3mux != NULL); in test_taglib_id3mux_with_tags() 413 g_object_set (id3mux, "v2-version", v2version, NULL); in test_taglib_id3mux_with_tags() 430 gst_bin_add (GST_BIN (pipeline), id3mux); in test_taglib_id3mux_with_tags() 435 gst_tag_setter_merge_tags (GST_TAG_SETTER (id3mux), tags, in test_taglib_id3mux_with_tags() 438 gst_element_link_many (fakesrc, id3mux, identity, id3demux, fakesink, NULL); in test_taglib_id3mux_with_tags() 587 GST_CHECK_MAIN (id3mux);
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | id3v2mux.c | 353 GstElement *pipeline, *id3mux, *id3demux, *fakesrc, *identity, *fakesink; in test_taglib_id3mux_with_tags() local 366 id3mux = gst_element_factory_make ("id3v2mux", "id3v2mux"); in test_taglib_id3mux_with_tags() 367 g_assert (id3mux != NULL); in test_taglib_id3mux_with_tags() 384 gst_bin_add (GST_BIN (pipeline), id3mux); in test_taglib_id3mux_with_tags() 389 gst_tag_setter_merge_tags (GST_TAG_SETTER (id3mux), tags, in test_taglib_id3mux_with_tags() 392 gst_element_link_many (fakesrc, id3mux, identity, id3demux, fakesink, NULL); in test_taglib_id3mux_with_tags()
|
/third_party/gstreamer/gstplugins_bad/tests/check/ |
D | meson.build | 44 [['elements/id3mux.c']],
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 437 -bad id3tag: id3mux: ID3 v1 and v2 Muxer
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 9000 lots of fixes to make id3mux work and id3demux work correctly 10132 set id3mux rank to NONE so it doesn't confuse spider 10133 require audio/mpeg,mpegversion=1 in id3mux 10375 deprecate id3tag element and replace with id3demux/id3mux.
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 11171 lots of fixes to make id3mux work and id3demux work correctly 12303 set id3mux rank to NONE so it doesn't confuse spider 12304 require audio/mpeg,mpegversion=1 in id3mux 12546 deprecate id3tag element and replace with id3demux/id3mux.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 83290 * tests/check/elements/id3mux.c: 83291 tests: id3mux: add unit test for GST_TAG_PRIVATE_DATA writing 83297 id3mux: write private data tag 83298 Handle "PRIV" tag in id3mux. Write owner 130595 id3mux: handle publisher, interpreted-by and musical-key tags 142469 * tests/check/elements/id3mux.c: 150033 * tests/check/elements/id3mux.c: 156280 * tests/check/elements/id3mux.c: 163954 id3mux: use now-public GstTagMux base class from libgsttag 170407 id3mux: map new GST_TAG_ENCODED_BY to ID3v2 TENC frame [all …]
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 72498 id3mux and id3v2mux expect GST_TAG_ID3V2_FRAME type to be stored in a 104248 'lamemp3 ! xingmux ! id3mux'
|