Searched refs:oggmux (Results 1 – 19 of 19) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/ |
D | oggmux.c | 373 GstElement *oggmux; in GST_START_TEST() local 375 oggmux = gst_element_factory_make ("oggmux", NULL); in GST_START_TEST() 376 gst_object_unref (oggmux); in GST_START_TEST() 383 GstElement *oggmux; in GST_START_TEST() local 386 oggmux = gst_element_factory_make ("oggmux", NULL); in GST_START_TEST() 387 pad = gst_element_request_pad_simple (oggmux, "video_%u"); in GST_START_TEST() 390 pad = gst_element_request_pad_simple (oggmux, "audio_%u"); in GST_START_TEST() 393 gst_object_unref (oggmux); in GST_START_TEST() 436 GST_CHECK_MAIN (oggmux);
|
/third_party/gstreamer/gstreamer/tests/examples/streamiddemux/ |
D | streamiddemux-stream.c | 14 GstElement *oggmux[NUM_STREAM]; member 164 app->oggmux[stream_cnt] = gst_element_factory_make ("oggmux", NULL); in main() 197 app->vorbisenc[stream_cnt], app->oggmux[stream_cnt], in main() 208 app->vorbisenc[stream_cnt], app->oggmux[stream_cnt], NULL); in main() 215 gst_element_get_static_pad (app->oggmux[stream_cnt], "src"); in main()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggelements.h | 27 GST_ELEMENT_REGISTER_DECLARE (oggmux);
|
D | gstoggplugin.c | 36 ret |= GST_ELEMENT_REGISTER (oggmux, plugin); in plugin_init()
|
D | README | 358 gst-launch -v videotestsrc ! theoraenc ! oggmux audiotestsrc ! audioconvert ! vorbisenc ! identity … 361 gst-launch -v videotestsrc timestamp-offset=500000000 ! theoraenc ! oggmux audiotestsrc ! audioconv… 364 gst-launch -v videotestsrc ! theoraenc ! oggmux audiotestsrc timestamp-offset=500000000 ! audioconv…
|
D | gstoggmux.c | 143 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (oggmux, "oggmux", GST_RANK_PRIMARY,
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | streamheader | 64 - oggmux 83 where later on an oggmux gets connected, should still work without dropping 86 with a later connection of oggmux to identity should work.
|
D | mimetypes | 128 Formatter: oggmux 376 Encoder: rawvorbisenc (vorbisenc does rawvorbisenc+oggmux)
|
/third_party/gstreamer/gstplugins_bad/gst/gdp/ |
D | README | 17 …gst-launch-1.0 -v audiotestsrc ! audioconvert ! vorbisenc ! oggmux ! gdppay version=0.2 ! tcpserve…
|
/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | README | 6 with an ogg muxer such as "oggmux" it is called "rawvorbisenc".
|
/third_party/gstreamer/gstplugins_base/ |
D | REQUIREMENTS | 80 Plugins: ogg (oggdemux, oggmux)
|
D | ChangeLog | 790 … location=malicious.mp3 ! queue ! decodebin ! audioconvert ! vorbisenc ! oggmux ! filesink locatio… 3650 * tests/check/pipelines/oggmux.c: 10716 * tests/check/pipelines/oggmux.c: 10717 tests: oggmux: check vorbisenc + theoraenc availability at runtime 16227 oggmux: Fix a maybe-uninitialized warning 47713 oggmux: take audio clip meta into account for buffer duration 54203 oggmux is doing the right thing here already. 54256 oggmux: Use GstAudioClippingMeta for Opus for accurate end clipping 54370 oggmux: Print GstClockTimeDiff as a signed integer in debug logs 59855 oggmux: fix deadlock when not pulling a buffer from collectpads [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/ |
D | meson.build | 78 [ 'pipelines/oggmux.c', not ogg_dep.found(), [ ogg_dep, ] ],
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 38 * -base ogg: oggmux: Ogg muxer
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 5075 remove explicit newmedia support from oggmux and vorbisenc
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 7246 remove explicit newmedia support from oggmux and vorbisenc
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 84366 oggmux is doing the right thing here already. 104694 This will let oggmux generate a granpos on the last page that properly 127255 oggmux expects this to order incoming buffers 148541 * tests/check/pipelines/oggmux.c: (test_pipeline): 148723 * tests/check/pipelines/oggmux.c: 148869 * tests/check/pipelines/oggmux.c: (eos_buffer_probe): 156646 obsolete as similar code is not included in oggmux/oggstream. 159976 on the caps, where oggmux will find them, but other elements will 173368 For now it is simply a ffmpegcolorspace ! theoraenc ! oggmux ! 173903 oggmux still requires correct granulepos in incoming packet. [all …]
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 46699 This will let oggmux generate a granpos on the last page that properly 46707 This will let oggmux generate a granpos on the last page that properly 53987 setcaps handler didn't handle them. But then oggmux 68838 oggmux still requires correct granulepos in incoming packet. 99751 cmmlenc: Remove hack to let oggmux start a new page for every CMML buffer 99752 oggmux does this for CMML by its own now 137555 BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 89454 This makes identity single-segment=true ! oggmux work again after a change in 89455 oggmux (commit b0e3d449 in -base).
|