Searched refs:avimux (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavimux.c | 190 GstAviMux * avimux); 206 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (avimux, "avimux", GST_RANK_PRIMARY, 326 gst_avi_mux_reset (GstAviMux * avimux) in gst_avi_mux_reset() argument 331 node = avimux->sinkpads; in gst_avi_mux_reset() 348 g_slist_free (avimux->sinkpads); in gst_avi_mux_reset() 349 avimux->sinkpads = newlist; in gst_avi_mux_reset() 352 avimux->num_frames = 0; in gst_avi_mux_reset() 353 memset (&(avimux->avi_hdr), 0, sizeof (gst_riff_avih)); in gst_avi_mux_reset() 354 avimux->avi_hdr.max_bps = 10000000; in gst_avi_mux_reset() 355 avimux->codec_data_size = 0; in gst_avi_mux_reset() [all …]
|
D | gstavielements.h | 35 GST_ELEMENT_REGISTER_DECLARE (avimux);
|
D | gstavi.c | 34 ret |= GST_ELEMENT_REGISTER (avimux, plugin); in plugin_init()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | avimux.c | 120 GstElement *avimux; in setup_avimux() local 123 avimux = gst_check_setup_element ("avimux"); in setup_avimux() 124 mysrcpad = setup_src_pad (avimux, srctemplate, NULL, sinkname); in setup_avimux() 125 mysinkpad = gst_check_setup_sink_pad (avimux, &sinktemplate); in setup_avimux() 129 return avimux; in setup_avimux() 133 cleanup_avimux (GstElement * avimux, const gchar * sinkname) in cleanup_avimux() argument 136 gst_element_set_state (avimux, GST_STATE_NULL); in cleanup_avimux() 140 teardown_src_pad (avimux, sinkname); in cleanup_avimux() 141 gst_check_teardown_sink_pad (avimux); in cleanup_avimux() 142 gst_check_teardown_element (avimux); in cleanup_avimux() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/recordgraphic/ |
D | main.cpp | 162 …*videosrc, *glupload, *glfilterapp, *glcolorconvert, *gldownload, *avenc_mpeg4, *avimux, *filesink; in main() local 189 avimux = gst_element_factory_make ("avimux", "avimux0"); in main() 192 …glupload || !glfilterapp || !glcolorconvert || !gldownload || !avenc_mpeg4 || !avimux || !filesink) in main() 218 glcolorconvert, gldownload, avenc_mpeg4, avimux, filesink, NULL); in main() 249 if (!gst_element_link_many(avenc_mpeg4, avimux, filesink, NULL)) in main()
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | events | 250 * ... ! avimux ! filesink 253 files have a limited filesize. Only 4 GB are allowed. We now show what happens when the avimux 255 - When the internal counter of avimux shows that it is approaching the filesize limit, the 256 avimux element pushes a buffer containing the footer to the filesink. 259 - The avimux plugin resets its internal size counter and restarts sending data to the new file. 288 footer. (eg avimux)
|
D | mimetypes | 86 Formatter: avimux 611 avimux element cannot properly create the AVI header. On the other hand, MPEG 614 either, because a plugin only does one job. So normally, mpegdemux and avimux
|
/third_party/gstreamer/gstplugins_good/tests/check/ |
D | meson.build | 31 [ 'elements/avimux', false, [gstriff_dep] ],
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 108 * -good avi: avimux: Avi muxer
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 3654 * tests/check/elements/avimux.c: 11317 avimux: Add support for >2 raw audio channels 11475 avimux: Add support for S24LE and S32LE raw audio 11481 avimux: Allow muxing v210 video into AVI 16560 * tests/check/elements/avimux.c: 32327 avimux: add support for png 32543 avimux: Do not write index and header if idx is NULL 32545 videotestsrc num-buffers=1 ! identity drop-probability=1.0 ! avimux ! fakesink 32713 avimux: set audio header rate according to calculated bps in stop_file 32786 avimux: Don't override maximum audio chunk size with the scale again just before writing it [all …]
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 1419 the day. Keep avimux dead for now.
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 2638 function. Renamed the aviencoder to avimux.
|