GStreamer multimedia framework
Find a file
Thibault Saunier 0a6c7c64a9 validate:scenario: Move force-key-unit action from the transcoding tool
The action is generally useful but was implemented in a way that
was restricting its usage for no good reason. Refactor the
implementation adding more argument so it can be used in a wider
context, such as uvch264src.

Something like:

``` bash
echo "video-request-key-unit, direction=upstream, all-header=true, count=1, target-element-factory-name=h264parse, srcpad=src, playback-time=1.0" > tmp.scenario && \
echo "stop,playback-time=2.0" >> tmp.scenario && \
gst-validate-1.0 --set-scenario=tmp.scenario uvch264src \
       device=/dev/video0 name=src iframe-period=33 auto-start=true src.vfsrc ! queue ! fakesink \
       src.vidsrc ! queue ! video/x-h264,width=1280,height=720,framerate=30/1 ! h264parse ! fakesink
```

works now.
2019-06-11 21:03:56 +00:00
codecanalyzer codecanalyzer: Use glib variant of strcmp 2019-04-01 21:49:37 +09:00
debug-viewer Pass python files through autopep8 2019-04-03 13:38:42 +00:00
docs docs: Minor fix about ssim plugin 2019-05-23 11:34:19 -04:00
hooks Pass python files through autopep8 2019-04-03 13:38:42 +00:00
mediainfo mediainfo: update build setup 2016-12-30 11:54:35 +01:00
tracer Pass python files through autopep8 2019-04-03 13:38:42 +00:00
vagrant vagrant: initial commit 2013-10-26 03:03:55 -07:00
validate validate:scenario: Move force-key-unit action from the transcoding tool 2019-06-11 21:03:56 +00:00
.arcconfig Update .arcconfig 2015-10-10 10:47:40 +01:00
.gitignore validate:launcher: Launch tests in _TestsLauncher not in TestsManagaer 2017-12-02 09:42:19 -03:00
.gitlab-ci.yml ci: Run valgrind tests when changing the check testsuite 2019-04-17 18:10:12 -04:00
.gitmodules Update git locations to gitlab 2018-11-05 05:54:43 +00:00
configure configure: fix typos 2016-01-28 11:22:15 -08:00
meson.build meson: Bump minimal GLib version to 2.44 2019-05-31 23:18:08 +02:00
meson_options.txt doc: Port to hotdoc 2019-05-13 11:37:38 -04:00